Searched defs:protocol (Results 226 - 239 of 239) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java27 * NOTE: This class lives in the package sun.net.www.protocol.https.
28 * There is a copy in com.sun.net.ssl.internal.www.protocol.https for JSSE
35 package sun.net.www.protocol.https;
36 // package com.sun.net.ssl.internal.www.protocol.https;
59 * sun.net.www.protocol.http.HttpURLConnection functionalities, it
149 * Implements the HTTP protocol handler's "connect" method,
495 * sun.net.www.protocol.http.HttpURLConnection's finalize()
/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c187 dprintf1("-protocol: %d\n", proto);
196 (JNIEnv *env, jclass thisClass, jlong jCard, jint protocol,
209 sendPci.dwProtocol = protocol;
235 DWORD protocol; local
239 rv = CALL_SCardStatus(card, readerName, &readerLen, &state, &protocol, atr, &atrLen);
245 dprintf1("-protocol: %d\n", protocol);
252 tmp = (jbyte)protocol;
195 Java_sun_security_smartcardio_PCSC_SCardTransmit(JNIEnv *env, jclass thisClass, jlong jCard, jint protocol, jbyteArray jBuf, jint jOfs, jint jLen) argument
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java106 String protocol; field in class:CipherTest.TestParameters
109 TestParameters(String cipherSuite, String protocol, argument
112 this.protocol = protocol;
117 return TLSCipherStatus.isEnabled(cipherSuite, protocol);
121 String s = cipherSuite + " in " + protocol + " mode";
176 // supported since protocol version
179 // obsoleted since protocol version
189 static boolean isEnabled(String cipherSuite, String protocol) { argument
190 int versionNumber = toVersionNumber(protocol);
210 toVersionNumber(String protocol) argument
453 isSupported(String cipherSuite, String protocol) argument
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java106 String protocol; field in class:CipherTest.TestParameters
109 TestParameters(String cipherSuite, String protocol, argument
112 this.protocol = protocol;
117 return TLSCipherStatus.isEnabled(cipherSuite, protocol);
121 String s = cipherSuite + " in " + protocol + " mode";
176 // supported since protocol version
179 // obsoleted since protocol version
189 static boolean isEnabled(String cipherSuite, String protocol) { argument
190 int versionNumber = toVersionNumber(protocol);
210 toVersionNumber(String protocol) argument
439 isSupported(String cipherSuite, String protocol) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java26 package sun.net.www.protocol.http;
71 import static sun.net.www.protocol.http.AuthScheme.BASIC;
72 import static sun.net.www.protocol.http.AuthScheme.DIGEST;
73 import static sun.net.www.protocol.http.AuthScheme.NTLM;
74 import static sun.net.www.protocol.http.AuthScheme.NEGOTIATE;
75 import static sun.net.www.protocol.http.AuthScheme.KERBEROS;
76 import static sun.net.www.protocol.http.AuthScheme.UNKNOWN;
373 PlatformLogger.getLogger("sun.net.www.protocol.http.HttpURLConnection");
384 final String protocol,
396 host, addr, port, protocol,
380 privilegedRequestPasswordAuthentication( final String host, final InetAddress addr, final int port, final String protocol, final String prompt, final String scheme, final URL url, final RequestorType authType) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java26 package com.sun.corba.se.impl.protocol;
55 import com.sun.corba.se.pept.protocol.MessageMediator;
56 import com.sun.corba.se.pept.protocol.ProtocolHandler;
73 import com.sun.corba.se.spi.protocol.CorbaMessageMediator;
74 import com.sun.corba.se.spi.protocol.CorbaProtocolHandler;
75 import com.sun.corba.se.spi.protocol.CorbaServerRequestDispatcher;
76 import com.sun.corba.se.spi.protocol.ForwardException;
100 import com.sun.corba.se.impl.protocol.AddressingDispositionException;
101 import com.sun.corba.se.impl.protocol.RequestCanceledException;
102 import com.sun.corba.se.impl.protocol
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java182 /** stream protocol version */
183 private int protocol = PROTOCOL_VERSION_2; field in class:ObjectOutputStream
284 * Specify stream protocol version to use when writing the stream.
311 protocol = version;
1010 * Returns protocol version in use.
1013 return protocol;
1275 if (protocol == PROTOCOL_VERSION_1) {
1276 // do not invoke class descriptor write hook with old protocol
1452 if (protocol == PROTOCOL_VERSION_1) {
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c59 { WSAEAFNOSUPPORT, 0, "Address family not supported by protocol family" },
78 { WSAENOPROTOOPT, 0, "Bad protocol option" },
1020 int NET_Socket (int domain, int type, int protocol) { argument
1022 sock = socket (domain, type, protocol);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java55 * data stream, handling all the details of the handshake protocol.
57 * Note that the real protocol work is done in two subclasses, the base
64 // protocol version being established using this Handshaker
67 // the currently active protocol version during a renegotiation
84 // The endpoint identification protocol
249 // It's a convenient artifact of the protocol that this can,
360 * Set the active protocol version and propagate it to the SSLSocket
362 * and ServerHandshaker with the negotiated protocol version.
430 * Set the identification protocol. Called from the constructor or
434 void setIdentificationProtocol(String protocol) { argument
[all...]
H A DSSLEngineImpl.java167 * protocol feature.
196 * any given session. The output of the handshake protocol is a
197 * new session ... although all the protocol description talks
253 // the endpoint identification protocol
264 * The protocol versions enabled for use on this connection.
266 * Note: we support a pseudo protocol called SSLv2Hello which when
1076 // else it's a protocol violation. We force this
1300 * 1. protocol version is TLS 1.1 or later;
1309 boolean needToSplitPayload(CipherBox cipher, ProtocolVersion protocol) { argument
1310 return (protocol
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java733 // Initialize _NET protocol - used to detect Window Manager.
734 // Later, WM will initialize its own version of protocol
1040 * Returns all protocols supporting given protocol interface
1051 private <T> void addProtocol(Class<T> protocolInterface, T protocol) { argument
1053 protocols.add(protocol);
1088 * WMs that talk NET/WIN protocol, but do not support
1134 * Check if property change is a window state protocol message.
1671 * support NET protocol.
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java1594 int version, String authMechanism, Control[] ctls, String protocol,
1599 authMechanism, protocol, env)) {
1602 trace, version, authMechanism, ctls, protocol, user,
1592 getInstance(boolean usePool, String hostname, int port, String factory, int connectTimeout, int readTimeout, OutputStream trace, int version, String authMechanism, Control[] ctls, String protocol, String user, Object passwd, Hashtable env) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c783 char* awt_util_makeWMMenuItem(char *target, Atom protocol){ argument
802 sprintf(buf + off, " f.send_msg %ld", protocol);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4972 int os::socket(int domain, int type, int protocol) { argument
4973 return ::socket(domain, type, protocol);

Completed in 3719 milliseconds

12345678910