OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sslSession
(Results
1 - 7
of
7
) sorted by null
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
ExternalSpdyExample.java
25
import javax.net.ssl.
SSLSession
;
33
@Override public boolean verify(String s,
SSLSession
sslSession
) {
HttpResponseCacheTest.java
70
import javax.net.ssl.
SSLSession
;
86
@Override public boolean verify(String s,
SSLSession
sslSession
) {
[
all
...]
/libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java
29
import javax.net.ssl.
SSLSession
;
57
public boolean verify(String hostname,
SSLSession
sslSession
) {
59
encodedCertificates = certificatesToBytes(
sslSession
.getPeerCertificates());
74
FakeSSLSession
sslSession
= new FakeSSLSession() {
79
hostnameVerifier.verify(hostname,
sslSession
);
101
private static class FakeSSLSession implements
SSLSession
{
/frameworks/base/core/java/android/net/http/
CertificateChainValidator.java
32
import javax.net.ssl.
SSLSession
;
78
// get a valid
SSLSession
, close the socket if we fail
79
SSLSession
sslSession
= sslSocket.getSession();
80
if (!
sslSession
.isValid()) {
210
SSLSession
session = socket.getSession();
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java
44
import javax.net.ssl.
SSLSession
;
84
private OpenSSLSessionImpl
sslSession
;
415
this.
sslSession
= sessionToReuse;
416
sslSession
.lastAccessedTime = System.currentTimeMillis();
427
this.
sslSession
= new OpenSSLSessionImpl(sslSessionNativePointer, localCertificates,
431
sessionContext.putSession(
sslSession
);
551
// If
sslSession
is null, the handshake was completed during
554
// the
SSLSession
and session cache or notify
557
if (
sslSession
== null) {
563
sslSession
.resetId()
[
all
...]
AbstractSessionContext.java
33
import javax.net.ssl.
SSLSession
;
49
private final Map<ByteArray,
SSLSession
> sessions
50
= new LinkedHashMap<ByteArray,
SSLSession
>() {
53
Map.Entry<ByteArray,
SSLSession
> eldest) {
77
private Iterator<
SSLSession
> sessionIterator() {
79
SSLSession
[] array = sessions.values().toArray(
80
new
SSLSession
[sessions.size()]);
86
final Iterator<
SSLSession
> i = sessionIterator();
88
private
SSLSession
next;
94
SSLSession
session = i.next()
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 89 milliseconds