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

  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketImpl.java 45 private final String wrappedHost;
90 this.wrappedHost = null;
108 this.wrappedHost = host;
131 this.wrappedHost = host;
151 this.wrappedHost = null;
173 this.wrappedHost = null;
211 return wrappedHost;
219 if (wrappedHost != null) {
220 return wrappedHost;
OpenSSLSocketImpl.java 110 private String wrappedHost;
163 this.wrappedHost = host;
467 if (wrappedHost != null) {
468 return wrappedHost;
478 return wrappedHost == null ? super.getPort() : wrappedPort;
611 tm.checkServerTrusted(peerCertificateChain, authMethod, wrappedHost);
    [all...]

Completed in 487 milliseconds