Home
last modified time | relevance | path

Searched refs:SNIHostName (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIHostName.java60 public final class SNIHostName extends SNIServerName { class
95 public SNIHostName(String hostname) { in SNIHostName() method in SNIHostName
162 public SNIHostName(byte[] encoded) { in SNIHostName() method in SNIHostName
223 if (other instanceof SNIHostName) { in equals()
224 return hostname.equalsIgnoreCase(((SNIHostName)other).hostname); in equals()
369 SNIHostName hostname; in matches()
370 if (!(serverName instanceof SNIHostName)) { in matches()
377 hostname = new SNIHostName(serverName.getEncoded()); in matches()
382 hostname = (SNIHostName)serverName; in matches()
/libcore/
Dopenjdk_java_files.bp1340 "ojluni/src/main/java/javax/net/ssl/SNIHostName.java",
DEXPECTED_UPSTREAM1337 ojluni/src/main/java/javax/net/ssl/SNIHostName.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/javax/…
/libcore/api/
Dcurrent.txt19453 public final class SNIHostName extends javax.net.ssl.SNIServerName {
19454 ctor public SNIHostName(String);
19455 ctor public SNIHostName(byte[]);