A B C D E F G H I K L M N O P Q R S T U V W X 

A

AC_CERTS_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
 
AC_FULL_ATTRIBUTES_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
 
AC_TARGET_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
 
ACCerts - Class in org.glite.voms.ac
This class represents the ACCerts extension which may be present in the AC.
ACCerts() - Constructor for class org.glite.voms.ac.ACCerts
Creates an empty ACCerts object.
ACCerts(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACCerts
Creates an ACCerts starting from a sequence.
ACGenerator - Class in org.glite.voms.ac
AttributeCertificateInfo ::= SEQUENCE { version AttCertVersion -- version is v2, holder Holder, issuer AttCertIssuer, signature AlgorithmIdentifier, serialNumber CertificateSerialNumber, attrCertValidityPeriod AttCertValidityPeriod, attributes SEQUENCE OF Attribute, issuerUniqueID UniqueIdentifier OPTIONAL, extensions Extensions OPTIONAL } AttCertVersion ::= INTEGER { v2(1) }
ACGenerator() - Constructor for class org.glite.voms.ac.ACGenerator
 
ACTarget - Class in org.glite.voms.ac
The intent of this class is to represent a single target.
ACTarget() - Constructor for class org.glite.voms.ac.ACTarget
empty contructor
ACTarget(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACTarget
Creates an ACTarget from a sequence
ACTargets - Class in org.glite.voms.ac
The intent of this class is to represent the ACTargets extension which may be present in the AC.
ACTargets() - Constructor for class org.glite.voms.ac.ACTargets
Empty constructor.
ACTargets(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACTargets
Creates an ACTargets from a sequence.
ACTrustStore - Interface in org.glite.voms.ac
Deprecated.
This does not expose the necessary information.
ACValidator - Class in org.glite.voms.ac
Validator class capable of validating an Attribute Certificate and verify its signature against a trust store of Attribute Authority certificates.
ACValidator(ACTrustStore) - Constructor for class org.glite.voms.ac.ACValidator
 
ACValidator(VOMSTrustStore) - Constructor for class org.glite.voms.ac.ACValidator
 
ACValidator(PKIVerifier) - Constructor for class org.glite.voms.ac.ACValidator
 
add(VOMSServerInfo) - Method in class org.glite.voms.contact.VOMSServerMap
 
add(List) - Method in class org.glite.voms.VOMSValidator.FQANTree
 
add(FQAN) - Method in class org.glite.voms.VOMSValidator.FQANTree
 
addAttribute(String, String, String) - Method in class org.glite.voms.ac.ACGenerator
 
addAttributes(String, String, List) - Method in class org.glite.voms.ac.ACGenerator
 
addCert(X509CertificateStructure) - Method in class org.glite.voms.ac.ACCerts
Manually adds a certificate to the list.
addFQAN(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
Adds a FQAN to the list of requested FQANs.
addInstance() - Method in class org.glite.voms.PKIStore
 
addTarget(String) - Method in class org.glite.voms.ac.ACTargets
Manually add a target.
AddTarget(ACTarget) - Method in class org.glite.voms.ac.ACTargets
Manually add a target.
addTarget(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
Adds a target to the list of targets for this VOMSRequestOptions object.
addVomsServer(VOMSServerInfo) - Method in class org.glite.voms.contact.VOMSProxyInit
 
AttCertIssuer - Class in org.glite.voms.ac
Shadow implementation of AttributeCertificateInfo from BouncyCastle
AttCertIssuer(DEREncodable) - Constructor for class org.glite.voms.ac.AttCertIssuer
 
AttCertIssuer(V2Form) - Constructor for class org.glite.voms.ac.AttCertIssuer
 
AttCertIssuer(GeneralNames) - Constructor for class org.glite.voms.ac.AttCertIssuer
 
AttributeCertificate - Class in org.glite.voms.ac
A shadow implementation of the non-working BouncyCastle implementation of X.509 Attribute Certificates
AttributeCertificate(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeCertificate
 
AttributeCertificateInfo - Class in org.glite.voms.ac
Shadow implementation of AttributeCertificateInfo from BouncyCastle
AttributeCertificateInfo(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeCertificateInfo
 
AttributeHolder - Class in org.glite.voms.ac
This calss represents an Attribute Holder object.
AttributeHolder() - Constructor for class org.glite.voms.ac.AttributeHolder
Empty constructor.
AttributeHolder(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeHolder
Creates an AttributeHolder object from a Sequence.
AUTHORITY_KEY_IDENTIFIER - Static variable in class org.glite.voms.PKIVerifier
 

B

BASIC_CONSTRAINTS_IDENTIFIER - Static variable in class org.glite.voms.PKIVerifier
 
BasicVOMSTrustStore - Class in org.glite.voms
Deprecated.
This class does not expose the necessary information. Use PKIStore instead. Implementation of a AC trust store for use with VOMS. The store keeps an in-memory cache of issuer certificates, which can be refreshed periodically.
BasicVOMSTrustStore() - Constructor for class org.glite.voms.BasicVOMSTrustStore
Deprecated.
Creates a default VOMS trust store.
BasicVOMSTrustStore(String, long) - Constructor for class org.glite.voms.BasicVOMSTrustStore
Deprecated.
Creates and manages an in-memory cache of VOMS issuers by periodically scanning a directory containing the trusted issuers.
buildAC(byte[]) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
This methods builds an AttributeCertificate (AC) object starting from an array of bytes.
buildProxy() - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
buildProxy(UserCredentials, List, int, int, int, String) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
This method is used to create a VOMS proxy starting from the UserCredentials passed as arguments and including a list of AttributeCertificate objects that will be included in the proxy.
buildProxy(UserCredentials, List, int, int, int, String, int) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
 
buildProxy(UserCredentials, int, int) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
 
buildProxy(UserCredentials, int, int, int) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
 
buildRequest(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSRequestFactory
 
buildRESTRequest(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSRequestFactory
 
buildServerMap() - Method in class org.glite.voms.contact.VOMSESFileParser
This method is used to build a VOMSServerMap object starting from vomses configuration files or directories.

C

capabilityPattern - Static variable in class org.glite.voms.contact.PathNamingScheme
 
capabilitySyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
 
checkClientTrusted(X509Certificate[], String) - Method in class org.glite.voms.VOMSTrustManager
 
checkGroup(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the syntax used by voms to identify groups.
checkIssued(X509Certificate, X509Certificate) - Static method in class org.glite.voms.PKIUtils
Checks if a certificate issued another certificate, according to RFC 3280.
checkRole(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the syntax used by voms to identify roles.
checkServerTrusted(X509Certificate[], String) - Method in class org.glite.voms.VOMSTrustManager
 
checkSyntax(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the voms FQAN syntax.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.glite.voms.VOMSKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.glite.voms.VOMSKeyManager
 
cleanup() - Method in class org.glite.voms.ac.ACValidator
 
cleanup() - Method in class org.glite.voms.PKIVerifier
Cleans up resources allocated by the verifier.
cleanup() - Method in class org.glite.voms.VOMSValidator
Cleans up the object.
close() - Method in class org.glite.voms.contact.VOMSSocket
 
compactString() - Method in class org.glite.voms.contact.VOMSServerInfo
 
connect(String, int) - Method in class org.glite.voms.contact.VOMSSocket
 
contactServer(VOMSServerInfo, VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSProxyInit
 
containerPattern - Static variable in class org.glite.voms.contact.PathNamingScheme
 
containerSyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
 

D

decode(String) - Static method in class org.glite.voms.contact.VOMSDecoder
 
DEFAULT_CADIR - Static variable in class org.glite.voms.PKIStore
 
DEFAULT_DELEGATION_TYPE - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 
DEFAULT_LIFETIME - Static variable in class org.glite.voms.contact.VOMSRequestOptions
The default lifetime value for voms requests is 86400 seconds.
DEFAULT_PROXY_LIFETIME - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 
DEFAULT_PROXY_TYPE - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 
DEFAULT_TRUST_STORE_LISTING - Static variable in class org.glite.voms.BasicVOMSTrustStore
Deprecated.
 
DEFAULT_TRUST_STORE_REFRESH_PERIOD - Static variable in class org.glite.voms.PKIStore
The default period, in minutes, used to refresh this trust store.
DEFAULT_VOMSDIR - Static variable in class org.glite.voms.PKIStore
 
DELEGATION_FULL - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
DELEGATION_LIMITED - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
DELEGATION_NONE - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
DNCompare(String, String) - Static method in class org.glite.voms.PKIUtils
 
docBuilder - Variable in class org.glite.voms.contact.VOMSParser
 
docBuilder - Variable in class org.glite.voms.contact.VOMSRequestFactory
 
doRequestList() - Method in class org.glite.voms.contact.VOMSRequestOptions
 

E

equals(Object) - Method in class org.glite.voms.contact.VOMSServerInfo
 
equals(Object) - Method in class org.glite.voms.FQAN
 
errorMessages() - Method in class org.glite.voms.contact.VOMSResponse
Extracts the error messages from the VOMS response.

F

findIssuer(X509Certificate) - Method in class org.glite.voms.Namespace
 
findIssuer(X509Certificate, int) - Method in class org.glite.voms.Namespace
 
findIssuer(String) - Method in class org.glite.voms.SigningPolicy
Finds the record in the signing policy which deals with the specified issuer.
findIssuer(String, int) - Method in class org.glite.voms.SigningPolicy
Finds the record in the signing policy which deals with the specified issuer, starting from a specified record.
FQAN - Class in org.glite.voms
Parses and assembles Fully Qualified Attribute Names (FQANs) used by VOMS.
FQAN(String) - Constructor for class org.glite.voms.FQAN
 
FQAN(String, String, String) - Constructor for class org.glite.voms.FQAN
 
fromStringArray(String[]) - Static method in class org.glite.voms.contact.VOMSServerInfo
 
FullAttributes - Class in org.glite.voms.ac
This class represents the GenericAttributes extension which may be found in the AC.
FullAttributes() - Constructor for class org.glite.voms.ac.FullAttributes
Empty contructor
FullAttributes(ASN1Sequence) - Constructor for class org.glite.voms.ac.FullAttributes
Creates a FullAttributes object from a sequence.

G

generalNameToGeneralNames(GeneralName) - Static method in class org.glite.voms.ac.Util
 
generalNameToX500Name(GeneralName) - Static method in class org.glite.voms.ac.Util
 
generalNameToX509Name(GeneralName) - Static method in class org.glite.voms.ac.Util
 
generateACInfo() - Method in class org.glite.voms.ac.ACGenerator
 
GenericAttribute - Class in org.glite.voms.ac
This class represents the single Generic Attribute.
GenericAttribute() - Constructor for class org.glite.voms.ac.GenericAttribute
Empty contructor
GenericAttribute(ASN1Sequence) - Constructor for class org.glite.voms.ac.GenericAttribute
Creates a GenericAttributes object from a sequence.
get(String) - Method in class org.glite.voms.contact.VOMSServerMap
 
getAACandidate(X500Principal) - Method in interface org.glite.voms.ac.ACTrustStore
Deprecated.
Returns an array of issuer candidates, by performing a name comparison of the AC's issuer and the subject names of the certificates in the trust store.
getAACandidate(X500Principal, String) - Method in interface org.glite.voms.ac.VOMSTrustStore
Returns candidates to the role of signer of an AC with he given issuer and of the give VO.
getAACandidate(X500Principal) - Method in class org.glite.voms.BasicVOMSTrustStore
Deprecated.
 
getAACandidate(X500Principal, String) - Method in class org.glite.voms.PKIStore
Gets an array of candidate issuer certificates for an AC with the given issuer and belonging to the given VO.
getAC() - Method in class org.glite.voms.contact.VOMSResponse
Extracts the AC from the VOMS response.
getAC() - Method in class org.glite.voms.VOMSAttribute
Direct access to the Attribute Certificate is going to be removed.
getACAsString() - Method in class org.glite.voms.contact.VOMSResponse
Extracts the AC from the VOMS response.
getAcceptedIssuers() - Method in class org.glite.voms.VOMSTrustManager
 
getAccessIDCA() - Method in class org.glite.voms.SigningPolicy
Gets the AccessIDCA from the current record.
getAcinfo() - Method in class org.glite.voms.ac.AttributeCertificate
 
getAKID(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Gets the AuthorityKeyIdentifier extension form the passed certificate.
getAlias() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getAllFullyQualifiedAttributes() - Method in class org.glite.voms.VOMSValidator
Returns a collection of all the FQANs in all the ACs found in the credential, in order.
getArguments(String[]) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
getAttCertVersion() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getAttrCertValidityPeriod() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getAttributeHolders() - Method in class org.glite.voms.ac.FullAttributes
Returns a list of the AttributeHolders.
getAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
 
getAttributes(String) - Method in class org.glite.voms.ac.AttributeCertificate
Returns a list of the attributes matching the provided OID.
getAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getAttributes() - Method in class org.glite.voms.ac.AttributeHolder
Gets a list of Generic Attributes.
getBaseCertificateID() - Method in class org.glite.voms.ac.V2Form
 
getBaseName(File) - Static method in class org.glite.voms.PKIUtils
Gets the basename of a file.
getBasicConstraints(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Gets the BasicConstraints extension form the passed certificate.
getCapabilities(String) - Method in class org.glite.voms.VOMSValidator.FQANTree
 
getCapabilities(String) - Method in class org.glite.voms.VOMSValidator
Deprecated.
Capabilities are deprecated.
getCapability() - Method in class org.glite.voms.FQAN
 
getCAs() - Method in class org.glite.voms.PKIStore
 
getCertificateChain(String) - Method in class org.glite.voms.VOMSKeyManager
 
getCertList() - Method in class org.glite.voms.ac.AttributeCertificate
 
getCertList() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getCertList() - Method in class org.glite.voms.VOMSAttribute
Gets the certificates that signed the AC, if the ACCerts extension is present.
getCerts() - Method in class org.glite.voms.ac.ACCerts
Gets the certificates.
getClientAliases(String, Principal[]) - Method in class org.glite.voms.VOMSKeyManager
 
getCode() - Method in class org.glite.voms.contact.VOMSMessage
 
getCondSubjects() - Method in class org.glite.voms.SigningPolicy
Gets the CondSubjects from the current record.
getContext() - Method in class org.glite.voms.contact.VOMSSocket
 
getCRLs() - Method in class org.glite.voms.PKIStore
 
getData() - Method in class org.glite.voms.contact.VOMSResponse
Extracts the textual data from the VOMS response.
getDelegationType() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getDERObject() - Method in class org.glite.voms.ac.ACCerts
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.ACTarget
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.ACTargets
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.AttCertIssuer
Produce an object suitable for an ASN1OutputStream.
getDERObject() - Method in class org.glite.voms.ac.AttributeCertificate
Produce an object suitable for an ASN1OutputStream.
getDERObject() - Method in class org.glite.voms.ac.AttributeCertificateInfo
Produce an object suitable for an ASN1OutputStream.
getDERObject() - Method in class org.glite.voms.ac.AttributeHolder
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.FullAttributes
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.GenericAttribute
Makes a DERObject representation.
getDERObject() - Method in class org.glite.voms.ac.Holder
 
getDERObject() - Method in class org.glite.voms.ac.IetfAttrSyntax
 
getDERObject() - Method in class org.glite.voms.ac.ObjectDigestInfo
Produce an object suitable for an ASN1OutputStream.
getDERObject() - Method in class org.glite.voms.ac.V2Form
Produce an object suitable for an ASN1OutputStream.
getDERObject() - Method in class org.glite.voms.contact.MyProxyCertInfo
 
getDERObject() - Method in class org.glite.voms.contact.ProxyPolicy
 
getDigestAlgorithm() - Method in class org.glite.voms.ac.ObjectDigestInfo
 
getDigestedObjectType() - Method in class org.glite.voms.ac.ObjectDigestInfo
 
getDirList() - Method in class org.glite.voms.BasicVOMSTrustStore
Deprecated.
 
getDNLists() - Method in class org.glite.voms.LSCFile
Returns the allowed subject/issuer DN sequences for this file.
getExtensions() - Method in class org.glite.voms.ac.AttributeCertificate
 
getExtensions() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getFactory() - Method in class org.glite.voms.contact.VOMSSocket
 
getFQAN() - Method in class org.glite.voms.FQAN
 
getFullAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
 
getFullAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getFullAttributes() - Method in class org.glite.voms.VOMSAttribute
Gets a copy of the Generic Attributes extension.
getFullyQualifiedAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
 
getFullyQualifiedAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getFullyQualifiedAttributes() - Method in class org.glite.voms.VOMSAttribute
 
getGlobusVersion() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getGlobusVersionAsInt() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getGrantor() - Method in class org.glite.voms.ac.AttributeHolder
Gets the Grantor of these attributes.
getGridProxy() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getGroup() - Method in class org.glite.voms.ac.ACTarget
Gets the group element
getGroup() - Method in class org.glite.voms.FQAN
 
getGroupName(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This method extracts group name information from the FQAN passed as argument.
getHash(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the subject of the given certificate.
getHash(X509CRL) - Static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the issuer of the given CRL.
getHash(X509Principal) - Static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the given principal.
getHash(X500Principal) - Static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the given principal.
getHash(byte[]) - Static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the given byte array.
getHolder() - Method in class org.glite.voms.ac.AttributeCertificate
 
getHolder() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getHolder() - Method in class org.glite.voms.VOMSAttribute
Returns an String representation of the AC holder.
getHolderX509() - Method in class org.glite.voms.ac.AttributeCertificate
 
getHolderX509() - Method in class org.glite.voms.VOMSAttribute
Returns an OpenSSL-style representation of the AC holder.
getHost() - Method in class org.glite.voms.ac.AttributeCertificate
 
getHost() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getHost() - Method in class org.glite.voms.VOMSAttribute
Returns the hostName of the issuing VOMS server.
getHostDn() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getHostName() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getHostPort() - Method in class org.glite.voms.ac.AttributeCertificate
 
getHostPort() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getHostPort() - Method in class org.glite.voms.VOMSAttribute
Returns the address of the issuing VOMS server, on the form <host>:<port>
getInputStream() - Method in class org.glite.voms.contact.VOMSSocket
 
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACCerts
static variant of the constructor.
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACTarget
Static variant of the constructor.
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACTargets
Static variant of the constructor.
getInstance() - Static method in class org.glite.voms.ac.ACValidator
 
getInstance(ACTrustStore) - Static method in class org.glite.voms.ac.ACValidator
 
getInstance(VOMSTrustStore) - Static method in class org.glite.voms.ac.ACValidator
 
getInstance(InputStream) - Static method in class org.glite.voms.ac.AttributeCertificate
Create an Attribute Certificate from a input stream containing DER-encoded data
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.AttributeCertificateInfo
 
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.AttributeHolder
Static variant of the constructor.
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.FullAttributes
Static variant of the constructor.
getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.GenericAttribute
Static variant of the constructor.
getIssuer() - Method in class org.glite.voms.ac.AttributeCertificate
 
getIssuer() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getIssuer() - Method in class org.glite.voms.ac.Holder
 
getIssuer() - Method in class org.glite.voms.Namespace
 
getIssuer() - Method in class org.glite.voms.VOMSAttribute
Returns an OpenSSL-style representation of the AC issuer.
getIssuerName() - Method in class org.glite.voms.ac.AttCertIssuer
 
getIssuerName() - Method in class org.glite.voms.ac.V2Form
 
getIssuerSerial() - Method in class org.glite.voms.ac.ACTarget
Gets the IssuerSerial
getIssuerSerialString() - Method in class org.glite.voms.ac.ACTarget
Gets the IssuerSerial element
getIssuerUniqueID() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getIssuerX509() - Method in class org.glite.voms.ac.AttributeCertificate
 
getIssuerX509() - Method in class org.glite.voms.VOMSAttribute
Returns an OpenSSL-style representation of the AC issuer.
getLifetime() - Method in class org.glite.voms.contact.VOMSRequestFactory
 
getLifetime() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getListOfFQAN() - Method in class org.glite.voms.ac.AttributeCertificate
 
getListOfFQAN() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getListOfFQAN() - Method in class org.glite.voms.VOMSAttribute
 
getLSC(String, String) - Method in interface org.glite.voms.ac.VOMSTrustStore
Returns the LSCFile corresponding to the VO and Host specified.
getLSC(String, String) - Method in class org.glite.voms.PKIStore
Gets the LSC file corresponding to the given VO, for the given server.
getMessage() - Method in class org.glite.voms.contact.VOMSMessage
 
getName() - Method in class org.glite.voms.ac.ACTarget
Gets the name element.
getName() - Method in class org.glite.voms.ac.GenericAttribute
Gets the name of the attribute
getName() - Method in class org.glite.voms.LSCFile
Returns the basename of the file from which this was loaded.
getName() - Method in class org.glite.voms.Namespace
 
getName() - Method in class org.glite.voms.SigningPolicy
Gets the basename of the file from which this was loaded.
getNamespaces() - Method in class org.glite.voms.PKIStore
 
getNotAfter() - Method in class org.glite.voms.ac.AttributeCertificate
 
getNotAfter() - Method in class org.glite.voms.VOMSAttribute
Returns the end date of the AC validity.
getNotBefore() - Method in class org.glite.voms.ac.AttributeCertificate
 
getNotBefore() - Method in class org.glite.voms.VOMSAttribute
Return the start date of the AC validity.
getObjectDigest() - Method in class org.glite.voms.ac.ObjectDigestInfo
 
getObjectDigestInfo() - Method in class org.glite.voms.ac.V2Form
 
getOpenSSLFormatPrincipal(Principal) - Static method in class org.glite.voms.PKIUtils
 
getOpenSSLFormatPrincipal(Principal, boolean) - Static method in class org.glite.voms.PKIUtils
Gets an OpenSSL-style representation of a principal.
getOrdering() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getOrderString() - Method in class org.glite.voms.contact.VOMSRequestFactory
 
getOtherObjectTypeID() - Method in class org.glite.voms.ac.ObjectDigestInfo
 
getOutputStream() - Method in class org.glite.voms.contact.VOMSSocket
 
getPathLenConstraint() - Method in class org.glite.voms.contact.MyProxyCertInfo
 
getPermit() - Method in class org.glite.voms.Namespace
 
getPolicyAuthority() - Method in class org.glite.voms.ac.IetfAttrSyntax
 
getPolicyType() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getPort() - Method in class org.glite.voms.ac.AttributeCertificate
 
getPort() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getPort() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getPort() - Method in class org.glite.voms.VOMSAttribute
Returns the port on which the issuing VOMS server is listening
getPosRights() - Method in class org.glite.voms.SigningPolicy
Gets the PosRights from the current record.
getPrivateKey(String) - Method in class org.glite.voms.VOMSKeyManager
 
getProxyKeySize() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getProxyLifetime() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getProxyOutputFile() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getProxyPolicy() - Method in class org.glite.voms.contact.MyProxyCertInfo
 
getProxyType() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getQualifier() - Method in class org.glite.voms.ac.GenericAttribute
Gets the qualifier of the attribute
getRequestedFQANs() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getResponse(InputStream) - Method in class org.glite.voms.contact.VOMSProtocol
This method is used to parse a VOMS response from an input stream.
getRole() - Method in class org.glite.voms.FQAN
 
getRoleName(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This method extracts the role name information from the FQAN passed as argument.
getRoles(String) - Method in class org.glite.voms.VOMSValidator.FQANTree
 
getRoles(String) - Method in class org.glite.voms.VOMSValidator
Returns a list of all roles attributed to a (sub)group, by combining all VOMS attributes in a hiearchial fashion.
getSerial() - Method in class org.glite.voms.VOMSAttribute
Returns the serial number of the AC.
getSerialNumber() - Method in class org.glite.voms.ac.AttributeCertificate
 
getSerialNumber() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getServerAliases(String, Principal[]) - Method in class org.glite.voms.VOMSKeyManager
 
getSignature() - Method in class org.glite.voms.ac.AttributeCertificate
 
getSignature() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getSignature() - Method in class org.glite.voms.VOMSAttribute
Returns the signature of the AC.
getSignatureAlgorithm() - Method in class org.glite.voms.ac.AttributeCertificate
 
getSignatureValue() - Method in class org.glite.voms.ac.AttributeCertificate
 
getSignings() - Method in class org.glite.voms.PKIStore
 
getSKID(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Gets the SubjectKeyIdentifier extension form the passed certificate.
getStore(String, int, boolean, boolean) - Static method in class org.glite.voms.PKIStoreFactory
 
getStore(String, int, boolean) - Static method in class org.glite.voms.PKIStoreFactory
 
getStore(String, int) - Static method in class org.glite.voms.PKIStoreFactory
 
getStore(int) - Static method in class org.glite.voms.PKIStoreFactory
 
getStore() - Static method in class org.glite.voms.PKIStoreFactory
 
getSubject() - Method in class org.glite.voms.Namespace
 
getTargets() - Method in class org.glite.voms.ac.ACTargets
Gets the list of targets.
getTargets() - Method in class org.glite.voms.ac.AttributeCertificate
 
getTargets() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getTargets() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getTargets() - Method in class org.glite.voms.VOMSAttribute
Gets the targets of this AC.
getTargetsAsString() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getTargetString() - Method in class org.glite.voms.contact.VOMSRequestFactory
 
getUserCertificate() - Method in class org.glite.voms.contact.UserCredentials
This method returs the user certificate loaded in this UserCredentials.
getUserChain() - Method in class org.glite.voms.contact.UserCredentials
This method returs the user certificate chain loaded in this UserCredentials.
getUserKey() - Method in class org.glite.voms.contact.UserCredentials
This method returs the user credential openssl private key.
getValue() - Method in class org.glite.voms.ac.GenericAttribute
Gets the value of the attribute
getValues() - Method in class org.glite.voms.ac.IetfAttrSyntax
 
getValueType() - Method in class org.glite.voms.ac.IetfAttrSyntax
 
getVerificationType() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getVersion() - Method in class org.glite.voms.contact.VOMSResponse
Extracts the version from the VOMS response.
getVO() - Method in class org.glite.voms.ac.AttributeCertificate
 
getVO() - Method in class org.glite.voms.ac.AttributeCertificateInfo
 
getVO() - Method in class org.glite.voms.VOMSAttribute
Returns the VO name
getVomsAC(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSProxyInit
 
getVOMSAttributes() - Method in class org.glite.voms.VOMSValidator
Returns a list of VOMS attributes, parsed and possibly validated.
getVomsData(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSProxyInit
 
getVomsProxy() - Method in class org.glite.voms.contact.VOMSProxyInit
 
getVomsProxy(Collection) - Method in class org.glite.voms.contact.VOMSProxyInit
 
getVoName() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
getVoName() - Method in class org.glite.voms.contact.VOMSServerInfo
 
getWarnings() - Method in class org.glite.voms.contact.VOMSProxyInit
 
groupPattern - Static variable in class org.glite.voms.contact.PathNamingScheme
 
groupSyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
 
GSI_2_LIMITED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GSI_2_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GSI_3_IMPERSONATION_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GSI_3_INDEPENDENT_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GSI_3_LIMITED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GSI_3_RESTRICTED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
 
GT2_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 
GT3_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 
GT4_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
 

H

hasErrors() - Method in class org.glite.voms.contact.VOMSResponse
 
hashCode() - Method in class org.glite.voms.contact.VOMSServerInfo
 
hashCode() - Method in class org.glite.voms.FQAN
 
hasWarnings() - Method in class org.glite.voms.contact.VOMSProxyInit
 
hasWarnings() - Method in class org.glite.voms.contact.VOMSResponse
 
helpFormatter - Variable in class org.glite.voms.contact.cli.VomsProxyInitClient
 
Holder - Class in org.glite.voms.ac
The Holder object.
Holder(X509Certificate) - Constructor for class org.glite.voms.ac.Holder
 
Holder(X500Principal, BigInteger) - Constructor for class org.glite.voms.ac.Holder
 
Holder(ASN1Sequence) - Constructor for class org.glite.voms.ac.Holder
 

I

IetfAttrSyntax - Class in org.glite.voms.ac
Implementation of IetfAttrSyntax as specified by RFC3281.
IetfAttrSyntax(ASN1Sequence) - Constructor for class org.glite.voms.ac.IetfAttrSyntax
 
IMPERSONATION - Static variable in class org.glite.voms.contact.ProxyPolicy
 
INDEPENDENT - Static variable in class org.glite.voms.contact.ProxyPolicy
 
instance() - Static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(String) - Static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(String, String, String) - Static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(String, String) - Static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(UserCredentials) - Static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(PrivateKey, X509Certificate[]) - Static method in class org.glite.voms.contact.UserCredentials
 
instance() - Static method in class org.glite.voms.contact.VOMSESFileParser
 
instance() - Static method in class org.glite.voms.contact.VOMSParser
 
instance() - Static method in class org.glite.voms.contact.VOMSProtocol
 
instance(String) - Static method in class org.glite.voms.contact.VOMSProxyInit
 
instance() - Static method in class org.glite.voms.contact.VOMSProxyInit
 
instance(UserCredentials) - Static method in class org.glite.voms.contact.VOMSProxyInit
 
instance() - Static method in class org.glite.voms.contact.VOMSRequestFactory
 
instance(UserCredentials, String, int) - Static method in class org.glite.voms.contact.VOMSSocket
 
instance(UserCredentials, String) - Static method in class org.glite.voms.contact.VOMSSocket
 
isCA(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Checks if the passed certificate is a CA certificate.
isClosed() - Method in class org.glite.voms.contact.VOMSSocket
 
isConnected() - Method in class org.glite.voms.contact.VOMSSocket
 
isGroup(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a voms group.
isHolder(X509Certificate) - Method in class org.glite.voms.ac.Holder
 
isHolder(X509Certificate) - Method in class org.glite.voms.VOMSAttribute
Checks the given X509 certificate to see if it is the holder of the AC.
isIssuer(X509Certificate) - Method in class org.glite.voms.VOMSAttribute
Checks the given X509 certificate to see if it is the issuer of the AC.
isParsed - Variable in class org.glite.voms.VOMSValidator
 
isProxy(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Checks if the passed certificate is a proxy certificate.
isQualifiedRole(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a qualified voms role, i.e., a role defined in the context of a voms group.
isRequestList() - Method in class org.glite.voms.contact.VOMSRequestOptions
 
isRole(String) - Static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a voms role.
isValid() - Method in class org.glite.voms.ac.AttributeCertificate
Synonym for validAt(null)
isValid() - Method in class org.glite.voms.VOMSAttribute
Checks if the Attribute is valid.
isValid() - Method in class org.glite.voms.VOMSValidator
 
isValidated - Variable in class org.glite.voms.VOMSValidator
 
isValidated() - Method in class org.glite.voms.VOMSValidator
 

K

KEY_USAGE_IDENTIFIER - Static variable in class org.glite.voms.PKIVerifier
 

L

LIMITED - Static variable in class org.glite.voms.contact.ProxyPolicy
 
load() - Method in class org.glite.voms.PKIStore
Loads the files from the directory specified in the constructors
loadCertificates(String) - Static method in class org.glite.voms.PKIUtils
Loads a set of credentials from a file.
loadCertificates(File) - Static method in class org.glite.voms.PKIUtils
Loads a set of credentials from a file.
loadCRL(String) - Static method in class org.glite.voms.PKIUtils
Loads a CRL from a file.
loadCRL(File) - Static method in class org.glite.voms.PKIUtils
Loads a CRL from a file.
loadPrivateKey(String, PasswordFinder) - Static method in class org.glite.voms.PKIUtils
 
loadPrivateKey(File, PasswordFinder) - Static method in class org.glite.voms.PKIUtils
 
log - Static variable in class org.glite.voms.ac.ACValidator
 
log - Static variable in class org.glite.voms.contact.PathNamingScheme
 
logger - Static variable in class org.glite.voms.ac.AttributeCertificate
 
LSCFile - Class in org.glite.voms
The job of this class is to represent a *.lsc file in the vomsdir directory.
LSCFile(File) - Constructor for class org.glite.voms.LSCFile
Loads a *.lsc file from a File

M

main(String[]) - Static method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
map - Variable in class org.glite.voms.contact.VOMSServerMap
 
matchesDN(X500Principal, GeneralNames) - Static method in class org.glite.voms.ac.Holder
 
merge(VOMSServerMap) - Method in class org.glite.voms.contact.VOMSServerMap
Merge this map with another VOMSServerMap object.
myFQANTree - Variable in class org.glite.voms.VOMSValidator
 
MyProxyCertInfo - Class in org.glite.voms.contact
 
MyProxyCertInfo(ProxyPolicy, int) - Constructor for class org.glite.voms.contact.MyProxyCertInfo
 
MyProxyCertInfo(int, ProxyPolicy, int) - Constructor for class org.glite.voms.contact.MyProxyCertInfo
 
MyProxyCertInfo(ASN1Sequence) - Constructor for class org.glite.voms.contact.MyProxyCertInfo
 
MyProxyCertInfo(byte[]) - Constructor for class org.glite.voms.contact.MyProxyCertInfo
 
myTrustStore - Variable in class org.glite.voms.ac.ACValidator
 
myValidatedChain - Variable in class org.glite.voms.VOMSValidator
 
myValidator - Variable in class org.glite.voms.VOMSValidator
 
myVomsAttributes - Variable in class org.glite.voms.VOMSValidator
 
myVOMSStore - Variable in class org.glite.voms.ac.ACValidator
 

N

Namespace - Class in org.glite.voms
 
Namespace(File) - Constructor for class org.glite.voms.Namespace
 
Normalize(String) - Static method in class org.glite.voms.PKIUtils
Compares two DNs for equality, taking into account different representations for the Email and UserID tags.

O

ObjectDigestInfo - Class in org.glite.voms.ac
 
ObjectDigestInfo(ASN1Sequence) - Constructor for class org.glite.voms.ac.ObjectDigestInfo
 
options - Variable in class org.glite.voms.contact.cli.VomsProxyInitClient
 
org.glite.voms - package org.glite.voms
 
org.glite.voms.ac - package org.glite.voms.ac
 
org.glite.voms.contact - package org.glite.voms.contact
 
org.glite.voms.contact.cli - package org.glite.voms.contact.cli
 

P

parse(X509Certificate[]) - Static method in class org.glite.voms.VOMSValidator
Parses the assumed-validated certificate chain (which may also include proxy certs) for any occurances of VOMS extensions containing attribute certificates issued to the end entity in the certificate chain.
parse() - Method in class org.glite.voms.VOMSValidator
Deprecated.
use the parse(X509Certificate[]) instead
parser - Variable in class org.glite.voms.contact.cli.VomsProxyInitClient
 
parseResponse(InputStream) - Method in class org.glite.voms.contact.VOMSParser
Parses a voms response reading from a given input stream.
PathNamingScheme - Class in org.glite.voms.contact
This class provides utility methods that are used for parsing, matching voms FQANs (Fully Qualified Attribute Names).
PathNamingScheme() - Constructor for class org.glite.voms.contact.PathNamingScheme
 
PKIStore - Class in org.glite.voms
PKIStore is the class serving to store all the components of a common PKI installation, i.e.: CA certificates, CRLs, Signing policy files...
PKIStore(String, int, boolean) - Constructor for class org.glite.voms.PKIStore
 
PKIStore(String, int) - Constructor for class org.glite.voms.PKIStore
This is equivalent to PKIStore(dir, type, true)
PKIStore(int) - Constructor for class org.glite.voms.PKIStore
 
PKIStore() - Constructor for class org.glite.voms.PKIStore
 
PKIStoreFactory - Class in org.glite.voms
 
PKIStoreFactory() - Constructor for class org.glite.voms.PKIStoreFactory
 
PKIUtils - Class in org.glite.voms
 
PKIUtils() - Constructor for class org.glite.voms.PKIUtils
 
PKIVerifier - Class in org.glite.voms
 
PKIVerifier(VOMSTrustStore, PKIStore) - Constructor for class org.glite.voms.PKIVerifier
Initializes the verifier.
PKIVerifier(VOMSTrustStore) - Constructor for class org.glite.voms.PKIVerifier
Initializes the verifier.
PKIVerifier() - Constructor for class org.glite.voms.PKIVerifier
Initializes the verifier.
printHelpMessageAndExit(int) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
PROXYCERTINFO - Static variable in class org.glite.voms.PKIVerifier
 
PROXYCERTINFO_OLD - Static variable in class org.glite.voms.PKIVerifier
 
proxyInit - Variable in class org.glite.voms.contact.cli.VomsProxyInitClient
 
ProxyPolicy - Class in org.glite.voms.contact
 
ProxyPolicy(DERObjectIdentifier) - Constructor for class org.glite.voms.contact.ProxyPolicy
 
ProxyPolicy(DERObjectIdentifier, String) - Constructor for class org.glite.voms.contact.ProxyPolicy
 
ProxyPolicy(String, String) - Constructor for class org.glite.voms.contact.ProxyPolicy
 
ProxyPolicy(String) - Constructor for class org.glite.voms.contact.ProxyPolicy
 
ProxyPolicy(ASN1Sequence) - Constructor for class org.glite.voms.contact.ProxyPolicy
 

Q

qualifiedRolePattern - Static variable in class org.glite.voms.contact.PathNamingScheme
 
qualifiedRoleSyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
 

R

readObject(File) - Static method in class org.glite.voms.PKIUtils
Reads either a certificate or a CRL from a file.
refresh() - Method in class org.glite.voms.BasicVOMSTrustStore
Deprecated.
Refreshes the in-memory cache of trusted signer certificates.
refresh() - Method in class org.glite.voms.PKIStore
Refreshes the content of the PKIStore object.
rescheduleRefresh(int) - Method in class org.glite.voms.PKIStore
Changes the interval between refreshes of the store.
rolePattern - Static variable in class org.glite.voms.contact.PathNamingScheme
 
roleSyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
 

S

save(OutputStream) - Method in class org.glite.voms.contact.UserCredentials
 
saveProxy(UserCredentials, OutputStream) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
This method is write a globus proxy to an output stream.
saveProxy(UserCredentials, String) - Static method in class org.glite.voms.contact.VOMSProxyBuilder
This method saves a globus proxy to a file.
selfIssued(X509Certificate) - Static method in class org.glite.voms.PKIUtils
Checks if the give certificate is self-issued.
sendRequest(VOMSRequestOptions, OutputStream) - Method in class org.glite.voms.contact.VOMSProtocol
This method is used to send a request to a VOMS server.
serverCount(String) - Method in class org.glite.voms.contact.VOMSServerMap
 
setAggressive(boolean) - Method in class org.glite.voms.PKIStore
Changes the aggressive mode of the store.
setAlias(String) - Method in class org.glite.voms.contact.VOMSServerInfo
 
setCAStore(PKIStore) - Method in class org.glite.voms.PKIVerifier
Sets a new CAStore.
setClientChain(X509Certificate[]) - Method in class org.glite.voms.VOMSValidator
Convenience method: enables you to reuse a VOMSValidator instance for another client chain, thus avoiding overhead in instantiating validators and trust stores and other potentially expensive operations.
setCode(int) - Method in class org.glite.voms.contact.VOMSMessage
 
setCurrent(int) - Method in class org.glite.voms.Namespace
Sets the indicate record as the current record.
setCurrent(int) - Method in class org.glite.voms.SigningPolicy
Sets the indicate record as the current record.
setDelegationType(int) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setExtensions(Vector) - Method in class org.glite.voms.ac.ACGenerator
 
setGlobusVersion(String) - Method in class org.glite.voms.contact.VOMSServerInfo
 
setGroup(GeneralName) - Method in class org.glite.voms.ac.ACTarget
Sets the group.
setGroup(String) - Method in class org.glite.voms.ac.ACTarget
Sets the group
setHolderIssuer(X500Principal) - Method in class org.glite.voms.ac.ACGenerator
 
setHolderSerial(BigInteger) - Method in class org.glite.voms.ac.ACGenerator
 
setHostDn(String) - Method in class org.glite.voms.contact.VOMSServerInfo
 
setHostName(String) - Method in class org.glite.voms.contact.VOMSServerInfo
 
setIssuer(X500Principal) - Method in class org.glite.voms.ac.ACGenerator
 
setIssuerSerial(IssuerSerial) - Method in class org.glite.voms.ac.ACTarget
Sets the IssuerSerial
setIssuerSerial(String) - Method in class org.glite.voms.ac.ACTarget
Sets the IssuerSerial
setLifetime(long) - Method in class org.glite.voms.contact.VOMSRequestFactory
 
setLifetime(int) - Method in class org.glite.voms.contact.VOMSRequestOptions
Sets the lifetime for this VOMSRequestOptions object.
setMessage(String) - Method in class org.glite.voms.contact.VOMSMessage
 
setName(GeneralName) - Method in class org.glite.voms.ac.ACTarget
Sets the name
setName(String) - Method in class org.glite.voms.ac.ACTarget
Sets the name
setNotAfter(Date) - Method in class org.glite.voms.ac.ACGenerator
 
setNotBefore(Date) - Method in class org.glite.voms.ac.ACGenerator
 
setOrdering(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
Sets the ordering string of this VOMSRequestOptions object.
setOrderString(String) - Method in class org.glite.voms.contact.VOMSRequestFactory
 
setPolicyType(String) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setPort(int) - Method in class org.glite.voms.contact.VOMSServerInfo
 
setProxyKeySize(int) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setProxyLifetime(int) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setProxyOutputFile(String) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setProxyType(int) - Method in class org.glite.voms.contact.VOMSProxyInit
 
setRequestedFQANs(List) - Method in class org.glite.voms.contact.VOMSRequestOptions
Sets the list of requested FQANs for this VOMSRequestOptions object.
setTargets(List) - Method in class org.glite.voms.contact.VOMSRequestOptions
Sets the list of targets (i.e., host where the requested ACs will be valid) for this VOMSRequestOptions object.
setTargetString(String) - Method in class org.glite.voms.contact.VOMSRequestFactory
 
setTrustStore(ACTrustStore) - Static method in class org.glite.voms.VOMSValidator
Deprecated.
use setTrustStore(VOMSTrustStore trustStore) instead.
setTrustStore(VOMSTrustStore) - Static method in class org.glite.voms.VOMSValidator
Sets the trustStore to use with the default ACValidator.
setupCaDir(String) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
setupCLParser() - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
setupUserCredentials(String, String) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
setupVomsdir(String) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
setupVomsesPath(String) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
 
setVerificationType(int) - Method in class org.glite.voms.contact.VOMSRequestOptions
 
setVOMSStore(VOMSTrustStore) - Method in class org.glite.voms.PKIVerifier
Sets a new VOMSStore.
setVoName(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
 
setVoName(String) - Method in class org.glite.voms.contact.VOMSServerInfo
 
shutdownInput() - Method in class org.glite.voms.contact.VOMSSocket
 
shutdownOutput() - Method in class org.glite.voms.contact.VOMSSocket
 
sign(PrivateKey) - Method in class org.glite.voms.ac.ACGenerator
 
SigningPolicy - Class in org.glite.voms
The purpose of this class is to represent a *.signing_policy file.
SigningPolicy(File) - Constructor for class org.glite.voms.SigningPolicy
Loads a *.signing_policy file.
skipToCertBeginning(BufferedInputStream) - Static method in class org.glite.voms.PKIUtils
Prepares a BufferedInputStream to read either a certificate or a CRL from it.
split() - Method in class org.glite.voms.FQAN
 
stop() - Method in class org.glite.voms.VOMSTrustManager
 
stopRefresh() - Method in interface org.glite.voms.ac.VOMSTrustStore
Stops refreshing the store.
stopRefresh() - Method in class org.glite.voms.BasicVOMSTrustStore
Deprecated.
 
stopRefresh() - Method in class org.glite.voms.PKIStore
Stop all refreshes.
SUBJECT_KEY_IDENTIFIER - Static variable in class org.glite.voms.PKIVerifier
 

T

TARGET - Static variable in class org.glite.voms.PKIVerifier
 
theTrustStore - Static variable in class org.glite.voms.VOMSValidator
 
theVerifier - Variable in class org.glite.voms.ac.ACValidator
 
toOldQualifiedRoleSyntax(String) - Static method in class org.glite.voms.contact.PathNamingScheme
 
toString() - Method in class org.glite.voms.ac.ACTarget
Creates a string representation of the target.
toString() - Method in class org.glite.voms.contact.VOMSErrorMessage
 
toString() - Method in class org.glite.voms.contact.VOMSMessage
 
toString() - Method in class org.glite.voms.contact.VOMSServerInfo
 
toString() - Method in class org.glite.voms.contact.VOMSServerMap
 
toString() - Method in class org.glite.voms.contact.VOMSWarningMessage
 
toString() - Method in class org.glite.voms.FQAN
 
toString() - Method in class org.glite.voms.VOMSAttribute
Gets a (brief) string representation of this attribute.
toString() - Method in class org.glite.voms.VOMSValidator
 
traverse(String) - Method in class org.glite.voms.VOMSValidator.FQANTree
 
TRUST_STORE_REFRESH_PERIOD_PROPERTY - Static variable in class org.glite.voms.PKIStore
The property used to set the period, in minutes, that is used to refresh this trust store.
TYPE_CADIR - Static variable in class org.glite.voms.PKIStore
This PKIStore object will contain data from a CA directory.
TYPE_PEM - Static variable in class org.glite.voms.VOMSKeyManager
 
TYPE_PKCS12 - Static variable in class org.glite.voms.VOMSKeyManager
 
TYPE_VOMSDIR - Static variable in class org.glite.voms.PKIStore
This PKIStore object will contain data from a vomsdir directory.

U

UserCredentials - Class in org.glite.voms.contact
This class implements parsing and handling of X509 user credentials in PEM or PKCS12 format.
Util - Class in org.glite.voms.ac
 
Util() - Constructor for class org.glite.voms.ac.Util
 

V

V2Form - Class in org.glite.voms.ac
 
V2Form(GeneralNames) - Constructor for class org.glite.voms.ac.V2Form
 
V2Form(ASN1Sequence) - Constructor for class org.glite.voms.ac.V2Form
 
validAt(Date) - Method in class org.glite.voms.ac.AttributeCertificate
Checks if the AC was valid at the provided timestamp.
validAt(Date) - Method in class org.glite.voms.VOMSAttribute
Checks if the AC was valid at the provided timestamp.
validate(AttributeCertificate) - Method in class org.glite.voms.ac.ACValidator
 
validate() - Method in class org.glite.voms.VOMSValidator
Parses the assumed-validated certificate chain (which may also include proxy certs) for any occurances of VOMS extensions containing attribute certificates issued to the end entity in the certificate chain.
validateACs(List) - Method in class org.glite.voms.contact.VOMSProxyInit
 
VALUE_OCTETS - Static variable in class org.glite.voms.ac.IetfAttrSyntax
 
VALUE_OID - Static variable in class org.glite.voms.ac.IetfAttrSyntax
 
VALUE_UTF8 - Static variable in class org.glite.voms.ac.IetfAttrSyntax
 
verify(PublicKey) - Method in class org.glite.voms.ac.AttributeCertificate
Verifies the signature of the AC using the provided signature key
verify(AttributeCertificate) - Method in class org.glite.voms.PKIVerifier
Verifies an Attribute Certificate according to RFC 3281.
verify(X509Certificate[]) - Method in class org.glite.voms.PKIVerifier
Verifies an certificate chain according to RFC 3280.
verifyCert(X509Certificate) - Method in class org.glite.voms.ac.AttributeCertificate
 
VOMS_ATTR_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
 
VOMS_EXT_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
 
VOMS_EXT_OID - Static variable in class org.glite.voms.VOMSValidator
 
VOMSAttribute - Class in org.glite.voms
Representation of the authorization information (VO, server address and list of Fully Qualified Attribute Names, or FQANs) contained in a VOMS attribute certificate.
VOMSAttribute(AttributeCertificate) - Constructor for class org.glite.voms.VOMSAttribute
Parses the contents of an attribute certificate.
NOTE: Cryptographic signatures, time stamps etc.
VOMSDecoder - Class in org.glite.voms.contact
This class implements a decoder for the non-standard Base-64 algorithm used by voms.
VOMSDecoder() - Constructor for class org.glite.voms.contact.VOMSDecoder
 
VOMSErrorMessage - Class in org.glite.voms.contact
This class is used to decode VOMS error messages contained in a VOMS response.
VOMSErrorMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSErrorMessage
 
VOMSESFileParser - Class in org.glite.voms.contact
This class implements support for vomses configuration files and directories.
VOMSException - Exception in org.glite.voms.contact
 
VOMSException(String) - Constructor for exception org.glite.voms.contact.VOMSException
 
VOMSException(String, Throwable) - Constructor for exception org.glite.voms.contact.VOMSException
 
VOMSException(Throwable) - Constructor for exception org.glite.voms.contact.VOMSException
 
VOMSKeyManager - Class in org.glite.voms
 
VOMSKeyManager(String, String, String) - Constructor for class org.glite.voms.VOMSKeyManager
 
VOMSKeyManager(UserCredentials) - Constructor for class org.glite.voms.VOMSKeyManager
 
VOMSKeyManager(String, String, String, int) - Constructor for class org.glite.voms.VOMSKeyManager
 
VOMSMessage - Class in org.glite.voms.contact
This class is used to decode VOMS error messages contained in a VOMS response.
VOMSMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSMessage
 
VOMSParser - Class in org.glite.voms.contact
This class implements the XML parsing of responses produced by VOMS servers.
VOMSProtocol - Class in org.glite.voms.contact
This class manages the client-side communication protocol with the VOMS server.
VOMSProxyBuilder - Class in org.glite.voms.contact
This class implements VOMS X509 proxy certificates creation.
VOMSProxyBuilder() - Constructor for class org.glite.voms.contact.VOMSProxyBuilder
 
VOMSProxyConstants - Class in org.glite.voms.contact
 
VOMSProxyConstants() - Constructor for class org.glite.voms.contact.VOMSProxyConstants
 
VOMSProxyInit - Class in org.glite.voms.contact
This class implements the voms-proxy-init functionality.
VOMSProxyInit(String) - Constructor for class org.glite.voms.contact.VOMSProxyInit
 
VomsProxyInitClient - Class in org.glite.voms.contact.cli
This class implements a command-line voms-proxy-init client.
VomsProxyInitClient(String[]) - Constructor for class org.glite.voms.contact.cli.VomsProxyInitClient
 
VOMSRequestFactory - Class in org.glite.voms.contact
This class builds VOMS XML requests starting from VOMSRequestOptions objects.
VOMSRequestOptions - Class in org.glite.voms.contact
This class represents options that constitute VOMS requests.
VOMSRequestOptions() - Constructor for class org.glite.voms.contact.VOMSRequestOptions
 
VOMSResponse - Class in org.glite.voms.contact
This class is used to parse and represent VOMS server responses.
VOMSResponse(Document) - Constructor for class org.glite.voms.contact.VOMSResponse
Builds a VOMSResponse starting from a DOM an XML document (see Document).
VOMSServerInfo - Class in org.glite.voms.contact
This class represents information about a remote voms server as found in vomses configuration files.
VOMSServerInfo() - Constructor for class org.glite.voms.contact.VOMSServerInfo
 
VOMSServerMap - Class in org.glite.voms.contact
A VOMSServerMap organizes voms servers found in vomses configuration files in map keyed by vo.
VOMSServerMap() - Constructor for class org.glite.voms.contact.VOMSServerMap
 
VOMSSocket - Class in org.glite.voms.contact
The VOMSSocket class is used to manage the creation of the gsi socket used for communication with the VOMS server.
vomsStore - Static variable in class org.glite.voms.VOMSValidator
 
VOMSSyntaxException - Exception in org.glite.voms.contact
 
VOMSSyntaxException(String) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
 
VOMSSyntaxException(String, Throwable) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
 
VOMSSyntaxException(Throwable) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
 
VOMSTrustManager - Class in org.glite.voms
 
VOMSTrustManager(String) - Constructor for class org.glite.voms.VOMSTrustManager
 
VOMSTrustManager(PKIStore) - Constructor for class org.glite.voms.VOMSTrustManager
 
VOMSTrustStore - Interface in org.glite.voms.ac
 
VOMSValidator - Class in org.glite.voms
The main (top) class to use for extracting VOMS information from a certificate and/or certificate chain.
VOMSValidator(X509Certificate) - Constructor for class org.glite.voms.VOMSValidator
Convenience constructor in the case where you have a single cert and not a chain.
VOMSValidator(X509Certificate[]) - Constructor for class org.glite.voms.VOMSValidator
Convenience constructor
Same as VOMSValidator(validatedChain, null)
VOMSValidator(X509Certificate[], ACValidator) - Constructor for class org.glite.voms.VOMSValidator
If validatedChain is null, a call to setValidatedChain() MUST be made before calling parse() or validate().
VOMSValidator.FQANTree - Class in org.glite.voms
Class to sort out the hierarchial properties of FQANs.
VOMSValidator.FQANTree() - Constructor for class org.glite.voms.VOMSValidator.FQANTree
 
VOMSWarningMessage - Class in org.glite.voms.contact
This class is used to decode VOMS error messages contained in a VOMS response.
VOMSWarningMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSWarningMessage
 

W

warningMessages() - Method in class org.glite.voms.contact.VOMSResponse
 

X

x500nameToGeneralName(byte[]) - Static method in class org.glite.voms.ac.Util
 
x500nameToGeneralNames(X500Principal) - Static method in class org.glite.voms.ac.Util
 
xmlDocAsString(Document) - Method in class org.glite.voms.contact.VOMSProtocol
 
xmlResponse - Variable in class org.glite.voms.contact.VOMSResponse
 
A B C D E F G H I K L M N O P Q R S T U V W X 

Copyright © 2014. All Rights Reserved.