|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLSession | |
---|---|
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.net.ssl | Provides classes for the secure socket package. |
Uses of SSLSession in javax.naming.ldap |
---|
Methods in javax.naming.ldap that return SSLSession | |
---|---|
abstract SSLSession |
StartTlsResponse.negotiate()
Negotiates a TLS session using the default SSL socket factory. |
abstract SSLSession |
StartTlsResponse.negotiate(SSLSocketFactory factory)
Negotiates a TLS session using an SSL socket factory. |
Uses of SSLSession in javax.net.ssl |
---|
Methods in javax.net.ssl that return SSLSession | |
---|---|
SSLSession |
SSLSessionBindingEvent.getSession()
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound. |
abstract SSLSession |
SSLEngine.getSession()
Returns the SSLSession in use in this
SSLEngine . |
abstract SSLSession |
SSLSocket.getSession()
Returns the SSL Session in use by this connection. |
SSLSession |
HandshakeCompletedEvent.getSession()
Returns the session that triggered this event. |
SSLSession |
SSLSessionContext.getSession(byte[] sessionId)
Returns the SSLSession bound to the specified session id. |
Methods in javax.net.ssl with parameters of type SSLSession | |
---|---|
boolean |
HostnameVerifier.verify(String hostname,
SSLSession session)
Verify that the host name is an acceptable match with the server's authentication scheme. |
Constructors in javax.net.ssl with parameters of type SSLSession | |
---|---|
HandshakeCompletedEvent(SSLSocket sock,
SSLSession s)
Constructs a new HandshakeCompletedEvent. |
|
SSLSessionBindingEvent(SSLSession session,
String name)
Constructs a new SSLSessionBindingEvent. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.