public class OpcUaCertificateValidityChecker extends PKIXCertPathChecker
PKIXCertPathChecker that does the same basic checks as
sun.security.provider.certpath.BasicChecker but allows for the validation
check to be suppressed.
Not currently used because the BasicChecker isn't replaceable. Needs to be
used in conjuction with OpcUaCertPathValidator if/when it's
implemented.| Constructor and Description |
|---|
OpcUaCertificateValidityChecker(CertPath certPath,
TrustAnchor trustAnchor,
Set<ValidationCheck> validationChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts) |
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported() |
check, clonepublic OpcUaCertificateValidityChecker(CertPath certPath, TrustAnchor trustAnchor, Set<ValidationCheck> validationChecks)
public void init(boolean forward)
throws CertPathValidatorException
init in interface CertPathCheckerinit in class PKIXCertPathCheckerCertPathValidatorExceptionpublic boolean isForwardCheckingSupported()
isForwardCheckingSupported in interface CertPathCheckerisForwardCheckingSupported in class PKIXCertPathCheckerpublic Set<String> getSupportedExtensions()
getSupportedExtensions in class PKIXCertPathCheckerpublic void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
check in class PKIXCertPathCheckerCertPathValidatorExceptionCopyright © 2025. All rights reserved.