HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 151 - 175 of 653) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLServerSocketTest.java 17 package tests.api.javax.net.ssl;
31 import javax.net.ssl.KeyManager;
32 import javax.net.ssl.KeyManagerFactory;
33 import javax.net.ssl.SSLContext;
34 import javax.net.ssl.SSLServerSocket;
119 * javax.net.ssl.SSLServerSocket#SSLServerSocket()
122 SSLServerSocket ssl = new mySSLServerSocket(); local
126 * javax.net.ssl.SSLServerSocket#SSLServerSocket(int port)
131 SSLServerSocket ssl = new mySSLServerSocket(0); local
142 new mySSLServerSocket(ssl.getLocalPort())
152 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); local
179 mySSLServerSocket ssl = new mySSLServerSocket(0, 0, InetAddress.getLocalHost()); local
    [all...]
KeyStoreBuilderParametersTest.java 16 package tests.api.javax.net.ssl;
18 import javax.net.ssl.KeyManagerFactorySpi;
19 import javax.net.ssl.KeyStoreBuilderParameters;
29 * javax.net.ssl.KeyStoreBuilderParameters#KeyStoreBuilderParameters(KeyStore.Builder builder)
48 * javax.net.ssl.KeyStoreBuilderParameters#KeyStoreBuilderParameters(List parameters)
75 * javax.net.ssl.KeyStoreBuilderParameters#getParameters()
SSLSessionContextTest.java 1 package tests.api.javax.net.ssl;
5 import javax.net.ssl.SSLContext;
6 import javax.net.ssl.SSLSessionContext;
19 * javax.net.ssl.SSLSessionContex#getSessionCacheSize()
20 * javax.net.ssl.SSLSessionContex#setSessionCacheSize(int size)
43 * javax.net.ssl.SSLSessionContex#getSessionTimeout()
44 * javax.net.ssl.SSLSessionContex#setSessionTimeout(int seconds)
67 * javax.net.ssl.SSLSessionContex#getSession(byte[] sessionId)
85 * javax.net.ssl.SSLSessionContex#getIds()
CertificatesToPlayWith.java 32 package tests.api.javax.net.ssl;
KeyManagerFactorySpiTest.java 16 package tests.api.javax.net.ssl;
23 import javax.net.ssl.KeyManager;
24 import javax.net.ssl.KeyManagerFactorySpi;
25 import javax.net.ssl.ManagerFactoryParameters;
34 * javax.net.ssl.KeyManagerFactorySpi#KeyManagerFactorySpi()
46 * javax.net.ssl.KeyManagerFactorySpi#KengineInit(KeyStore ks, char[] password)
91 * javax.net.ssl.KeyManagerFactorySpi#KengineInit(ManagerFactoryParameters spec)
115 * javax.net.ssl.KeyManagerFactorySpi#engineGetKeyManagers()
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLServerSocketTest.java 17 package libcore.javax.net.ssl;
19 import javax.net.ssl.SSLServerSocket;
20 import javax.net.ssl.SSLServerSocketFactory;
  /libcore/support/src/test/java/libcore/javax/net/ssl/
FakeSSLSession.java 17 package libcore.javax.net.ssl;
19 import javax.net.ssl.SSLSession;
20 import javax.net.ssl.SSLSessionContext;
ForwardingX509ExtendedKeyManager.java 17 package libcore.javax.net.ssl;
23 import javax.net.ssl.SSLEngine;
24 import javax.net.ssl.X509ExtendedKeyManager;
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java 26 import javax.net.ssl.KeyManager;
27 import javax.net.ssl.KeyManagerFactorySpi;
28 import javax.net.ssl.ManagerFactoryParameters;
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 32 import javax.net.ssl.HostnameVerifier;
33 import javax.net.ssl.HttpsURLConnection;
34 import javax.net.ssl.KeyManager;
35 import javax.net.ssl.SSLException;
36 import javax.net.ssl.SSLPeerUnverifiedException;
37 import javax.net.ssl.SSLSession;
38 import javax.net.ssl.SSLSocket;
39 import javax.net.ssl.SSLSocketFactory;
40 import javax.net.ssl.TrustManager;
41 import javax.net.ssl.X509TrustManager
189 SSLSocket ssl = (SSLSocket) socket; local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLNullSession.java 26 import javax.net.ssl.SSLPeerUnverifiedException;
27 import javax.net.ssl.SSLSession;
28 import javax.net.ssl.SSLSessionBindingEvent;
29 import javax.net.ssl.SSLSessionBindingListener;
30 import javax.net.ssl.SSLSessionContext;
KeyManagerFactoryImpl.java 29 import javax.net.ssl.KeyManager;
30 import javax.net.ssl.KeyManagerFactorySpi;
31 import javax.net.ssl.ManagerFactoryParameters;
62 String keyStoreName = System.getProperty("javax.net.ssl.keyStore");
73 keyStorePwd = System.getProperty("javax.net.ssl.keyStorePassword");
DefaultSSLContextImpl.java 29 import javax.net.ssl.KeyManager;
30 import javax.net.ssl.KeyManagerFactory;
31 import javax.net.ssl.TrustManager;
32 import javax.net.ssl.TrustManagerFactory;
62 // TODO javax.net.ssl.keyStoreProvider system property
68 String keystore = System.getProperty("javax.net.ssl.keyStore");
72 String keystorepwd = System.getProperty("javax.net.ssl.keyStorePassword");
93 // TODO javax.net.ssl.trustStoreProvider system property
100 String keystore = System.getProperty("javax.net.ssl.trustStore");
104 String keystorepwd = System.getProperty("javax.net.ssl.trustStorePassword")
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
SSLSocketFactoryWrapper.java 17 package com.google.polo.ssl;
26 import javax.net.ssl.KeyManager;
27 import javax.net.ssl.SSLContext;
28 import javax.net.ssl.SSLSocketFactory;
29 import javax.net.ssl.TrustManager;
  /external/nist-sip/java/gov/nist/core/net/
