Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedSSLSession
Extends the SSLSession interface to support additional
session attributes. |
Modifier and Type | Method and Description |
---|---|
SSLSession |
SSLSocket.getHandshakeSession()
Returns the SSLSession being constructed during a SSL/TLS
handshake. |
SSLSession |
SSLEngine.getHandshakeSession()
Returns the SSLSession being constructed during a SSL/TLS
handshake. |
SSLSession |
SSLSessionBindingEvent.getSession()
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound. |
SSLSession |
HandshakeCompletedEvent.getSession()
Returns the session that triggered this event. |
abstract SSLSession |
SSLSocket.getSession()
Returns the SSL Session in use by this connection. |
abstract SSLSession |
SSLEngine.getSession()
Returns the SSLSession in use in this
SSLEngine . |
SSLSession |
SSLSessionContext.getSession(byte[] sessionId)
Returns the SSLSession bound to the specified session id. |
Modifier and Type | Method and Description |
---|---|
boolean |
HostnameVerifier.verify(String hostname,
SSLSession session)
Verify that the host name is an acceptable match with the server's authentication scheme. |
Constructor and Description |
---|
HandshakeCompletedEvent(SSLSocket sock,
SSLSession s)
Constructs a new HandshakeCompletedEvent. |
SSLSessionBindingEvent(SSLSession session,
String name)
Constructs a new SSLSessionBindingEvent. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.