Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/net/ssl/
DHandshakeCompletedEvent.java178 public Principal getPeerPrincipal() in getPeerPrincipal() method in HandshakeCompletedEvent
183 principal = session.getPeerPrincipal(); in getPeerPrincipal()
DSSLSession.java295 public Principal getPeerPrincipal() in getPeerPrincipal() method
DHttpsURLConnection.java143 public Principal getPeerPrincipal() in getPeerPrincipal() method in HttpsURLConnection
/libcore/ojluni/src/main/java/java/net/
DSecureCacheResponse.java91 public abstract Principal getPeerPrincipal() in getPeerPrincipal() method in SecureCacheResponse
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java144 connection.getPeerPrincipal(); in test_getPeerPrincipal()
150 Principal p = con.getPeerPrincipal(); in test_getPeerPrincipal()
156 Principal p = con.getPeerPrincipal(); in test_getPeerPrincipal()
DSSLSessionBindingEventTest.java177 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in MySSLSession
DSSLSessionTest.java79 Principal p1 = clientSession.getPeerPrincipal(); in test_getPeerPrincipal()
646 assertEquals(a.getPeerPrincipal(), b.getPeerPrincipal()); in assertSSLSessionsEqual()
DHandshakeCompletedEventTest.java168 assertNull(event.getPeerPrincipal()); in test_getPeerPrincipal()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSecureCacheResponseTest.java61 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SecureCacheResponseTest.MockCacheResponse
/libcore/support/src/test/java/libcore/javax/net/ssl/
DFakeSSLSession.java79 public Principal getPeerPrincipal() { in getPeerPrincipal() method in FakeSSLSession
/libcore/ojluni/annotations/mmodule/javax/net/ssl/
DHttpsURLConnection.annotated.java36 …public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedException … in getPeerPrincipal() method in HttpsURLConnection
/libcore/benchmarks/src/benchmarks/regression/
DHostnameVerifierBenchmark.java138 public Principal getPeerPrincipal() { in getPeerPrincipal() method in HostnameVerifierBenchmark.FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in mySSLSession
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java298 connection.getPeerPrincipal(); in testUnconnectedStateParameters()
695 assertEquals(request.getSslLocalPrincipal(), connection.getPeerPrincipal()); in checkConnectionStateParameters()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DDefaultHostnameVerifierTest.java515 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DefaultHostnameVerifierTest.StubSSLSession
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java3140 connection.getPeerPrincipal();
3164 assertNotNull(connection.getPeerPrincipal());
/libcore/api/
Dcurrent.txt5322 …method public abstract java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnve…
17763 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…
17784 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…
18039 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…