public class PathChecker extends PKIXCertPathChecker
| Modifier | Constructor and Description |
|---|---|
protected |
PathChecker(X509Certificate[] certChainArray,
RevocationVerifier verifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts)
Used by CertPathValidator to pass the certificates one by one from the certificate chain.
|
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported()
Forward checking is not supported.
|
check, cloneprotected PathChecker(X509Certificate[] certChainArray, RevocationVerifier verifier)
public void init(boolean forward)
throws CertPathValidatorException
init in interface CertPathCheckerinit in class PKIXCertPathCheckerCertPathValidatorExceptionpublic boolean isForwardCheckingSupported()
isForwardCheckingSupported in interface CertPathCheckerisForwardCheckingSupported in class PKIXCertPathCheckerpublic Set<String> getSupportedExtensions()
getSupportedExtensions in class PKIXCertPathCheckerpublic void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
check in class PKIXCertPathCheckercert - the certificate passed to be checked.unresolvedCritExts - not used in this method.CertPathValidatorExceptionCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.