hs.lib
Class SupportingMethods.TrustAllHostNameVerifier

java.lang.Object
  extended by hs.lib.SupportingMethods.TrustAllHostNameVerifier
All Implemented Interfaces:
javax.net.ssl.HostnameVerifier
Enclosing class:
SupportingMethods

public static class SupportingMethods.TrustAllHostNameVerifier
extends java.lang.Object
implements javax.net.ssl.HostnameVerifier


Constructor Summary
SupportingMethods.TrustAllHostNameVerifier()
           
 
Method Summary
 boolean verify(java.lang.String hostname, javax.net.ssl.SSLSession session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportingMethods.TrustAllHostNameVerifier

public SupportingMethods.TrustAllHostNameVerifier()
Method Detail

verify

public boolean verify(java.lang.String hostname,
                      javax.net.ssl.SSLSession session)
Specified by:
verify in interface javax.net.ssl.HostnameVerifier