public interface CertificateHostnameVerifier
Modifier and Type | Method and Description |
---|---|
boolean |
verify(String hostname,
X509Certificate cert)
Verify the supplied hostname matches the supplied certificate.
|
boolean verify(String hostname, X509Certificate cert)
hostname
- to verifycert
- to verify hostname againstCopyright © 2003-2019 Virginia Tech. All Rights Reserved.