Uses of Class
java.security.cert.CertStoreException
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.cms | |
| org.bouncycastle.jce.provider |
-
Uses of CertStoreException in java.security.cert
Methods in java.security.cert that throw CertStoreException Modifier and Type Method Description abstract Collection<? extends Certificate>CertStoreSpi. engineGetCertificates(CertSelector selector)Returns the list ofCertificates for the specifiedCertSelectorfrom this instance.abstract Collection<? extends CRL>CertStoreSpi. engineGetCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this instance.Collection<? extends Certificate>CertStore. getCertificates(CertSelector selector)Returns the list ofCertificates for the specifiedCertSelectorfrom this certificate store.Collection<? extends CRL>CertStore. getCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this certificate store. -
Uses of CertStoreException in org.bouncycastle.cms
Methods in org.bouncycastle.cms that throw CertStoreException Modifier and Type Method Description voidCMSSignedGenerator. addCertificatesAndCRLs(CertStore certStore)Deprecated.use addCertificates and addCRLs -
Uses of CertStoreException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw CertStoreException Modifier and Type Method Description CollectionCertStoreCollectionSpi. engineGetCertificates(CertSelector selector)CollectionCertStoreCollectionSpi. engineGetCRLs(CRLSelector selector)