Package org.ldaptive.ssl
Interface CertificateHostnameVerifier
-
- All Known Implementing Classes:
AllowAnyHostnameVerifier
,DefaultHostnameVerifier
public interface CertificateHostnameVerifier
Interface for verifying a hostname matching a certificate.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
verify(java.lang.String hostname, java.security.cert.X509Certificate cert)
Verify the supplied hostname matches the supplied certificate.
-