/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/ |
D | SSLSessionTest.java | 225 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()
|
D | SSLSocketTest.java | 599 Principal peerPrincipal = event.getPeerPrincipal(); in test_SSLSocket_HandshakeCompletedListener()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | DelegatingExtendedSSLSession.java | 164 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingExtendedSSLSession 165 return delegate.getPeerPrincipal(); in getPeerPrincipal()
|
D | SSLNullSession.java | 121 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SSLNullSession
|
D | ActiveSession.java | 250 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in ActiveSession
|
D | SslSessionWrapper.java | 435 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in toSSLSession() method in SslSessionWrapper.Impl
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | FakeSSLSession.java | 85 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in FakeSSLSession
|
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/ |
D | FakeSSLSession.java | 94 public Principal getPeerPrincipal() { in getPeerPrincipal() method in FakeSSLSession
|
/external/apache-http/android/src/android/net/http/ |
D | DelegatingSSLSession.java | 113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingSSLSession
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | CacheAdapterTest.java | 220 assertEquals(realHttpsUrlConnection.getPeerPrincipal(), in put_httpsGet() 221 cacheHttpsUrlConnection.getPeerPrincipal()); in put_httpsGet()
|
D | JavaApiConverterTest.java | 190 @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()
|
D | ResponseCacheTest.java | 274 Principal peerPrincipal = c1.getPeerPrincipal(); in secureResponseCaching() 285 assertEquals(peerPrincipal, c2.getPeerPrincipal()); in secureResponseCaching()
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | RecordedRequest.java | 68 peerPrincipal = session.getPeerPrincipal(); in RecordedRequest()
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 208 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in TrustManagerImplTest.MySSLSession
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 77 @Override public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingHttpsURLConnection
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/ |
D | JavaApiConverter.java | 317 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in createJavaCacheResponse() method
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 263 Principal peerPrincipal = c1.getPeerPrincipal(); in secureResponseCaching() 278 assertEquals(peerPrincipal, c2.getPeerPrincipal()); in secureResponseCaching()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | URLConnectionTest.java | 1896 assertNull(connection.getPeerPrincipal());
|
/external/apache-http/api/ |
D | apache-http-legacy-current.txt | 95 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…
|