Package net.sf.basedb.util.ssl
Class AllowAnyHostNameVerifyer
java.lang.Object
net.sf.basedb.util.ssl.AllowAnyHostNameVerifyer
- All Implemented Interfaces:
HostnameVerifier
A simple implementation of a host name verifyer that allows all hosts.
We use it to make sure that a server certificate that has been registered
with a
FileServer
always work even if the server has a different name
than what is in the certificate.- Since:
- 2.16
- Author:
- Nicklas
- Last modified
- $Date: 2015-05-12 13:40:29 +0200 (ti, 12 maj 2015) $
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AllowAnyHostNameVerifyer
public AllowAnyHostNameVerifyer()
-
-
Method Details
-
verify
- Specified by:
verify
in interfaceHostnameVerifier
-