| Package | Description |
|---|---|
| org.italiangrid.voms |
This package provides main VOMS Java APIs class and interfaces.
|
| org.italiangrid.voms.ac.impl |
Implementation classes for VOMS attributes validation and parsing.
|
| 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.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
| org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
VOMSAttribute.getGenericAttributes()
This method returns the list of VOMS Generic attributes in this
VOMSAttribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
VOMSGenericAttributeImpl
The default implementation for VOMS Generic Attributes.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<VOMSGenericAttribute> |
VOMSAttributesImpl.genericAttributes |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
VOMSAttributesImpl.getGenericAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
VOMSAttributesImpl.setGenericAttributes(java.util.List<VOMSGenericAttribute> genericAttributes) |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<VOMSGenericAttribute> |
VOMSACUtils.deserializeGAs(org.bouncycastle.cert.X509AttributeCertificateHolder ac)
Deserializes the VOMS generic attributes
|
| Modifier and Type | Method and Description |
|---|---|
private org.bouncycastle.asn1.DERSequence |
VOMSACGenerator.buildTagSequence(VOMSGenericAttribute ga) |
| Modifier and Type | Method and Description |
|---|---|
private org.bouncycastle.asn1.ASN1Encodable |
VOMSACGenerator.buildGAExtensionContent(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties,
java.util.List<VOMSGenericAttribute> gas,
org.bouncycastle.asn1.x509.GeneralName policyAuthorityInfo) |
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) |
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) |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<VOMSGenericAttribute> |
ACGenerationParams.gas |
(package private) java.util.List<VOMSGenericAttribute> |
ACGenerationParams.Builder.gas |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
ACGenerationParams.getGas() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<VOMSGenericAttribute> |
GaParser.parseGaString(java.lang.String gaString) |