/external/apache-http/src/org/apache/http/conn/ssl/ |
StrictHostnameVerifier.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/StrictHostnameVerifier.java $ 32 package org.apache.http.conn.ssl; 34 import javax.net.ssl.SSLException;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
srtp.h | 0 /* ssl/tls1.h */ 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); 137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable 138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
srtp.h | 0 /* ssl/tls1.h */ 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); 137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable 138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) [all...] |
/external/openssl/include/openssl/ |
srtp.h | 0 /* ssl/tls1.h */ 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); 137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable 138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) [all...] |
/external/openssl/ssl/ |
srtp.h | 0 /* ssl/tls1.h */ 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); 137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable 138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
DefaultSSLServerSocketFactory.java | 18 package javax.net.ssl; 27 * Default inoperative implementation of javax.net.ssl.SSLServerSocketFactory
|
DefaultSSLSocketFactory.java | 18 package javax.net.ssl; 28 * Default inoperative implementation of javax.net.ssl.SSLSocketFactory
|
SSLSessionContext.java | 18 package javax.net.ssl;
|
X509KeyManager.java | 18 package javax.net.ssl; 31 * Chooses an alias for the client side of an SSL connection to authenticate 49 * Chooses an alias for the server side of an SSL connection to authenticate
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLContextSpiTest.java | 16 package tests.api.javax.net.ssl; 18 import javax.net.ssl.KeyManagerFactory; 19 import javax.net.ssl.SSLContextSpi; 20 import javax.net.ssl.SSLEngine; 21 import javax.net.ssl.SSLServerSocketFactory; 22 import javax.net.ssl.SSLSessionContext; 23 import javax.net.ssl.SSLSocketFactory; 24 import javax.net.ssl.KeyManager; 25 import javax.net.ssl.TrustManager; 26 import javax.net.ssl.TrustManagerFactory 44 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local 56 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local 75 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local 105 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local 156 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local 195 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20100529-0735.jar | |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketFactoryTest.java | 17 package libcore.javax.net.ssl; 27 import javax.net.ssl.SSLSocket; 28 import javax.net.ssl.SSLSocketFactory; 62 Socket ssl = sf.createSocket(new Socket(), null, -1, false); local 73 Socket ssl = sf.createSocket(s, null, -1, false); local 74 assertNotNull(ssl); 75 assertTrue(SSLSocket.class.isAssignableFrom(ssl.getClass()));
|
/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificate_DNameTest.java | 34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format( local 36 DName issuedTo = ssl.getIssuedTo();
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
CertPathTrustManagerParametersTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 21 import javax.net.ssl.CertPathTrustManagerParameters;
|
SSLHandshakeExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLHandshakeException;
|
SSLKeyExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLKeyException;
|
SSLPeerUnverifiedExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLPeerUnverifiedException;
|
SSLProtocolExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLProtocolException;
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/ |
SSLExceptionTest.java | 22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization; 24 import javax.net.ssl.SSLException;
|
SSLHandshakeExceptionTest.java | 22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization; 24 import javax.net.ssl.SSLHandshakeException;
|
SSLKeyExceptionTest.java | 22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization; 24 import javax.net.ssl.SSLKeyException;
|
SSLPeerUnverifiedExceptionTest.java | 22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization; 24 import javax.net.ssl.SSLPeerUnverifiedException;
|
SSLProtocolExceptionTest.java | 22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization; 24 import javax.net.ssl.SSLProtocolException;
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
DefaultSSLServerSocketFactoryTest.java | 19 package javax.net.ssl;
|
HttpsURLConnection_ImplTest.java | 18 package javax.net.ssl; 63 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite() 71 * @see javax.net.ssl.HttpsURLConnection#getLocalCertificates() 79 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
|