public class JSSESSLContext extends Object implements org.apache.tomcat.util.net.SSLContext
| Constructor and Description |
|---|
JSSESSLContext(SSLContext context)
构造
|
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
createSSLEngine() |
void |
destroy() |
X509Certificate[] |
getAcceptedIssuers() |
X509Certificate[] |
getCertificateChain(String alias) |
SSLSessionContext |
getServerSessionContext() |
SSLServerSocketFactory |
getServerSocketFactory() |
SSLParameters |
getSupportedSSLParameters() |
void |
init(KeyManager[] kms,
TrustManager[] tms,
SecureRandom sr) |
public JSSESSLContext(SSLContext context)
context - SSLContextpublic void init(KeyManager[] kms, TrustManager[] tms, SecureRandom sr) throws KeyManagementException
init in interface org.apache.tomcat.util.net.SSLContextKeyManagementExceptionpublic void destroy()
destroy in interface org.apache.tomcat.util.net.SSLContextpublic SSLSessionContext getServerSessionContext()
getServerSessionContext in interface org.apache.tomcat.util.net.SSLContextpublic SSLEngine createSSLEngine()
createSSLEngine in interface org.apache.tomcat.util.net.SSLContextpublic SSLServerSocketFactory getServerSocketFactory()
getServerSocketFactory in interface org.apache.tomcat.util.net.SSLContextpublic SSLParameters getSupportedSSLParameters()
getSupportedSSLParameters in interface org.apache.tomcat.util.net.SSLContextpublic X509Certificate[] getCertificateChain(String alias)
getCertificateChain in interface org.apache.tomcat.util.net.SSLContextpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface org.apache.tomcat.util.net.SSLContextCopyright © 2025. All rights reserved.