Uses of Interface
javax.net.ssl.SSLSession
-
Packages that use SSLSession 软件包 描述 com.sun.net.httpserver 提供一个简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。javax.net.ssl 为安全套接字包提供类。 -
-
Uses of SSLSession in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return SSLSession Modifier and Type 方法 描述 abstract SSLSessionHttpsExchange. getSSLSession()获得SSLSession用于此交换。 -
Uses of SSLSession in javax.naming.ldap
Methods in javax.naming.ldap that return SSLSession Modifier and Type 方法 描述 abstract SSLSessionStartTlsResponse. negotiate()使用默认的SSL套接字工厂协商TLS会话。abstract SSLSessionStartTlsResponse. negotiate(SSLSocketFactory factory)使用SSL套接字工厂协商TLS会话。 -
Uses of SSLSession in javax.net.ssl
Classes in javax.net.ssl that implement SSLSession Modifier and Type Class 描述 classExtendedSSLSession扩展SSLSession接口以支持其他会话属性。Methods in javax.net.ssl that return SSLSession Modifier and Type 方法 描述 SSLSessionSSLEngine. getHandshakeSession()返回在SSL / TLS / DTLS握手期间构建的SSLSession。SSLSessionSSLSocket. getHandshakeSession()返回在SSL / TLS握手期间构建的SSLSession。SSLSessionHandshakeCompletedEvent. getSession()返回触发此事件的会话。abstract SSLSessionSSLEngine. getSession()返回此SSLSession中使用的SSLEngine。SSLSessionSSLSessionBindingEvent. getSession()返回侦听器被绑定到的SSLSession或侦听器被绑定到的SSLSession。SSLSessionSSLSessionContext. getSession(byte[] sessionId)返回绑定到指定会话ID的SSLSession。abstract SSLSessionSSLSocket. getSession()返回此连接正在使用的SSL会话。Methods in javax.net.ssl with parameters of type SSLSession Modifier and Type 方法 描述 booleanHostnameVerifier. verify(String hostname, SSLSession session)验证主机名是否与服务器认证方案可接受的匹配。Constructors in javax.net.ssl with parameters of type SSLSession Constructor 描述 HandshakeCompletedEvent(SSLSocket sock, SSLSession s)构造一个新的HandshakeCompletedEvent。SSLSessionBindingEvent(SSLSession session, String name)构造一个新的SSLSessionBindingEvent。
-