Home
last modified time | relevance | path

Searched refs:classOpenSSLContextImpl (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLProvider.java64 final String classOpenSSLContextImpl = PREFIX + "OpenSSLContextImpl"; in OpenSSLProvider() local
65 final String tls13SSLContext = classOpenSSLContextImpl + "$TLSv13"; in OpenSSLProvider()
69 put("SSLContext.TLSv1", classOpenSSLContextImpl + "$TLSv1"); in OpenSSLProvider()
70 put("SSLContext.TLSv1.1", classOpenSSLContextImpl + "$TLSv11"); in OpenSSLProvider()
71 put("SSLContext.TLSv1.2", classOpenSSLContextImpl + "$TLSv12"); in OpenSSLProvider()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLProvider.java69 final String classOpenSSLContextImpl = PREFIX + "OpenSSLContextImpl"; in OpenSSLProvider() local
70 final String tls13SSLContext = classOpenSSLContextImpl + "$TLSv13"; in OpenSSLProvider()
74 put("SSLContext.TLSv1", classOpenSSLContextImpl + "$TLSv1"); in OpenSSLProvider()
75 put("SSLContext.TLSv1.1", classOpenSSLContextImpl + "$TLSv11"); in OpenSSLProvider()
76 put("SSLContext.TLSv1.2", classOpenSSLContextImpl + "$TLSv12"); in OpenSSLProvider()