Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLExtendedSessionImpl.java144 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in OpenSSLExtendedSessionImpl
145 return delegate.getPeerPrincipal(); in getPeerPrincipal()
DSSLNullSession.java118 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SSLNullSession
DOpenSSLSessionImpl.java271 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in OpenSSLSessionImpl
/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/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLSessionBindingEventTest.java137 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in MySSLSession
DHttpsURLConnectionTest.java42 con.getPeerPrincipal(); in testGetPeerPrincipal()
/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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionImplTest.java71 session.getPeerPrincipal(); in testSSLSessionImplCipherSuiteSecureRandom()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DRecordedRequest.java68 peerPrincipal = session.getPeerPrincipal(); in RecordedRequest()
/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/conscrypt/src/test/java/org/conscrypt/
DTrustManagerImplTest.java349 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in TrustManagerImplTest.MySSLSession
/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.java1886 assertNull(connection.getPeerPrincipal());