public interface CertificateVerifier
SSL_CTX_set_cert_verify_callback
.Modifier and Type | Method and Description |
---|---|
boolean |
verify(long ssl,
byte[][] x509,
String authAlgorithm)
Returns
true if the passed in certificate chain could be verified and so the handshake
should be successful, false otherwise. |
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-2016 Apache Software Foundation. All Rights Reserved.