com.ibm.jsse2
Class HostnameVerifierIgnore

java.lang.Object
  extended by com.ibm.jsse2.HostnameVerifierIgnore
All Implemented Interfaces:
HostnameVerifier

public class HostnameVerifierIgnore
extends Object
implements HostnameVerifier

HostnameVerifier provides a callback mechanism so that implementers of this interface can supply a policy for handling the case where the host to connect to and the server name from the certificate mismatch.

This implementation always allow such connections.

To use: