/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLExtendedSessionImpl.java | 144 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in OpenSSLExtendedSessionImpl 145 return delegate.getPeerPrincipal(); in getPeerPrincipal()
|
D | SSLNullSession.java | 118 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SSLNullSession
|
D | OpenSSLSessionImpl.java | 271 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in OpenSSLSessionImpl
|
/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/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLSessionBindingEventTest.java | 137 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in MySSLSession
|
D | HttpsURLConnectionTest.java | 42 con.getPeerPrincipal(); in testGetPeerPrincipal()
|
/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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSessionImplTest.java | 71 session.getPeerPrincipal(); in testSSLSessionImplCipherSuiteSecureRandom()
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | RecordedRequest.java | 68 peerPrincipal = session.getPeerPrincipal(); in RecordedRequest()
|
/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/conscrypt/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 349 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in TrustManagerImplTest.MySSLSession
|
/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 | 1886 assertNull(connection.getPeerPrincipal());
|