Package | Description |
---|---|
org.italiangrid.voms |
This document provides help and documentation on the VOMS Java APIs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<VOMSGenericAttribute> |
VOMSAttribute.getGenericAttributes() |
Modifier and Type | Class and Description |
---|---|
class |
VOMSGenericAttributeImpl
The default implementation for VOMS Generic Attributes.
|
Modifier and Type | Method and Description |
---|---|
List<VOMSGenericAttribute> |
VOMSAttributesImpl.getGenericAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
VOMSAttributesImpl.setGenericAttributes(List<VOMSGenericAttribute> genericAttributes) |
Modifier and Type | Method and Description |
---|---|
org.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) |
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) |
Copyright © 2014. All rights reserved.