Package | Description |
---|---|
org.bouncycastle.jcajce | |
org.bouncycastle.jce.provider | |
org.bouncycastle.util | |
org.bouncycastle.x509.util |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
PKIXCertStore.getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
Collection<T> |
PKIXCRLStore.getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
Modifier and Type | Method and Description |
---|---|
Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates 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 |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
Modifier and Type | Method and Description |
---|---|
Collection<T> |
Store.getMatches(Selector<T> selector)
Return a possibly empty collection of objects that match the criteria implemented
in the passed in Selector.
|
Modifier and Type | Method and Description |
---|---|
Collection |
LDAPStoreHelper.getAACertificates(X509AttributeCertStoreSelector selector)
Returns attribute certificates for an attribute authority
|
Collection |
LDAPStoreHelper.getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates for an
attribute authority
|
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
|
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 © 2017 BouncyCastle.org. All rights reserved.