mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
16 lines
464 B
Java
Generated
16 lines
464 B
Java
Generated
// Generated automatically from javax.net.ssl.SNIServerName for testing purposes
|
|
|
|
package javax.net.ssl;
|
|
|
|
|
|
abstract public class SNIServerName
|
|
{
|
|
protected SNIServerName() {}
|
|
protected SNIServerName(int p0, byte[] p1){}
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public final byte[] getEncoded(){ return null; }
|
|
public final int getType(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
}
|