软件包 | 描述 |
---|---|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
abstract SSLSession |
StartTlsResponse.negotiate()
协商TLS会话使用默认SSL套接字工厂。
|
abstract SSLSession |
StartTlsResponse.negotiate(SSLSocketFactory factory)
协商TLS会话使用SSL套接字工厂。
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedSSLSession
延伸
SSLSession 接口支持额外的会话属性。
|
Modifier and Type | Method and Description |
---|---|
SSLSession |
SSLEngine.getHandshakeSession()
返回
SSLSession 是SSL / TLS握手期间建造的。
|
SSLSession |
SSLSocket.getHandshakeSession()
返回
SSLSession 是SSL / TLS握手期间建造的。
|
SSLSession |
SSLSessionBindingEvent.getSession()
返回sslsession为听者所绑定的听众被绑定。
|
abstract SSLSession |
SSLEngine.getSession()
在这
SSLEngine 返回使用的
SSLSession 。
|
SSLSession |
HandshakeCompletedEvent.getSession()
返回触发此事件的会话。
|
abstract SSLSession |
SSLSocket.getSession()
返回使用此连接的SSL会话。
|
SSLSession |
SSLSessionContext.getSession(byte[] sessionId)
返回
SSLSession 绑定到指定的会话ID。
|
Modifier and Type | Method and Description |
---|---|
boolean |
HostnameVerifier.verify(String hostname, SSLSession session)
确认主机名称是一个可接受的与服务器的认证方案相匹配。
|
Constructor and Description |
---|
HandshakeCompletedEvent(SSLSocket sock, SSLSession s)
构建了一种新的handshakecompletedevent。
|
SSLSessionBindingEvent(SSLSession session, String name)
构建了一种新的sslsessionbindingevent。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.