Lines Matching refs:SSLSession
37 import javax.net.ssl.SSLSession;
42 import javax.net.ssl.SSLSession;
66 * Returns the <code>SSLSession</code> bound to the specified session id.
68 public SSLSession getSession(byte[] sessionId) {
93 * Sets the timeout limit for cached <code>SSLSession</code> objects
113 * Gets the timeout limit for cached <code>SSLSession</code> objects
121 * <code>SSLSession</code> objects.
137 * <code>SSLSession</code> objects.
172 // cache a SSLSession
192 // package-private method, remove a cached SSLSession
219 boolean isTimedout(SSLSession sess) {