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