public interface SSLUtil
Modifier and Type | Method and Description |
---|---|
void |
configureSessionContext(javax.net.ssl.SSLSessionContext sslSessionContext) |
javax.net.ssl.SSLContext |
createSSLContext() |
java.lang.String[] |
getEnableableCiphers(javax.net.ssl.SSLContext context)
Determines the SSL cipher suites that can be enabled, based on the
configuration of the endpoint and the ciphers supported by the SSL
implementation.
|
java.lang.String[] |
getEnableableProtocols(javax.net.ssl.SSLContext context)
Determines the SSL protocol variants that can be enabled, based on the
configuration of the endpoint and the ciphers supported by the SSL
implementation.
|
javax.net.ssl.KeyManager[] |
getKeyManagers() |
javax.net.ssl.TrustManager[] |
getTrustManagers() |
javax.net.ssl.SSLContext createSSLContext() throws java.lang.Exception
java.lang.Exception
javax.net.ssl.KeyManager[] getKeyManagers() throws java.lang.Exception
java.lang.Exception
javax.net.ssl.TrustManager[] getTrustManagers() throws java.lang.Exception
java.lang.Exception
void configureSessionContext(javax.net.ssl.SSLSessionContext sslSessionContext)
java.lang.String[] getEnableableCiphers(javax.net.ssl.SSLContext context)
context
- An initialized context to obtain the supported ciphers from.java.lang.String[] getEnableableProtocols(javax.net.ssl.SSLContext context)
context
- An initialized context to obtain the supported protocols from.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.