SslNetworkLayer.java 41 import javax.net.ssl.KeyManagerFactory;
42 import javax.net.ssl.SSLContext;
43 import javax.net.ssl.SSLServerSocket;
44 import javax.net.ssl.SSLServerSocketFactory;
45 import javax.net.ssl.SSLSocket;
46 import javax.net.ssl.SSLSocketFactory;
47 import javax.net.ssl.TrustManagerFactory;
DefaultNetworkLayer.java 38 import javax.net.ssl.SSLSocket;
39 import javax.net.ssl.SSLSocketFactory;
40 import javax.net.ssl.SSLServerSocket;
41 import javax.net.ssl.SSLServerSocketFactory;
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/SSLSocketFactory.java $
32 package org.apache.http.conn.ssl;
39 import javax.net.ssl.HttpsURLConnection;
40 import javax.net.ssl.KeyManager;
41 import javax.net.ssl.KeyManagerFactory;
42 import javax.net.ssl.SSLContext;
43 import javax.net.ssl.SSLSocket;
44 import javax.net.ssl.TrustManager;
45 import javax.net.ssl.TrustManagerFactory;
59 * Layered socket factory for TLS/SSL connections, based on JSSE
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 9 proxies and adds SSL cert validation if the ssl module is present.
33 cert: The SSL certificate (as a dictionary) the host returned.
47 """Return True if we have the SSL package and can validate certificates."""
49 import ssl namespace
74 import ssl namespace
76 self.cert_reqs = ssl.CERT_REQUIRED
78 self.cert_reqs = ssl.CERT_NONE
102 """Returns a list of valid host globs for an SSL certificate.
105 cert: A dictionary representing an SSL certificate
146 import ssl namespace
345 import ssl namespace
    [all...]
  /external/chromium_org/net/tools/flip_server/
spdy_ssl.cc 9 #include "openssl/ssl.h"
22 int ssl_set_npn_callback(SSL* s,
26 VLOG(1) << "SSL NPN callback: advertising protocols.";
48 LOG(FATAL) << "Unable to create SSL context";
56 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
61 LOG(FATAL) << "Unable to use key.pem as SSL key.";
71 VLOG(1) << "SSL CTX default cipher list: " << SSL_CIPHER_LIST;
74 VLOG(1) << "SSL CTX session expiry: " << session_expiration_time
79 VLOG(1) << "SSL CTX: Setting Release Buffers mode.";
95 SSL* CreateSSLContext(SSL_CTX* ssl_ctx)
96 SSL* ssl = SSL_new(ssl_ctx); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_apps.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
168 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
170 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
    [all...]
  /external/openssl/apps/
s_apps.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
168 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
170 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
    [all...]
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServer.java 28 import javax.net.ssl.KeyManagerFactory;
29 import javax.net.ssl.SSLContext;
30 import javax.net.ssl.SSLServerSocket;
31 import javax.net.ssl.SSLServerSocketFactory;
59 // Get an SSL context using the TLS protocol
74 // Initialize the SSL context
77 // Create the SSL server socket factory
109 // Wait for an SSL connection
129 out.println("Server: Android KeyChainiDemo SSL Server");
148 * This method stops the SSL web serve
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.h 19 #include <openssl/ssl.h>
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 19 #include <openssl/ssl.h>
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java 30 import javax.net.ssl.HostnameVerifier;
31 import javax.net.ssl.SSLContext;
32 import javax.net.ssl.SSLSession;
33 import javax.net.ssl.SSLSocketFactory;

Completed in 1051 milliseconds

1 2 3 4 5 67 8 91011>>