Class OpcUaCertificateValidityChecker

java.lang.Object
java.security.cert.PKIXCertPathChecker
org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateValidityChecker
All Implemented Interfaces:
Cloneable, CertPathChecker

public class OpcUaCertificateValidityChecker extends PKIXCertPathChecker
A 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.