Class PKIXProxyCertificateChecker
- java.lang.Object
-
- java.security.cert.PKIXCertPathChecker
-
- eu.emi.security.authn.x509.helpers.pkipath.PKIXProxyCertificateChecker
-
- All Implemented Interfaces:
Cloneable,CertPathChecker
public class PKIXProxyCertificateChecker extends PKIXCertPathChecker
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 Constructor Description PKIXProxyCertificateChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(Certificate cert, Collection<String> unresolvedCritExts)Set<String>getSupportedExtensions()voidinit(boolean forward)booleanisForwardCheckingSupported()-
Methods inherited from class java.security.cert.PKIXCertPathChecker
check, clone
-
-
-
-
Method Detail
-
init
public void init(boolean forward) throws CertPathValidatorException- Specified by:
initin interfaceCertPathChecker- Specified by:
initin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-
isForwardCheckingSupported
public boolean isForwardCheckingSupported()
- Specified by:
isForwardCheckingSupportedin interfaceCertPathChecker- Specified by:
isForwardCheckingSupportedin classPKIXCertPathChecker
-
getSupportedExtensions
public Set<String> getSupportedExtensions()
- Specified by:
getSupportedExtensionsin classPKIXCertPathChecker
-
check
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
- Specified by:
checkin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-
-