Package edu.vt.middleware.ldap.ssl
Interface CertificateHostnameVerifier
-
- All Known Implementing Classes:
DefaultHostnameVerifier
public interface CertificateHostnameVerifierInterface for verifying a hostname matching a certificate.- Version:
- $Revision: 2231 $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(java.lang.String hostname, java.security.cert.X509Certificate cert)Verify the supplied hostname matches the supplied certificate.
-