Uses of Class
org.italiangrid.voms.VOMSError
Packages that use VOMSError
Package
Description
This package provides classes and utilities that deal with serialization and
deserialization of VOMS attributes from ASN.1 streams.
This package provides the API for loading user credentials.
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 VOMSErrorModifier and TypeMethodDescriptionorg.bouncycastle.cert.X509AttributeCertificateHolder
VOMSACGenerator.generateVOMSAttributeCertificate
(EnumSet<VOMSACGenerator.ACGenerationProperties> generationProperties, List<String> fqans, List<VOMSGenericAttribute> gas, List<String> targets, X509Certificate holderCert, BigInteger serialNumber, Date notBefore, Date notAfter, String voName, String host, int port) Generates a VOMS attribute certificate with the specified properties.org.bouncycastle.cert.X509AttributeCertificateHolder
VOMSACGenerator.generateVOMSAttributeCertificate
(List<String> fqans, List<VOMSGenericAttribute> gas, List<String> targets, X509Certificate holderCert, BigInteger serialNumber, Date notBefore, Date notAfter, String voName, 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.credentialModifier and TypeClassDescriptionclass
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.requestModifier and TypeClassDescriptionclass
Exception used when errors are raised during the interaction with a (possibly) remote VOMS server.