|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeCertificate | |
---|---|
org.glite.voms | |
org.glite.voms.ac | |
org.glite.voms.contact |
Uses of AttributeCertificate in org.glite.voms |
---|
Methods in org.glite.voms that return AttributeCertificate | |
---|---|
AttributeCertificate |
VOMSAttribute.getAC()
Direct access to the Attribute Certificate is going to be removed. |
Methods in org.glite.voms with parameters of type AttributeCertificate | |
---|---|
boolean |
PKIVerifier.verify(AttributeCertificate ac)
Verifies an Attribute Certificate according to RFC 3281. |
Constructors in org.glite.voms with parameters of type AttributeCertificate | |
---|---|
VOMSAttribute(AttributeCertificate ac)
Parses the contents of an attribute certificate. NOTE: Cryptographic signatures, time stamps etc. |
Uses of AttributeCertificate in org.glite.voms.ac |
---|
Methods in org.glite.voms.ac that return AttributeCertificate | |
---|---|
static AttributeCertificate |
AttributeCertificate.getInstance(java.io.InputStream in)
Create an Attribute Certificate from a input stream containing DER-encoded data |
Methods in org.glite.voms.ac with parameters of type AttributeCertificate | |
---|---|
boolean |
ACValidator.validate(AttributeCertificate ac)
|
Uses of AttributeCertificate in org.glite.voms.contact |
---|
Methods in org.glite.voms.contact that return AttributeCertificate | |
---|---|
static AttributeCertificate |
VOMSProxyBuilder.buildAC(byte[] acBytes)
This methods builds an AttributeCertificate (AC) object starting from an array of bytes. |
AttributeCertificate |
VOMSProxyInit.getVomsAC(VOMSRequestOptions requestOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |