Package org.wildfly.security.ssl
Class X509RevocationTrustManager.MaxPathLengthChecker
- java.lang.Object
- 
- java.security.cert.PKIXCertPathChecker
- 
- org.wildfly.security.ssl.X509RevocationTrustManager.MaxPathLengthChecker
 
 
- 
- All Implemented Interfaces:
- Cloneable,- CertPathChecker
 - Enclosing class:
- X509RevocationTrustManager
 
 private class X509RevocationTrustManager.MaxPathLengthChecker extends PKIXCertPathChecker PKIXCertPathChecker to check if a cert path being validated is longer than maxPathLength specified
- 
- 
Field SummaryFields Modifier and Type Field Description private intiprivate intmaxPathLength
 - 
Constructor SummaryConstructors Constructor Description MaxPathLengthChecker(int maxPathLength)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(Certificate cert, Collection unresolvedCritExts)private voidcheckCertPathLength(X509Certificate currCert)Set<String>getSupportedExtensions()voidinit(boolean forward)booleanisForwardCheckingSupported()- 
Methods inherited from class java.security.cert.PKIXCertPathCheckercheck, clone
 
- 
 
- 
- 
- 
Method Detail- 
initpublic void init(boolean forward) - Specified by:
- initin interface- CertPathChecker
- Specified by:
- initin class- PKIXCertPathChecker
 
 - 
isForwardCheckingSupportedpublic boolean isForwardCheckingSupported() - Specified by:
- isForwardCheckingSupportedin interface- CertPathChecker
- Specified by:
- isForwardCheckingSupportedin class- PKIXCertPathChecker
 
 - 
getSupportedExtensionspublic Set<String> getSupportedExtensions() - Specified by:
- getSupportedExtensionsin class- PKIXCertPathChecker
 
 - 
checkpublic void check(Certificate cert, Collection unresolvedCritExts) throws CertPathValidatorException - Specified by:
- checkin class- PKIXCertPathChecker
- Throws:
- CertPathValidatorException
 
 - 
checkCertPathLengthprivate void checkCertPathLength(X509Certificate currCert) throws CertPathValidatorException - Throws:
- CertPathValidatorException
 
 
- 
 
-