// 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; } }