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.
|
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> |
VOMSACGenerator.defaultGenerationProperties |
Modifier and Type | Method and Description |
---|---|
static VOMSACGenerator.ACGenerationProperties |
VOMSACGenerator.ACGenerationProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VOMSACGenerator.ACGenerationProperties[] |
VOMSACGenerator.ACGenerationProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and 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) |