Class OpenSSLCertificateVerifier
java.lang.Object
org.apache.tomcat.util.net.openssl.OpenSSLCertificateVerifier
- All Implemented Interfaces:
CertificateVerifier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenSSLCertificateVerifier
-
-
Method Details
-
verify
Description copied from interface:CertificateVerifierReturnstrueif the passed in certificate chain could be verified and so the handshake should be successful,falseotherwise.- Specified by:
verifyin interfaceCertificateVerifier- Parameters:
ssl- the SSL instancechain- theX509certificate chainauth- the auth algorithm- Returns:
- verified
trueif verified successful,falseotherwise
-