Interface CertificateCollectionCache
- All Known Implementing Classes:
PKCS12CertificateCollectionImpl
public interface CertificateCollectionCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCertificates(Collection<X509Certificate> certificates) voidaddCertPath(CertPath certPath) getCertificate(org.bouncycastle.util.Selector<Certificate> selector) getCertificates(org.bouncycastle.util.Selector<Certificate> selector) getIssuerCertificate(Object certificate)
-
Method Details
-
addCertificates
-
addCertPath
-
getCertificate
-
getCertificates
-
getIssuerCertificate
-