Searched refs:getCipherSuite (Results 1 - 18 of 18) sorted by relevance

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DHandshakeCompletedEvent.java68 public String getCipherSuite() { method in class:HandshakeCompletedEvent
69 return session.getCipherSuite();
H A DSSLSession.java42 public String getCipherSuite(); method in interface:SSLSession
H A DHttpsURLConnection.java114 public abstract String getCipherSuite(); method in class:HttpsURLConnection
/dalvik/libcore/luni/src/main/java/java/net/
H A DSecureCacheResponse.java46 public abstract String getCipherSuite(); method in class:SecureCacheResponse
/dalvik/libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DFakeSession.java35 public String getCipherSuite() { method in class:FakeSession
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DSecureCacheResponseTest.java60 method = "getCipherSuite",
90 assertNull(scr.getCipherSuite());
122 public String getCipherSuite() { method in class:SecureCacheResponseTest.TestSecureCacheResponse
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DHttpsURLConnectionTest.java74 * @tests javax.net.ssl.HttpsURLConnection#getCipherSuite()
79 method = "getCipherSuite",
87 connection.getCipherSuite();
98 assertEquals("CipherSuite", con.getCipherSuite());
431 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
433 public String getCipherSuite() { method in class:MyHttpsURLConnection
H A DSSLSessionBindingEventTest.java120 * @see javax.net.ssl.SSLSession#getCipherSuite()
122 public String getCipherSuite() { method in class:MySSLSession
H A DHandshakeCompletedEventTest.java108 * @tests javax.net.ssl.HandshakeCompletedEvent#getCipherSuite()
113 method = "getCipherSuite",
121 assertEquals("SuiteName", event.getCipherSuite());
H A DSSLSessionTest.java170 * @tests javax.net.ssl.SSLSession#getCipherSuite()
175 method = "getCipherSuite",
181 assertEquals(cipherSuite, clientSession.getCipherSuite());
H A DSSLEngineTest.java1886 System.out.println(clientEngine.engine.getSession().getCipherSuite());
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java61 public String getCipherSuite() { method in class:mySSLSession
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java60 public String getCipherSuite() { method in class:HttpsURLConnectionImpl
64 return sslSocket.getSession().getCipherSuite();
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSessionImpl.java306 public native String getCipherSuite(); method in class:OpenSSLSessionImpl
H A DSSLRecordProtocol.java258 logger.println(" cipher name: " + session.getCipherSuite());
H A DSSLSessionImpl.java207 public String getCipherSuite() { method in class:SSLSessionImpl
H A DConnectionStateSSLv3.java76 + session.getCipherSuite());
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java360 method = "getCipherSuite",
396 connection.getCipherSuite();
626 method = "getCipherSuite",
913 assertEquals(session.getCipherSuite(), clientConnection
914 .getCipherSuite());

Completed in 2262 milliseconds