Package | Description |
---|---|
old.org.bouncycastle.jce.provider | |
old.org.bouncycastle.util | |
old.org.bouncycastle.x509.util |
Modifier and Type | Method and Description |
---|---|
Collection |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.
|
Collection |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs from the LDAP
location.
|
Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP
location.
|
Modifier and Type | Method and Description |
---|---|
Collection |
Store.getMatches(Selector selector) |
Modifier and Type | Method and Description |
---|---|
Collection |
LDAPStoreHelper.getAACertificates(X509AttributeCertStoreSelector selector)
Returns attribute certificates for an attribute authority
The aAcertificate holds the privileges of an attribute authority.
|
Collection |
LDAPStoreHelper.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 |
LDAPStoreHelper.getAttributeCertificateAttributes(X509AttributeCertStoreSelector selector)
Returns an attribute certificate for an user.
|
Collection |
LDAPStoreHelper.getAttributeCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates.
|
Collection |
LDAPStoreHelper.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 |
LDAPStoreHelper.getAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the CRLs for issued certificates for other CAs matching the given
selector.
|
Collection |
LDAPStoreHelper.getCACertificates(X509CertStoreSelector selector)
Returns CA certificates.
|
Collection |
LDAPStoreHelper.getCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the certificate revocation lists for revoked certificates.
|
Collection |
LDAPStoreHelper.getCrossCertificatePairs(X509CertPairStoreSelector selector)
Returns cross certificate pairs.
|
Collection |
LDAPStoreHelper.getDeltaCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the delta revocation list for revoked certificates.
|
Collection |
LDAPStoreHelper.getUserCertificates(X509CertStoreSelector selector)
Returns end certificates.
|
Copyright © 2015. All rights reserved.