Uses of Interface
javax.net.ssl.SSLSessionContext
-
Packages that use SSLSessionContext 软件包 描述 javax.net.ssl 为安全套接字包提供类。 -
-
Uses of SSLSessionContext in javax.net.ssl
Methods in javax.net.ssl that return SSLSessionContext Modifier and Type 方法 描述 protected abstract SSLSessionContextSSLContextSpi. engineGetClientSessionContext()为此上下文返回客户端SSLSessionContext对象。protected abstract SSLSessionContextSSLContextSpi. engineGetServerSessionContext()返回此上下文的服务器SSLSessionContext对象。SSLSessionContextSSLContext. getClientSessionContext()返回客户端会话上下文,代表可在客户端SSL套接字握手阶段使用的SSL会话集。SSLSessionContextSSLContext. getServerSessionContext()返回服务器会话上下文,代表可在服务器端SSL套接字握手阶段使用的SSL会话集。SSLSessionContextSSLSession. getSessionContext()返回此会话绑定的上下文。
-