Searched refs:OpenSSLSessionImpl (Results 1 - 13 of 13) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DServerSessionContext.java71 OpenSSLSessionImpl session = toSession(data, null, -1);
H A DOpenSSLSessionImpl.java30 * Implementation of the class OpenSSLSessionImpl
36 public class OpenSSLSessionImpl extends AbstractOpenSSLSession { class in inherits:AbstractOpenSSLSession
56 protected OpenSSLSessionImpl(long sslSessionNativePointer, X509Certificate[] localCertificates, method in class:OpenSSLSessionImpl
72 * This allows loading of a previously saved OpenSSLSessionImpl.
76 OpenSSLSessionImpl(byte[] derData, String peerHost, int peerPort, method in class:OpenSSLSessionImpl
H A DAbstractSessionContext.java209 if (!(session instanceof OpenSSLSessionImpl)) {
213 OpenSSLSessionImpl sslSession = (OpenSSLSessionImpl) session;
277 public OpenSSLSessionImpl toSession(byte[] data, String host, int port) {
347 return new OpenSSLSessionImpl(sessionData, host, port, certs, ocspData, tlsSctData,
H A DSSLParametersImpl.java427 OpenSSLSessionImpl sessionToReuse = null;
437 if (cachedSession instanceof OpenSSLSessionImpl) {
438 sessionToReuse = (OpenSSLSessionImpl) cachedSession;
702 sslSession = new OpenSSLSessionImpl(sslSessionNativePointer, localCertificates,
H A DOpenSSLSocketImpl.java586 handshakeSession = new OpenSSLSessionImpl(
H A DOpenSSLEngineImpl.java1355 handshakeSession = new OpenSSLSessionImpl(
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DClientSessionContextTest.java93 OpenSSLSessionImpl mockSession = mock(OpenSSLSessionImpl.class);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 941 milliseconds