public interface SSLContext
Modifier and Type | Method and Description |
---|---|
SSLEngine |
createSSLEngine() |
void |
destroy() |
SSLSessionContext |
getServerSessionContext() |
SSLServerSocketFactory |
getServerSocketFactory() |
SSLParameters |
getSupportedSSLParameters() |
void |
init(KeyManager[] kms,
TrustManager[] tms,
SecureRandom sr) |
void init(KeyManager[] kms, TrustManager[] tms, SecureRandom sr) throws KeyManagementException
KeyManagementException
void destroy()
SSLSessionContext getServerSessionContext()
SSLEngine createSSLEngine()
SSLServerSocketFactory getServerSocketFactory()
SSLParameters getSupportedSSLParameters()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.