getAACertificates(X509AttributeCertStoreSelector selector) Returns attribute certificates for an attribute authority
The aAcertificate holds the privileges of an attribute authority.
Parameters: selector - The selector to find the attribute certificates.
getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector) Returns the revocation list for revoked attribute certificates for an
attribute authority
The attributeAuthorityList holds a list of AA certificates that have been
revoked.
Parameters: selector - The CRL selector to use to find the CRLs.
getAttributeCertificateAttributes(X509AttributeCertStoreSelector selector) Returns an attribute certificate for an user.
The attributeCertificateAttribute holds the privileges of a user
Parameters: selector - The selector to find the attribute certificates.
getAttributeCertificateRevocationLists(X509CRLStoreSelector selector) Returns the revocation list for revoked attribute certificates.
The attributeCertificateRevocationList holds a list of attribute
certificates that have been revoked.
Parameters: selector - The CRL selector to use to find the CRLs.
getAttributeDescriptorCertificates(X509AttributeCertStoreSelector selector) Returns an attribute certificate for an authority
The attributeDescriptorCertificate is self signed by a source of
authority and holds a description of the privilege and its delegation
rules.
Parameters: selector - The selector to find the attribute certificates.
getCACertificates(X509CertStoreSelector selector) Returns CA certificates.
The cACertificate attribute of a CA's directory entry shall be used to
store self-issued certificates (if any) and certificates issued to this
CA by CAs in the same realm as this CA.
Parameters: selector - The selector to find the certificates.
getUserCertificates(X509CertStoreSelector selector) Returns end certificates.
The attributeDescriptorCertificate is self signed by a source of
authority and holds a description of the privilege and its delegation
rules.
Parameters: selector - The selector to find the certificates.
Returns attribute certificates for an attribute authority
The aAcertificate holds the privileges of an attribute authority.
Parameters: selector - The selector to find the attribute certificates. A possible empty collection with attribute certificates. throws: StoreException -
Returns the revocation list for revoked attribute certificates for an
attribute authority
The attributeAuthorityList holds a list of AA certificates that have been
revoked.
Parameters: selector - The CRL selector to use to find the CRLs. A possible empty collection with CRLs throws: StoreException -
Returns an attribute certificate for an user.
The attributeCertificateAttribute holds the privileges of a user
Parameters: selector - The selector to find the attribute certificates. A possible empty collection with attribute certificates. throws: StoreException -
Returns the revocation list for revoked attribute certificates.
The attributeCertificateRevocationList holds a list of attribute
certificates that have been revoked.
Parameters: selector - The CRL selector to use to find the CRLs. A possible empty collection with CRLs. throws: StoreException -
Returns an attribute certificate for an authority
The attributeDescriptorCertificate is self signed by a source of
authority and holds a description of the privilege and its delegation
rules.
Parameters: selector - The selector to find the attribute certificates. A possible empty collection with attribute certificates. throws: StoreException -
Returns the CRLs for issued certificates for other CAs matching the given
selector.
The authorityRevocationList attribute includes revocation information
regarding certificates issued to other CAs.
Parameters: selector - The CRL selector to use to find the CRLs. A possible empty collection with CRLs throws: StoreException -
Returns CA certificates.
The cACertificate attribute of a CA's directory entry shall be used to
store self-issued certificates (if any) and certificates issued to this
CA by CAs in the same realm as this CA.
Parameters: selector - The selector to find the certificates. A possible empty collection with certificates. throws: StoreException -
Returns the certificate revocation lists for revoked certificates.
Parameters: selector - The CRL selector to use to find the CRLs. A possible empty collection with CRLs. throws: StoreException -
Returns cross certificate pairs.
Parameters: selector - The selector to use to find the cross certificates. A possible empty collection with X509CertificatePairs throws: StoreException -
Returns the delta revocation list for revoked certificates.
Parameters: selector - The CRL selector to use to find the CRLs. A possible empty collection with CRLs. throws: StoreException -
Returns end certificates.
The attributeDescriptorCertificate is self signed by a source of
authority and holds a description of the privilege and its delegation
rules.
Parameters: selector - The selector to find the certificates. A possible empty collection with certificates. throws: StoreException -