Uses of Class
org.bouncycastle.util.StoreException
-
Packages that use StoreException Package Description org.bouncycastle.jcajce org.bouncycastle.jce.provider org.bouncycastle.util org.bouncycastle.x509.util -
-
Uses of StoreException in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that throw StoreException Modifier and Type Method 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. -
Uses of StoreException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw StoreException Modifier and Type Method Description Collection
X509StoreLDAPAttrCerts. engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP location.Collection
X509StoreLDAPCertPairs. engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs from the LDAP location.Collection
X509StoreLDAPCerts. engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.Collection
X509StoreLDAPCRLs. engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location. -
Uses of StoreException in org.bouncycastle.util
Methods in org.bouncycastle.util that throw StoreException Modifier and Type Method 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. -
Uses of StoreException in org.bouncycastle.x509.util
Methods in org.bouncycastle.x509.util that throw StoreException Modifier and Type Method Description Collection
LDAPStoreHelper. getAACertificates(X509AttributeCertStoreSelector selector)
Returns attribute certificates for an attribute authorityCollection
LDAPStoreHelper. getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
Returns the revocation list for revoked attribute certificates for an attribute authorityCollection
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 authorityCollection
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.
-