HomeSort by relevance Sort by last modified time
    Searched refs:getPeerPrincipal (Results 1 - 25 of 35) sorted by null

1 2

  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 112 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
113 return session.getPeerPrincipal();
SSLSession.java 141 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException;
HttpsURLConnection.java 224 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 80 public abstract Principal getPeerPrincipal()
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SecureCacheResponseTest.java 61 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSessionBindingEventTest.java 135 * @see javax.net.ssl.SSLSession#getPeerPrincipal()
137 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
HttpsURLConnectionTest.java 43 con.getPeerPrincipal();
  /libcore/support/src/test/java/libcore/javax/net/ssl/
FakeSSLSession.java 79 public Principal getPeerPrincipal() {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionBindingEventTest.java 175 * @see javax.net.ssl.SSLSession#getPeerPrincipal()
177 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
HttpsURLConnectionTest.java 141 * javax.net.ssl.HttpsURLConnection#getPeerPrincipal()
147 connection.getPeerPrincipal();
153 Principal p = con.getPeerPrincipal();
159 Principal p = con.getPeerPrincipal();
HandshakeCompletedEventTest.java 164 * javax.net.ssl.HandshakeCompletedEvent#getPeerPrincipal()
170 assertNull(event.getPeerPrincipal());
SSLSessionTest.java 75 * javax.net.ssl.SSLSession#getPeerPrincipal()
78 Principal p1 = clientSession.getPeerPrincipal();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 184 s.invalid.getPeerPrincipal();
189 s.server.getPeerPrincipal();
193 assertNotNull(s.client.getPeerPrincipal());
194 assertNotNull(s.client.getPeerPrincipal().getName());
195 TestSSLContext.assertCertificateInKeyStore(s.client.getPeerPrincipal(),
SSLSocketTest.java 408 Principal peerPrincipal = event.getPeerPrincipal();
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 72 session.getPeerPrincipal();
73 fail("getPeerPrincipal: No expected SSLPeerUnverifiedException");
  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 98 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
101 return cacheResponse.getPeerPrincipal();
104 return delegate.getSSLSocket().getSession().getPeerPrincipal();
HttpResponseCache.java 572 @Override public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 113 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 272 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
SSLSessionImpl.java 150 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 353 connection.getPeerPrincipal();
803 .getPeerPrincipal());
805 assertEquals(session.getPeerPrincipal(), clientConnection
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 285 connection.getPeerPrincipal();
640 assertEquals(session.getLocalPrincipal(), clientConnection.getPeerPrincipal());
641 assertEquals(session.getPeerPrincipal(), clientConnection.getLocalPrincipal());
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 313 Principal peerPrincipal = connection.getPeerPrincipal();
327 assertEquals(peerPrincipal, connection.getPeerPrincipal());
    [all...]
  /prebuilts/sdk/11/
android.jar 

Completed in 1370 milliseconds

1 2