Uses of Class
org.italiangrid.voms.VOMSError
-
Packages that use VOMSError Package Description org.italiangrid.voms.asn1 This package provides classes and utilities that deal with serialization and deserialization of VOMS attributes from ASN.1 streams.org.italiangrid.voms.credential This package provides the API for loading user credentials.org.italiangrid.voms.request This package provides the API for requesting VOMS attribtues from a remote VOMS server. -
-
Uses of VOMSError in org.italiangrid.voms.asn1
Methods in org.italiangrid.voms.asn1 that throw VOMSError Modifier and Type Method Description org.bouncycastle.cert.X509AttributeCertificateHolder
VOMSACGenerator. generateVOMSAttributeCertificate(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> generationProperties, java.util.List<java.lang.String> fqans, java.util.List<VOMSGenericAttribute> gas, java.util.List<java.lang.String> targets, java.security.cert.X509Certificate holderCert, java.math.BigInteger serialNumber, java.util.Date notBefore, java.util.Date notAfter, java.lang.String voName, java.lang.String host, int port)
Generates a VOMS attribute certificate with the specified properties.org.bouncycastle.cert.X509AttributeCertificateHolder
VOMSACGenerator. generateVOMSAttributeCertificate(java.util.List<java.lang.String> fqans, java.util.List<VOMSGenericAttribute> gas, java.util.List<java.lang.String> targets, java.security.cert.X509Certificate holderCert, java.math.BigInteger serialNumber, java.util.Date notBefore, java.util.Date notAfter, java.lang.String voName, java.lang.String host, int port)
Generates a VOMS attribute certificate with the given properties. -
Uses of VOMSError in org.italiangrid.voms.credential
Subclasses of VOMSError in org.italiangrid.voms.credential Modifier and Type Class Description class
FilePermissionError
This error is raised when there is an attempt to load a credential which has the wrong file permissions -
Uses of VOMSError in org.italiangrid.voms.request
Subclasses of VOMSError in org.italiangrid.voms.request Modifier and Type Class Description class
VOMSProtocolError
Exception used when errors are raised during the interaction with a (possibly) remote VOMS server.
-