public interface CertificateVerifier
SSL_CTX_set_cert_verify_callback
.boolean verify(long ssl, byte[][] x509, String authAlgorithm)
true
if the passed in certificate chain could be verified and so the handshake
should be successful, false
otherwise.ssl
- the SSL instancex509
- the X509
certificate chainauthAlgorithm
- the auth algorithmtrue
if verified successful, false
otherwiseCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.