HomeSort by relevance Sort by last modified time
    Searched refs:getAsciiName (Results 1 - 8 of 8) sorted by null

  /external/conscrypt/android-stub/src/main/java/javax/net/ssl/
SNIHostName.java 27 public String getAsciiName() {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SNIHostNameTest.java 36 assertEquals("xn--ihqwcrb4cv8a8dqg056pqjye", hostName.getAsciiName());
SSLSocketTest.java     [all...]
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIHostName.java 200 public String getAsciiName() {
386 String asciiName = hostname.getAsciiName();
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 127 socket.setHostname(((SNIHostName) serverName).getAsciiName());
152 engine.setSniHostname(((SNIHostName) serverName).getAsciiName());
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 120 socket.setHostname(((SNIHostName) serverName).getAsciiName());
145 engine.setSniHostname(((SNIHostName) serverName).getAsciiName());
  /external/conscrypt/android/src/main/java/org/conscrypt/
Platform.java 242 return ((SNIHostName) serverName).getAsciiName();
  /prebuilts/sdk/24/
android.jar 

Completed in 1401 milliseconds