Searched defs:getCipherSuite (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java63 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
66 public String getCipherSuite() { method in class:MyHttpsURLConnection
/external/nist-sip/java/gov/nist/javax/sip/
H A DTransactionExt.java53 public String getCipherSuite() throws UnsupportedOperationException; method in interface:TransactionExt
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSecureCacheResponseTest.java37 assertNull(sc.getCipherSuite());
43 public String getCipherSuite() { method in class:SecureCacheResponseTest.MockCacheResponse
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java113 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
116 public String getCipherSuite() { method in class:MyHttpsURLConnection
H A DSSLSessionBindingEventTest.java56 * @see javax.net.ssl.SSLSession#getCipherSuite()
58 public String getCipherSuite() { method in class:MySSLSession
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpsConnection.java192 public abstract String getCipherSuite(); method in class:OkHttpsConnection
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpResponseCache.java412 cipherSuite = httpsConnection.getCipherSuite();
566 @Override public String getCipherSuite() { method in class:HttpResponseCache.EntrySecureCacheResponse
H A DHttpsURLConnectionImpl.java66 public String getCipherSuite() { method in class:HttpsURLConnectionImpl
69 return cacheResponse.getCipherSuite();
72 return delegate.getSSLSocket().getSession().getCipherSuite();
404 * queries such as getCipherSuite even after
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java1221 public String getCipherSuite() throws UnsupportedOperationException { method in class:SIPTransaction
1227 else return ((TLSMessageChannel) this.getMessageChannel()).getHandshakeCompletedListener().getHandshakeCompletedEvent().getCipherSuite();

Completed in 147 milliseconds