Searched refs:getLocalPrincipal (Results 1 - 19 of 19) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLSessionBindingEventTest.java91 * @see javax.net.ssl.SSLSession#getLocalPrincipal()
93 public Principal getLocalPrincipal() { method in class:MySSLSession
H A DHttpsURLConnectionTest.java50 if (con.getLocalPrincipal() != null) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DFakeSSLSession.java57 public Principal getLocalPrincipal() { method in class:FakeSSLSession
/external/apache-http/android/src/android/net/http/
H A DDelegatingSSLSession.java82 public Principal getLocalPrincipal() { method in class:DelegatingSSLSession
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java75 userPrincipal = sslsession.getLocalPrincipal();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSessionImplTest.java53 assertNull("Incorrect LocalPrincipal", session.getLocalPrincipal());
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLNullSession.java87 public Principal getLocalPrincipal() { method in class:SSLNullSession
H A DOpenSSLSessionImpl.java174 public Principal getLocalPrincipal() { method in class:OpenSSLSessionImpl
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DRecordedRequest.java63 sslLocalPrincipal = session.getLocalPrincipal();
204 * {@code sslSocket.getSession().getLocalPrincipal()} or {@code null} if the connection doesn't
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DCacheAdapterTest.java234 assertEquals(realHttpsUrlConnection.getLocalPrincipal(),
235 cacheHttpsUrlConnection.getLocalPrincipal());
H A DJavaApiConverterTest.java194 @Override public Principal getLocalPrincipal() {
477 assertEquals(LOCAL_CERT.getSubjectX500Principal(), httpsUrlConnection.getLocalPrincipal());
575 assertEquals(handshake.localPrincipal(), javaCacheResponse.getLocalPrincipal());
H A DResponseCacheTest.java286 Principal localPrincipal = c1.getLocalPrincipal();
297 assertEquals(localPrincipal, c2.getLocalPrincipal());
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java82 @Override public Principal getLocalPrincipal() { method in class:DelegatingHttpsURLConnection
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java358 connection.getLocalPrincipal();
802 assertEquals(session.getLocalPrincipal(), clientConnection
806 .getLocalPrincipal());
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java321 public Principal getLocalPrincipal() { method in class:TrustManagerImplTest.MySSLSession
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java323 public Principal getLocalPrincipal() {
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java270 Principal localPrincipal = c1.getLocalPrincipal();
285 assertEquals(localPrincipal, c2.getLocalPrincipal());
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1871 assertNull(connection.getLocalPrincipal());
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 421 milliseconds