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, clone
protected PathChecker(X509Certificate[] certChainArray, RevocationVerifier verifier)
public void init(boolean forward) throws CertPathValidatorException
init
in interface CertPathChecker
init
in class PKIXCertPathChecker
CertPathValidatorException
public boolean isForwardCheckingSupported()
isForwardCheckingSupported
in interface CertPathChecker
isForwardCheckingSupported
in class PKIXCertPathChecker
public Set<String> getSupportedExtensions()
getSupportedExtensions
in class PKIXCertPathChecker
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
check
in class PKIXCertPathChecker
cert
- the certificate passed to be checked.unresolvedCritExts
- not used in this method.CertPathValidatorException
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.