Package | Description |
---|---|
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
org.bouncycastle.x509.util |
Modifier and Type | Method and Description |
---|---|
static X509CRLStoreSelector |
X509CRLStoreSelector.getInstance(X509CRLSelector selector)
Returns an instance of this from a
X509CRLSelector . |
Modifier and Type | Method and Description |
---|---|
Collection |
LDAPStoreHelper.getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates for an
attribute authority
|
Collection |
LDAPStoreHelper.getAttributeCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates.
|
Collection |
LDAPStoreHelper.getAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the CRLs for issued certificates for other CAs matching the given
selector.
|
Collection |
LDAPStoreHelper.getCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the certificate revocation lists for revoked certificates.
|
Collection |
LDAPStoreHelper.getDeltaCertificateRevocationLists(X509CRLStoreSelector selector)
Returns the delta revocation list for revoked certificates.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.