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

  /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 150 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 81 public abstract Principal getPeerPrincipal()
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
FakeSession.java 79 public Principal getPeerPrincipal() {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 171 s.invalid.getPeerPrincipal();
176 s.server.getPeerPrincipal();
180 assertNotNull(s.client.getPeerPrincipal());
181 assertNotNull(s.client.getPeerPrincipal().getName());
182 TestSSLContext.assertCertificateInKeyStore(s.client.getPeerPrincipal(),
SSLSocketTest.java 313 Principal peerPrincipal = event.getPeerPrincipal();
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 223 * @tests javax.net.ssl.HttpsURLConnection#getPeerPrincipal()
228 method = "getPeerPrincipal",
236 connection.getPeerPrincipal();
246 Principal p = con.getPeerPrincipal();
254 Principal p = con.getPeerPrincipal();
SSLSessionBindingEventTest.java 199 * @see javax.net.ssl.SSLSession#getPeerPrincipal()
201 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
HandshakeCompletedEventTest.java 240 * @tests javax.net.ssl.HandshakeCompletedEvent#getPeerPrincipal()
245 method = "getPeerPrincipal",
253 assertNull(event.getPeerPrincipal());
SSLSessionTest.java 75 * javax.net.ssl.SSLSession#getPeerPrincipal()
78 Principal p1 = clientSession.getPeerPrincipal();
  /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/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 82 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
84 return sslSocket.getSession().getPeerPrincipal();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 277 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
SSLSessionImpl.java 271 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 397 public Principal getPeerPrincipal() {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 284 connection.getPeerPrincipal();
639 assertEquals(session.getLocalPrincipal(), clientConnection.getPeerPrincipal());
640 assertEquals(session.getPeerPrincipal(), clientConnection.getLocalPrincipal());
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 251 milliseconds