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

/libcore/ojluni/src/main/java/java/net/
H A DSecureCacheResponse.java57 * @see #getLocalPrincipal()
89 * @see #getLocalPrincipal()
107 public abstract Principal getLocalPrincipal(); method in class:SecureCacheResponse
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DHandshakeCompletedEvent.java109 * @see #getLocalPrincipal()
174 * @see #getLocalPrincipal()
206 public Principal getLocalPrincipal() method in class:HandshakeCompletedEvent
210 principal = session.getLocalPrincipal();
H A DSSLSession.java251 * @see #getLocalPrincipal()
291 * @see #getLocalPrincipal()
311 public Principal getLocalPrincipal(); method in interface:SSLSession
H A DHttpsURLConnection.java97 * @see #getLocalPrincipal()
139 * @see #getLocalPrincipal()
171 public Principal getLocalPrincipal() { method in class:HttpsURLConnection
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSecureCacheResponseTest.java55 public Principal getLocalPrincipal() { method in class:SecureCacheResponseTest.MockCacheResponse
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java55 public Principal getLocalPrincipal() { method in class:FakeSSLSession
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionBindingEventTest.java131 * @see javax.net.ssl.SSLSession#getLocalPrincipal()
133 public Principal getLocalPrincipal() { method in class:MySSLSession
H A DHttpsURLConnectionTest.java120 * javax.net.ssl.HttpsURLConnection#getLocalPrincipal()
126 connection.getLocalPrincipal();
132 assertNull(con.getLocalPrincipal());
134 assertNotNull("Local principal is null", con.getLocalPrincipal());
H A DSSLSessionTest.java150 * javax.net.ssl.SSLSession#getLocalPrincipal()
153 Principal p1 = clientSession.getLocalPrincipal();
659 assertEquals(a.getLocalPrincipal(), b.getLocalPrincipal());
H A DHandshakeCompletedEventTest.java107 * javax.net.ssl.HandshakeCompletedEvent#getLocalPrincipal()
113 assertNull(event.getLocalPrincipal());
/libcore/benchmarks/src/benchmarks/regression/
H A DHostnameVerifierBenchmark.java120 public Principal getLocalPrincipal() { method in class:HostnameVerifierBenchmark.FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java81 public Principal getLocalPrincipal() { method in class:mySSLSession
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java484 public Principal getLocalPrincipal() { method in class:DefaultHostnameVerifierTest.StubSSLSession
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java302 connection.getLocalPrincipal();
696 assertEquals(request.getSslPeerPrincipal(), connection.getLocalPrincipal());

Completed in 355 milliseconds