Searched defs:getLocalPrincipal (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSecureCacheResponseTest.java55 public Principal getLocalPrincipal() { method in class:SecureCacheResponseTest.MockCacheResponse
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpsConnection.java244 public Principal getLocalPrincipal() { method in class:OkHttpsConnection
/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
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpResponseCache.java592 @Override public Principal getLocalPrincipal() { method in class:HttpResponseCache.EntrySecureCacheResponse
H A DHttpsURLConnectionImpl.java108 public Principal getLocalPrincipal() { method in class:HttpsURLConnectionImpl
111 return cacheResponse.getLocalPrincipal();
114 return delegate.getSSLSocket().getSession().getLocalPrincipal();

Completed in 606 milliseconds