public class OpcUaCertificateRevocationChecker extends PKIXRevocationChecker
PKIXRevocationChecker.Option| Constructor and Description |
|---|
OpcUaCertificateRevocationChecker(CertPath certPath,
TrustAnchor trustAnchor,
PKIXParameters parameters,
Set<ValidationCheck> validationChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts) |
List<CertPathValidatorException> |
getSoftFailExceptions() |
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported() |
clone, getOcspExtensions, getOcspResponder, getOcspResponderCert, getOcspResponses, getOptions, setOcspExtensions, setOcspResponder, setOcspResponderCert, setOcspResponses, setOptionscheckpublic OpcUaCertificateRevocationChecker(CertPath certPath, TrustAnchor trustAnchor, PKIXParameters parameters, Set<ValidationCheck> validationChecks) throws Exception
Exceptionpublic List<CertPathValidatorException> getSoftFailExceptions()
getSoftFailExceptions in class PKIXRevocationCheckerpublic 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.