Uses of Class
org.bouncycastle.util.StoreException
Packages that use StoreException
Package
Description
-
Uses of StoreException in org.bouncycastle.cert.dane
Methods in org.bouncycastle.cert.dane that throw StoreExceptionModifier and TypeMethodDescriptionDANEEntryStore.getMatches(Selector selector) Return a collection of entries matching the passed in selector. -
Uses of StoreException in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that throw StoreExceptionModifier and TypeMethodDescriptionPKIXCertStore.getMatches(Selector<T> selector) Return the matches associated with the passed in selector.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 StoreExceptionModifier and TypeMethodDescriptionX509StoreLDAPAttrCerts.engineGetMatches(Selector selector) Returns a collection of matching attribute certificates from the LDAP location.X509StoreLDAPCertPairs.engineGetMatches(Selector selector) Returns a collection of matching cross certificate pairs from the LDAP location.X509StoreLDAPCerts.engineGetMatches(Selector selector) Returns a collection of matching certificates from the LDAP location.X509StoreLDAPCRLs.engineGetMatches(Selector selector) Returns a collection of matching CRLs from the LDAP location. -
Uses of StoreException in org.bouncycastle.tsp.ers
Methods in org.bouncycastle.tsp.ers that throw StoreExceptionModifier and TypeMethodDescriptionERSEvidenceRecordStore.getMatches(Selector<ERSEvidenceRecord> selector) -
Uses of StoreException in org.bouncycastle.util
Methods in org.bouncycastle.util that throw StoreExceptionModifier and TypeMethodDescriptionStore.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 StoreExceptionModifier and TypeMethodDescriptionLDAPStoreHelper.getAACertificates(X509AttributeCertStoreSelector selector) Returns attribute certificates for an attribute authorityLDAPStoreHelper.getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector) Returns the revocation list for revoked attribute certificates for an attribute authorityLDAPStoreHelper.getAttributeCertificateAttributes(X509AttributeCertStoreSelector selector) Returns an attribute certificate for an user.LDAPStoreHelper.getAttributeCertificateRevocationLists(X509CRLStoreSelector selector) Returns the revocation list for revoked attribute certificates.LDAPStoreHelper.getAttributeDescriptorCertificates(X509AttributeCertStoreSelector selector) Returns an attribute certificate for an authorityLDAPStoreHelper.getAuthorityRevocationLists(X509CRLStoreSelector selector) Returns the CRLs for issued certificates for other CAs matching the given selector.LDAPStoreHelper.getCACertificates(X509CertStoreSelector selector) Returns CA certificates.LDAPStoreHelper.getCertificateRevocationLists(X509CRLStoreSelector selector) Returns the certificate revocation lists for revoked certificates.LDAPStoreHelper.getCrossCertificatePairs(X509CertPairStoreSelector selector) Returns cross certificate pairs.LDAPStoreHelper.getDeltaCertificateRevocationLists(X509CRLStoreSelector selector) Returns the delta revocation list for revoked certificates.LDAPStoreHelper.getUserCertificates(X509CertStoreSelector selector) Returns end certificates.