public interface SSLContext
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) |
void init(KeyManager[] kms, TrustManager[] tms, SecureRandom sr) throws KeyManagementException
KeyManagementException
void destroy()
SSLSessionContext getServerSessionContext()
SSLEngine createSSLEngine()
SSLServerSocketFactory getServerSocketFactory()
SSLParameters getSupportedSSLParameters()
X509Certificate[] getCertificateChain(String alias)
X509Certificate[] getAcceptedIssuers()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.