HomeSort by relevance Sort by last modified time
    Searched defs:ssl (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/conn/ssl/
X509HostnameVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/X509HostnameVerifier.java $
32 package org.apache.http.conn.ssl;
34 import javax.net.ssl.HostnameVerifier;
35 import javax.net.ssl.SSLException;
36 import javax.net.ssl.SSLSession;
37 import javax.net.ssl.SSLSocket;
43 * server's X.509 certificate. Implements javax.net.ssl.HostnameVerifier, but
45 * take String parameters (instead of javax.net.ssl.HostnameVerifier's
69 void verify(String host, SSLSocket ssl) throws IOException;
AllowAllHostnameVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/AllowAllHostnameVerifier.java $
32 package org.apache.http.conn.ssl;
BrowserCompatHostnameVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/BrowserCompatHostnameVerifier.java $
32 package org.apache.http.conn.ssl;
34 import javax.net.ssl.SSLException;
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/apache-harmony/x-net/src/test/java/javax/net/ssl/
MyTrustManagerFactorySpi.java 22 package javax.net.ssl;
  /external/chromium_org/third_party/boringssl/src/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
133 /* SSL_CTX_set_tlsext_use_srtp enables SRTP for all SSL objects
142 /* SSL_set_tlsext_use_srtp enables SRTP for |ssl| with a profile list.
148 OPENSSL_EXPORT int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
150 OPENSSL_EXPORT SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
153 SSL_get_srtp_profiles(SSL *ssl) variable
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DummySSLServerSocketFactory.java 17 package com.google.polo.ssl;
22 import javax.net.ssl.KeyManager;
23 import javax.net.ssl.SSLServerSocketFactory;
24 import javax.net.ssl.TrustManager;
DummySSLSocketFactory.java 17 package com.google.polo.ssl;
22 import javax.net.ssl.KeyManager;
23 import javax.net.ssl.SSLSocketFactory;
24 import javax.net.ssl.TrustManager;
DummyTrustManager.java 17 package com.google.polo.ssl;
21 import javax.net.ssl.X509TrustManager;
  /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
136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
137 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
139 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
140 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
136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
137 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
139 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
140 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [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 
  /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;
62 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
70 * @see javax.net.ssl.HttpsURLConnection#getLocalCertificates()
78 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()

Completed in 441 milliseconds

1 2 3 4