Interface OcspRevocationCache
- All Known Implementing Classes:
OCSPCacheManagement
public interface OcspRevocationCache
-
Method Summary
Modifier and Type Method Description default Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
getOCSPFromCertificate(Object certificate, Object issuer)
Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
getOCSPFromCertificate(Object certificate, Object issuer, Time timeReference)
-
Method Details
-
getOCSPFromCertificate
default Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>> getOCSPFromCertificate(Object certificate, Object issuer) -
getOCSPFromCertificate
Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>> getOCSPFromCertificate(Object certificate, Object issuer, Time timeReference)
-