Interface CertificateCollectionCache
- All Known Implementing Classes:
PKCS12CertificateCollectionImpl
public interface CertificateCollectionCache
-
Method Summary
Modifier and Type Method Description void
addCertificates(Collection<X509Certificate> certificates)
void
addCertPath(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
-