Class PKIXProxyCertificateChecker
java.lang.Object
java.security.cert.PKIXCertPathChecker
eu.emi.security.authn.x509.helpers.pkipath.PKIXProxyCertificateChecker
- All Implemented Interfaces:
Cloneable,CertPathChecker
Checker which handles proxy certificate extensions so BC won't report them as unknown.
The real proxy verification is done elsewhere.
- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(Certificate cert, Collection<String> unresolvedCritExts) voidinit(boolean forward) booleanMethods inherited from class java.security.cert.PKIXCertPathChecker
check, clone
-
Constructor Details
-
PKIXProxyCertificateChecker
public PKIXProxyCertificateChecker()
-
-
Method Details
-
init
- Specified by:
initin interfaceCertPathChecker- Specified by:
initin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-
isForwardCheckingSupported
public boolean isForwardCheckingSupported()- Specified by:
isForwardCheckingSupportedin interfaceCertPathChecker- Specified by:
isForwardCheckingSupportedin classPKIXCertPathChecker
-
getSupportedExtensions
- Specified by:
getSupportedExtensionsin classPKIXCertPathChecker
-
check
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException - Specified by:
checkin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-