All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tomakehurst.wiremock.http.ssl.HostNameMatcher Maven / Gradle / Ivy

package com.github.tomakehurst.wiremock.http.ssl;

import javax.net.ssl.SNIHostName;
import java.security.cert.X509Certificate;

@FunctionalInterface
public interface HostNameMatcher {
    Boolean matches(X509Certificate x509Certificate, SNIHostName sniHostName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy