Searched defs:getPeerPrincipal (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSecureCacheResponse.java80 public abstract Principal getPeerPrincipal() method in class:SecureCacheResponse
/libcore/luni/src/main/java/javax/net/ssl/
H A DHandshakeCompletedEvent.java112 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:HandshakeCompletedEvent
113 return session.getPeerPrincipal();
H A DHttpsURLConnection.java224 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:HttpsURLConnection
H A DSSLSession.java141 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException; method in interface:SSLSession
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLSessionBindingEventTest.java175 * @see javax.net.ssl.SSLSession#getPeerPrincipal()
177 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:MySSLSession
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java79 public Principal getPeerPrincipal() { method in class:FakeSSLSession
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSessionImpl.java271 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:OpenSSLSessionImpl
H A DSSLSessionImpl.java150 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:SSLSessionImpl
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:mySSLSession
/libcore/luni/src/main/java/libcore/net/http/
H A DHttpResponseCache.java570 @Override public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:HttpResponseCache.EntrySecureCacheResponse
H A DHttpsURLConnectionImpl.java98 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { method in class:HttpsURLConnectionImpl
101 return cacheResponse.getPeerPrincipal();
104 return delegate.getSSLSocket().getSession().getPeerPrincipal();

Completed in 438 milliseconds