Interface CertificatePathValidatorFactory
- All Known Implementing Classes:
StatusCheckingCertificateValidatorImpl
public interface CertificatePathValidatorFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetPathValidator
(X509Certificate targetCert, List<X509Certificate> chain, List<TrustAnchor> trustAnchors, CertStore certStore, CRLCache crlCache)
-
Method Details
-
getPathValidator
AbstractPathValidator getPathValidator(X509Certificate targetCert, List<X509Certificate> chain, List<TrustAnchor> trustAnchors, CertStore certStore, CRLCache crlCache)
-