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

1 2

  /libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java 20 * SSL handshake parameters that include protocols, cipher suites, and
27 private String[] protocols; field in class:SSLParameters
33 * protocols are initialized to null and client authentication
52 * cipher suites and protocols arrays to be provided. Other values
57 * @param protocols An array of protocol names that is cloned for
61 String[] protocols) {
63 setProtocols(protocols);
87 * Returns a copy of the protocols, or null if none have been
91 if (protocols == null) {
94 return protocols.clone()
    [all...]
SSLContextSpi.java 113 * protocols, and client authentication.
126 * supported cipher suites and protocols.
142 String[] protocols; local
145 protocols = s.getSupportedProtocols();
148 protocols = s.getEnabledProtocols();
151 p.setProtocols(protocols);
SSLEngine.java 24 * protocols. It includes the setup, handshake, and encrypt/decrypt
176 * protocols can be enables using {@link #setEnabledProtocols(String[])}.
230 * instance. Only protocols listed by {@code getSupportedProtocols()} are
233 * @param protocols
237 * {@code protocols} is {@code null}.
239 public abstract void setEnabledProtocols(String[] protocols);
467 * cipher suites, protocols, and client authentication settings.
484 * sets the enabled protocols. If the parameters specify the want
494 String[] protocols = p.getProtocols(); local
495 if (protocols != null)
    [all...]
SSLSocket.java 26 * The extension of {@code Socket} providing secure protocols like SSL (Secure
160 * Returns the names of the supported protocols.
165 * Returns the names of the enabled protocols.
170 * Sets the names of the protocols to be enabled. Only
171 * protocols returned by {@link #getSupportedProtocols()} are allowed.
173 * @param protocols
174 * the names of the to be enabled protocols.
176 * if one of the protocols is not supported.
178 public abstract void setEnabledProtocols(String[] protocols);
293 * cipher suites, protocols, and client authentication settings
320 String[] protocols = p.getProtocols(); local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java 46 String[] protocols = new String[] { "baz", null, "qux" }; local
47 SSLParameters p = new SSLParameters(cipherSuites, protocols);
51 assertNotSame(protocols, p.getProtocols());
53 assertEquals(Arrays.asList(protocols), Arrays.asList(p.getProtocols()));
78 String[] protocols = new String[] { "fnord" }; local
79 String[] copy = protocols.clone();
82 assertEquals(Arrays.asList(protocols), Arrays.asList(p.getProtocols()));
SSLContextTest.java 261 String[] protocols = p.getProtocols(); local
262 assertNotNull(protocols);
263 StandardNames.assertValidCipherSuites(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
284 String[] protocols = p.getProtocols(); local
285 assertNotNull(protocols);
287 protocols);
SSLEngineTest.java 168 String[] protocols = e.getSupportedProtocols(); local
170 protocols);
171 assertNotSame(protocols, e.getSupportedProtocols());
178 String[] protocols = e.getEnabledProtocols(); local
179 StandardNames.assertValidProtocols(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
180 assertNotSame(protocols, e.getEnabledProtocols());
392 String[] protocols = p.getProtocols();
393 StandardNames.assertValidProtocols(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
394 assertNotSame(protocols, e.getEnabledProtocols());
395 assertEquals(Arrays.asList(protocols), Arrays.asList(e.getEnabledProtocols()))
    [all...]
SSLSocketTest.java 224 String[] protocols = ssl.getSupportedProtocols(); local
225 StandardNames.assertSupportedProtocols(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
226 assertNotSame(protocols, ssl.getSupportedProtocols());
232 String[] protocols = ssl.getEnabledProtocols(); local
233 StandardNames.assertValidProtocols(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
234 assertNotSame(protocols, ssl.getEnabledProtocols());
849 String[] protocols = p.getProtocols(); local
    [all...]
  /external/mtpd/
mtpd.c 43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; variable in typeref:struct:protocol
63 for (i = 0; protocols[i]; ++i) {
64 struct protocol *p = protocols[i];
74 for (i = 0; protocols[i]; ++i) {
75 struct protocol *p = protocols[i];
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 141 String[] protocols = {"SSLv3", "TLSv1"}; local
150 ssocket.setEnabledProtocols(new String[] {protocols[j]});
157 csocket.setEnabledProtocols(new String[] {protocols[j]});
SSLEngineImplTest.java 67 String[] protocols = {"SSLv3", "TLSv1"}; local
323 + "of supported protocols: " + enabled[i]);
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 41 * This class defines expected string names for protocols, key types,
    [all...]
  /external/strace/
net.c 453 falls into "protocols" array below!!!! This is intended!!! ***/
454 static const struct xlat protocols[] = { variable in typeref:struct:xlat
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 547 static gchar* protocols[] = {(gchar*) "http", (gchar*) "https", 0 }; local
549 return protocols;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 400 * Comma-separated list of protocols to use when creating outgoing TLS connections.
480 // Supported protocols for TLS client: can be overridden by application
981 String[] protocols = new String[st.countTokens()]; local
    [all...]
  /external/ppp/pppd/
main.c 281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
    [all...]
  /external/clang/include/clang-c/
Index.h 4424 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon4570
4431 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon4571
4439 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon4572
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2510 int protocols = local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 568 milliseconds

1 2