Lines Matching refs:SSLSession
368 * @return the <code>SSLSession</code>
370 public abstract SSLSession getSession();
374 * Returns the {@code SSLSession} being constructed during a SSL/TLS
378 * an instance of this class, but before the {@code SSLSession} has
385 * This method provides early access to the {@code SSLSession} being
390 * method of {@code SSLSession} will throw a
399 * @see SSLSession
406 * create a basic SSLSession. Otherwise, this method returns the
407 * {@code SSLSession} currently being negotiated.
413 public SSLSession getHandshakeSession() {