Uses of Class
org.bouncycastle.x509.X509CRLStoreSelector
-
Packages that use X509CRLStoreSelector Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.org.bouncycastle.x509.util -
-
Uses of X509CRLStoreSelector in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509CRLStoreSelector Modifier and Type Method Description static X509CRLStoreSelector
X509CRLStoreSelector. getInstance(X509CRLSelector selector)
Returns an instance of this from aX509CRLSelector
. -
Uses of X509CRLStoreSelector in org.bouncycastle.x509.util
Methods in org.bouncycastle.x509.util with parameters of type X509CRLStoreSelector Modifier and Type Method Description Collection
LDAPStoreHelper. getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates for an attribute authorityCollection
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.
-