mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
11 lines
227 B
Java
Generated
11 lines
227 B
Java
Generated
// Generated automatically from javax.net.ssl.HostnameVerifier for testing purposes
|
|
|
|
package javax.net.ssl;
|
|
|
|
import javax.net.ssl.SSLSession;
|
|
|
|
public interface HostnameVerifier
|
|
{
|
|
boolean verify(String p0, SSLSession p1);
|
|
}
|