Example usage for org.apache.http.conn.ssl X509HostnameVerifier interface-usage

List of usage examples for org.apache.http.conn.ssl X509HostnameVerifier interface-usage

Introduction

In this page you can find the example usage for org.apache.http.conn.ssl X509HostnameVerifier interface-usage.

Usage

From source file de.vanita5.twittnuker.util.net.ssl.AbstractCheckSignatureVerifier.java

public abstract class AbstractCheckSignatureVerifier implements X509HostnameVerifier {

    /**
     * This contains a list of 2nd-level domains that aren't allowed to have
     * wildcards when combined with country-codes. For example: [*.co.uk].
     * <p/>

From source file javax.microedition.ims.core.xdm.AcceptAllHostnameVerifier.java

class AcceptAllHostnameVerifier implements X509HostnameVerifier {
    private static final String TAG = "AcceptAllHostnameVerifier";

    public void verify(String arg0, String[] arg1, String[] arg2) throws SSLException {
        // TODO Auto-generated method stub
        Logger.log(TAG, "verify(S,S[],S[])");

From source file org.apache.http.conn.ssl.AbstractVerifier.java

/**
 * Abstract base class for all standard {@link X509HostnameVerifier}
 * implementations.
 *
 * @since 4.0
 */

From source file com.farmafene.commons.cas.HttpClientFactory.java

public class HttpClientFactory implements X509TrustManager, X509HostnameVerifier {

    private static final int HTTPS_DEFAULT_PORT = 443;
    private static final int HTTP_DEFAULT_PORT = 80;
    private static final Logger logger = LoggerFactory.getLogger(HttpClientFactory.class);

From source file org.spiffyui.server.AuthServlet.java

    }
}

/**
 * Normally the Java URL connection is very restrictive about what
 * certificates it will accept for an SSL connection and it requires