Searched refs:getPeerHost (Results 1 - 25 of 30) sorted by relevance

12

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DClientSessionContextTest.java35 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT,
H A DMockSessionBuilder.java72 when(session.getPeerHost()).thenReturn(host);
H A DAbstractSessionContextTest.java124 assertSame(s.getPeerHost(), s, getCachedSession(context, s));
127 assertNull(s.getPeerHost(), getCachedSession(context, s));
H A DNativeSslSessionTest.java462 assertEquals("www.example.com", session.getPeerHost());
601 assertEquals(a.getPeerHost(), b.getPeerHost());
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DJava7ExtendedSSLSession.java167 public final String getPeerHost() { method in class:Java7ExtendedSSLSession
168 return getDelegate().getPeerHost();
H A DSessionSnapshot.java54 peerHost = session.getPeerHost();
168 public String getPeerHost() { method in class:SessionSnapshot
H A DNativeSslSession.java57 return new Impl(context, ref, session.getPeerHost(), session.getPeerPort(),
175 abstract String getPeerHost(); method in class:NativeSslSession
276 String getPeerHost() { method in class:NativeSslSession.Impl
364 public String getPeerHost() {
365 return Impl.this.getPeerHost();
H A DClientSessionContext.java136 String host = session.getPeerHost();
158 String host = session.getPeerHost();
H A DExternalSession.java145 public String getPeerHost() { method in class:ExternalSession
146 return getDelegate().getPeerHost();
H A DAbstractConscryptEngine.java91 @Override public abstract String getPeerHost(); method in class:AbstractConscryptEngine
H A DSSLNullSession.java129 public String getPeerHost() { method in class:SSLNullSession
H A DJava8EngineWrapper.java110 public String getPeerHost() { method in class:Java8EngineWrapper
111 return delegate.getPeerHost();
H A DActiveSession.java261 public String getPeerHost() { method in class:ActiveSession
H A DFileClientSessionCache.java195 String host = session.getPeerHost();
H A DConscryptEngine.java373 public String getPeerHost() { method in class:ConscryptEngine
432 String logMessage = String.format("ssl_unexpected_ccs: host=%s", getPeerHost());
997 activeSession.onPeerCertificateAvailable(getPeerHost(), getPeerPort());
1630 activeSession.onPeerCertificatesReceived(getPeerHost(), getPeerPort(), peerCertChain);
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
H A DFakeSSLSession.java84 public String getPeerHost() { method in class:FakeSSLSession
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DFakeSSLSession.java77 public String getPeerHost() { method in class:FakeSSLSession
/external/apache-http/android/src/android/net/http/
H A DDelegatingSSLSession.java103 public String getPeerHost() { method in class:DelegatingSSLSession
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
H A DSSLSessionTest.java269 assertNull(s.invalid.getPeerHost());
270 assertNotNull(s.server.getPeerHost());
271 assertNotNull(s.client.getPeerHost());
466 assertEquals("foobar", sslSession.getPeerHost());
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DPlatform.java199 socket.getHandshakeSession().getPeerHost())) {
211 socket.getHandshakeSession().getPeerHost())) {
223 engine.getHandshakeSession().getPeerHost())) {
235 engine.getHandshakeSession().getPeerHost())) {
H A DTrustManagerImpl.java403 hostname = session.getPeerHost();
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DPlatform.java390 socket.getHandshakeSession().getPeerHost())) {
400 socket.getHandshakeSession().getPeerHost())) {
410 engine.getHandshakeSession().getPeerHost())) {
420 engine.getHandshakeSession().getPeerHost())) {
/external/conscrypt/platform/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java198 public String getPeerHost() { method in class:TrustManagerImplTest.MySSLSession
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1216 milliseconds

12