Home
last modified time | relevance | path

Searched refs:getLocalPrincipal (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
DHandshakeCompletedEvent.java206 public Principal getLocalPrincipal() in getLocalPrincipal() method in HandshakeCompletedEvent
210 principal = session.getLocalPrincipal(); in getLocalPrincipal()
DSSLSession.java311 public Principal getLocalPrincipal(); in getLocalPrincipal() method
DHttpsURLConnection.java171 public Principal getLocalPrincipal() { in getLocalPrincipal() method in HttpsURLConnection
/libcore/ojluni/src/main/java/java/net/
DSecureCacheResponse.java107 public abstract Principal getLocalPrincipal(); in getLocalPrincipal() method in SecureCacheResponse
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java126 connection.getLocalPrincipal(); in test_getLocalPrincipal()
132 assertNull(con.getLocalPrincipal()); in test_getLocalPrincipal()
134 assertNotNull("Local principal is null", con.getLocalPrincipal()); in test_getLocalPrincipal()
DSSLSessionBindingEventTest.java133 public Principal getLocalPrincipal() { in getLocalPrincipal() method in MySSLSession
DSSLSessionTest.java132 Principal p1 = clientSession.getLocalPrincipal(); in test_getLocalPrincipal()
638 assertEquals(a.getLocalPrincipal(), b.getLocalPrincipal()); in assertSSLSessionsEqual()
DHandshakeCompletedEventTest.java113 assertNull(event.getLocalPrincipal()); in test_getLocalPrincipal()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSecureCacheResponseTest.java55 public Principal getLocalPrincipal() { in getLocalPrincipal() method in SecureCacheResponseTest.MockCacheResponse
/libcore/support/src/test/java/libcore/javax/net/ssl/
DFakeSSLSession.java55 public Principal getLocalPrincipal() { in getLocalPrincipal() method in FakeSSLSession
/libcore/benchmarks/src/benchmarks/regression/
DHostnameVerifierBenchmark.java120 public Principal getLocalPrincipal() { in getLocalPrincipal() method in HostnameVerifierBenchmark.FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java81 public Principal getLocalPrincipal() { in getLocalPrincipal() method in mySSLSession
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java302 connection.getLocalPrincipal(); in testUnconnectedStateParameters()
696 assertEquals(request.getSslPeerPrincipal(), connection.getLocalPrincipal()); in checkConnectionStateParameters()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DDefaultHostnameVerifierTest.java484 public Principal getLocalPrincipal() { in getLocalPrincipal() method in DefaultHostnameVerifierTest.StubSSLSession