/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | HandshakeCompletedEvent.java | 178 public Principal getPeerPrincipal() in getPeerPrincipal() method in HandshakeCompletedEvent 183 principal = session.getPeerPrincipal(); in getPeerPrincipal()
|
D | SSLSession.java | 295 public Principal getPeerPrincipal() in getPeerPrincipal() method
|
D | HttpsURLConnection.java | 143 public Principal getPeerPrincipal() in getPeerPrincipal() method in HttpsURLConnection
|
/libcore/ojluni/src/main/java/java/net/ |
D | SecureCacheResponse.java | 91 public abstract Principal getPeerPrincipal() in getPeerPrincipal() method in SecureCacheResponse
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 144 connection.getPeerPrincipal(); in test_getPeerPrincipal() 150 Principal p = con.getPeerPrincipal(); in test_getPeerPrincipal() 156 Principal p = con.getPeerPrincipal(); in test_getPeerPrincipal()
|
D | SSLSessionBindingEventTest.java | 177 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in MySSLSession
|
D | SSLSessionTest.java | 79 Principal p1 = clientSession.getPeerPrincipal(); in test_getPeerPrincipal() 646 assertEquals(a.getPeerPrincipal(), b.getPeerPrincipal()); in assertSSLSessionsEqual()
|
D | HandshakeCompletedEventTest.java | 168 assertNull(event.getPeerPrincipal()); in test_getPeerPrincipal()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SecureCacheResponseTest.java | 61 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in SecureCacheResponseTest.MockCacheResponse
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | FakeSSLSession.java | 79 public Principal getPeerPrincipal() { in getPeerPrincipal() method in FakeSSLSession
|
/libcore/ojluni/annotations/mmodule/javax/net/ssl/ |
D | HttpsURLConnection.annotated.java | 36 …public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedException … in getPeerPrincipal() method in HttpsURLConnection
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | HostnameVerifierBenchmark.java | 138 public Principal getPeerPrincipal() { in getPeerPrincipal() method in HostnameVerifierBenchmark.FakeSSLSession
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | mySSLSession.java | 113 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/ |
D | HttpsURLConnectionTest.java | 298 connection.getPeerPrincipal(); in testUnconnectedStateParameters() 695 assertEquals(request.getSslLocalPrincipal(), connection.getPeerPrincipal()); in checkConnectionStateParameters()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | DefaultHostnameVerifierTest.java | 515 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { in getPeerPrincipal() method in DefaultHostnameVerifierTest.StubSSLSession
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 3140 connection.getPeerPrincipal(); 3164 assertNotNull(connection.getPeerPrincipal());
|
/libcore/api/ |
D | current.txt | 5322 …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…
|