public class DefaultSslEngineUtil extends Object
| Constructor and Description |
|---|
DefaultSslEngineUtil() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEnabledCipherSuites()
Returns a list of all enabled cipher suites of the JVM
|
List<String> |
getEnabledProtocols()
Returns a list of all enabled protocols of the JVM
|
List<String> |
getSupportedCipherSuites()
Returns a list of all supported Cipher Suites of the JVM.
|
List<String> |
getSupportedProtocols()
Returns a list of all supported protocols by the JVM.
|
@ReadOnly public List<String> getSupportedCipherSuites() throws SslException
SslException@ReadOnly public List<String> getSupportedProtocols() throws SslException
SslException@ReadOnly public List<String> getEnabledProtocols() throws SslException
SslException@ReadOnly public List<String> getEnabledCipherSuites() throws SslException
SslExceptionCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.