Interface RevocationValidator
public interface RevocationValidator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(CertPath certPath, CertStore certStore, Date timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyIcpAlgorithms)
-
Field Details
-
PKIX
- See Also:
-
-
Method Details
-
validate
void validate(CertPath certPath, CertStore certStore, Date timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyIcpAlgorithms) throws CertificationPathException, OcspException, LCRException
-