public class PKIXProxyCertificateChecker extends PKIXCertPathChecker
Constructor and Description |
---|
PKIXProxyCertificateChecker() |
Modifier and Type | Method and Description |
---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts) |
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported() |
check, clone
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
CertPathValidatorException
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.