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