OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sslsession
(Results
51 - 75
of
90
) sorted by null
1
2
3
4
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java
26
import javax.net.ssl.
SSLSession
;
212
SSLSession
session = e.getSession();
SSLSocketTest.java
50
import javax.net.ssl.
SSLSession
;
285
SSLSession
session = ssl.getSession();
459
SSLSession
session = event.getSession();
[
all
...]
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java
50
* The RI and Android have very different default
SSLSession
cache behaviors.
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java
27
import javax.net.ssl.
SSLSession
;
762
final
SSLSession
[] session = new
SSLSession
[1];
[
all
...]
SSLEngineImplTest.java
25
import javax.net.ssl.
SSLSession
;
401
SSLSession
session = engine.getSession();
[
all
...]
/frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java
49
import javax.net.ssl.
SSLSession
;
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
51
import javax.net.ssl.
SSLSession
;
637
SSLSession
session = serverPeer.getSession();
[
all
...]
/libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java
218
* chain of the
SSLSession
.
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java
29
import javax.net.ssl.
SSLSession
;
369
public
SSLSession
getSession() {
SSLSocketImpl.java
32
import javax.net.ssl.
SSLSession
;
387
public
SSLSession
getSession() {
ClientHandshakeImpl.java
180
// if
SSLSession
is invalidated (e.g. timeout limit is
TrustManagerImpl.java
344
// don't mutuate original chain, which may be directly from an
SSLSession
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
45
import javax.net.ssl.
SSLSession
;
797
SSLSession
session = serverPeer.getSession();
[
all
...]
/libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java
163
public abstract
SSLSession
getSession();
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java
34
* javax.net.ssl.HostnameVerifier#verify(String hostname,
SSLSession
/cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java
85
import javax.net.ssl.
SSLSession
;
262
public boolean verify(String hostname,
SSLSession
session) {
[
all
...]
/frameworks/base/docs/html/training/articles/
security-ssl.jd
402
public boolean verify(String hostname,
SSLSession
session) {
460
SSLSession
s = socket.getSession();
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/16/
android.jar
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java
68
import javax.net.ssl.
SSLSession
;
84
@Override public boolean verify(String s,
SSLSession
sslSession
) {
[
all
...]
/prebuilts/sdk/10/
android.jar
Completed in 735 milliseconds
1
2
3
4