Searched refs:session (Results 76 - 95 of 95) sorted by relevance

1234

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsPost.java185 public boolean verify(String hostname, SSLSession session) { argument
H A DPostThruProxy.java199 public boolean verify(String hostname, SSLSession session) { argument
H A DPostThruProxyWithAuth.java194 public boolean verify(String hostname, SSLSession session) { argument
H A DReadTimeout.java199 public boolean verify(String hostname, SSLSession session) { argument
H A DRedirect.java179 public boolean verify(String hostname, SSLSession session) { argument
H A DRetryHttps.java177 public boolean verify(String hostname, SSLSession session) { argument
H A DCookieHandlerTest.java167 public boolean verify(String hostname, SSLSession session) { argument
H A DHttpsSocketFacTest.java226 public boolean verify(String hostname, SSLSession session) { argument
/openjdk7/jdk/test/java/net/ResponseCache/
H A DResponseCacheTest.java95 public boolean verify(String hostname, SSLSession session) { argument
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DJavaxHTTPSConnection.java248 public boolean verify(String hostname, SSLSession session) { argument
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java325 public boolean verify(String hostname, SSLSession session) { argument
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DCheckStatus.java677 SSLSession session = ssle1.getSession();
678 int appBufferMax = session.getApplicationBufferSize();
679 int netBufferMax = session.getPacketBufferSize();
H A DConnectionTest.java108 SSLSession session = ssle1.getSession();
109 int appBufferMax = session.getApplicationBufferSize();
110 int netBufferMax = session.getPacketBufferSize();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java127 SSLSessionImpl session; field in class:Handshaker
135 /* True if this session is being resumed (fast handshake) */
138 /* True if it's OK to start a new SSL session */
167 // By default, disable the unsafe legacy session renegotiation
653 * change whether session creations are allowed.
736 * this freshly created session can become the current one.
744 * Returns the session which was created through this
749 return session;
753 * Set the handshake session
1000 session
[all...]
H A DSSLEngineImpl.java121 * among other roles serves to negotiate session changes.
124 * - HANDSHAKE picks session parameters before allowing traffic.
130 * in selection of new session (and connection) parameters
146 * the pending session, not the connection state, until the change
148 * make the "new" session become the current one.
165 * included) is to assign a different, and perhaps new, session to
196 * any given session. The output of the handshake protocol is a
197 * new session ... although all the protocol description talks
200 * is associated with a session at the same time. (TLS/IETF may
242 * session i
1558 setHandshakeSession(SSLSessionImpl session) argument
[all...]
H A DSSLSocketImpl.java97 * among other roles serves to negotiate session changes.
100 * - HANDSHAKE picks session parameters before allowing traffic.
106 * in selection of new session (and connection) parameters
129 * the pending session, not the connection state, until the change
131 * make the "new" session become the current one.
151 * included) is to assign a different, and perhaps new, session to
194 * session is changed.
281 * we simply store that request until the next pending session
298 * Crypto state that's reinitialized when the session changes.
321 * any given session
2190 setHandshakeSession(SSLSessionImpl session) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java1119 * session and the connection to the server will be closed.
1630 javax.net.ssl.SSLSession session = ((SSLSocket) server).getSession();
1631 session.invalidate();
2086 * command to the server terminating an encrypted session and reverting
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1414 int session; local
1472 &session, /* 6 %d */
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1222 int session; local
1280 &session, /* 6 %d */
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java2392 public boolean verify(String hostname, SSLSession session) {

Completed in 115 milliseconds

1234