Home
last modified time | relevance | path

Searched defs:getPeerPrincipal (Results 1 – 9 of 9) sorted by relevance

/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
/external/apache-http/android/src/android/net/http/
DDelegatingSSLSession.java113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DelegatingSSLSession
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLExtendedSessionImpl.java144 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in OpenSSLExtendedSessionImpl
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-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/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