Home
last modified time | relevance | path

Searched refs:getPeerPrincipal (Results 1 – 19 of 19) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionTest.java225 s.invalid.getPeerPrincipal(); in test_SSLSession_getPeerPrincipal()
231 s.server.getPeerPrincipal(); in test_SSLSession_getPeerPrincipal()
236 assertNotNull(s.client.getPeerPrincipal()); in test_SSLSession_getPeerPrincipal()
237 assertNotNull(s.client.getPeerPrincipal().getName()); in test_SSLSession_getPeerPrincipal()
239 s.client.getPeerPrincipal(), s.s.c.serverKeyStore); in test_SSLSession_getPeerPrincipal()
DSSLSocketTest.java599 Principal peerPrincipal = event.getPeerPrincipal(); in test_SSLSocket_HandshakeCompletedListener()
/external/conscrypt/common/src/main/java/org/conscrypt/
DDelegatingExtendedSSLSession.java164 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingExtendedSSLSession
165 return delegate.getPeerPrincipal(); in getPeerPrincipal()
DSSLNullSession.java121 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SSLNullSession
DActiveSession.java250 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in ActiveSession
DSslSessionWrapper.java435 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in toSSLSession() method in SslSessionWrapper.Impl
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DFakeSSLSession.java85 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in FakeSSLSession
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DFakeSSLSession.java94 public Principal getPeerPrincipal() { in getPeerPrincipal() method in FakeSSLSession
/external/apache-http/android/src/android/net/http/
DDelegatingSSLSession.java113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingSSLSession
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DCacheAdapterTest.java220 assertEquals(realHttpsUrlConnection.getPeerPrincipal(), in put_httpsGet()
221 cacheHttpsUrlConnection.getPeerPrincipal()); in put_httpsGet()
DJavaApiConverterTest.java190 @Override public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in createOkResponseForCacheGet_secure()
473 assertEquals(SERVER_CERT.getSubjectX500Principal(), httpsUrlConnection.getPeerPrincipal()); in createJavaUrlConnection_https_extraHttpsMethods()
576 assertEquals(handshake.peerPrincipal(), javaCacheResponse.getPeerPrincipal()); in createJavaCacheResponse_httpsPost()
DResponseCacheTest.java274 Principal peerPrincipal = c1.getPeerPrincipal(); in secureResponseCaching()
285 assertEquals(peerPrincipal, c2.getPeerPrincipal()); in secureResponseCaching()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DRecordedRequest.java68 peerPrincipal = session.getPeerPrincipal(); in RecordedRequest()
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustManagerImplTest.java208 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in TrustManagerImplTest.MySSLSession
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java77 @Override public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingHttpsURLConnection
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
DJavaApiConverter.java317 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in createJavaCacheResponse() method
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java263 Principal peerPrincipal = c1.getPeerPrincipal(); in secureResponseCaching()
278 assertEquals(peerPrincipal, c2.getPeerPrincipal()); in secureResponseCaching()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java1896 assertNull(connection.getPeerPrincipal());
/external/apache-http/api/
Dapache-http-legacy-current.txt95 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…