Class CustomHostNameVerifier

java.lang.Object
org.apache.http.conn.ssl.AbstractVerifier
org.wso2.carbon.utils.CustomHostNameVerifier
All Implemented Interfaces:
HostnameVerifier, org.apache.http.conn.ssl.X509HostnameVerifier

@Deprecated public class CustomHostNameVerifier extends org.apache.http.conn.ssl.AbstractVerifier
Deprecated.
This class is deprecated as part of an effort to unify all HTTP client implementations in the product. Use LocalhostSANsTrustedHostnameVerifier instead.
Custom hostname verifier class.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    verify(String hostname, String[] commonNames, String[] subjectAlternativeNames)
    Deprecated.
     

    Methods inherited from class org.apache.http.conn.ssl.AbstractVerifier

    acceptableCountryWildcard, countDots, getCNs, getDNSSubjectAlts, verify, verify, verify, verify

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomHostNameVerifier

      public CustomHostNameVerifier()
      Deprecated.
  • Method Details