org.bouncycastle.x509.util
public class LDAPStoreHelper extends Object
Constructor Summary | |
---|---|
LDAPStoreHelper(X509LDAPCertStoreParameters params) |
Method Summary | |
---|---|
Collection | getAACertificates(X509AttributeCertStoreSelector selector)
Returns attribute certificates for an attribute authority
The aAcertificate holds the privileges of an attribute authority.
|
Collection | 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.
|
Collection | getAttributeCertificateAttributes(X509AttributeCertStoreSelector selector)
Returns an attribute certificate for an user.
|
Collection | getAttributeCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates.
|
Collection | 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.
|
Collection | getAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the CRLs for issued certificates for other CAs matching the given
selector. |
Collection | getCACertificates(X509CertStoreSelector selector)
Returns CA certificates.
|
Collection | getCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the certificate revocation lists for revoked certificates.
|
Collection | getCrossCertificatePairs(X509CertPairStoreSelector selector)
Returns cross certificate pairs.
|
Collection | getDeltaCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the delta revocation list for revoked certificates.
|
Collection | getUserCertificates(X509CertStoreSelector selector)
Returns end certificates.
|
Parameters: selector The selector to find the attribute certificates.
Returns: A possible empty collection with attribute certificates.
Throws: StoreException
Parameters: selector The CRL selector to use to find the CRLs.
Returns: A possible empty collection with CRLs
Throws: StoreException
Parameters: selector The selector to find the attribute certificates.
Returns: A possible empty collection with attribute certificates.
Throws: StoreException
Parameters: selector The CRL selector to use to find the CRLs.
Returns: A possible empty collection with CRLs.
Throws: StoreException
Parameters: selector The selector to find the attribute certificates.
Returns: A possible empty collection with attribute certificates.
Throws: StoreException
Parameters: selector The CRL selector to use to find the CRLs.
Returns: A possible empty collection with CRLs
Throws: StoreException
Parameters: selector The selector to find the certificates.
Returns: A possible empty collection with certificates.
Throws: StoreException
Parameters: selector The CRL selector to use to find the CRLs.
Returns: A possible empty collection with CRLs.
Throws: StoreException
Parameters: selector The selector to use to find the cross certificates.
Returns: A possible empty collection with X509CertificatePairs
Throws: StoreException
Parameters: selector The CRL selector to use to find the CRLs.
Returns: A possible empty collection with CRLs.
Throws: StoreException
Parameters: selector The selector to find the certificates.
Returns: A possible empty collection with certificates.
Throws: StoreException