public class SunOneBasicHostNameVerifier extends Object implements HostnameVerifier
Provides for the basic defense against spoofing attack in that it checks
whether the host name with which instance of this object was created is the
same as the one received from the server that claims to be the real server.