public class SslUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Integer |
extractKeySize(String sslCipherSuite)
Extract the SSL key size of a given cipher suite.
|
static String[] |
getDisabledCipherSuites(RestletHelper<?> helper)
Returns the list of disabled cipher suites.
|
static String[] |
getEnabledCipherSuites(RestletHelper<?> helper)
Returns the list of enabled cipher suites.
|
static SslContextFactory |
getSslContextFactory(RestletHelper<?> helper)
Returns the SSL context factory.
|
public static Integer extractKeySize(String sslCipherSuite)
sslCipherSuite
- The SSL cipher suite.public static String[] getDisabledCipherSuites(RestletHelper<?> helper)
helper
- The helper to use.public static String[] getEnabledCipherSuites(RestletHelper<?> helper)
helper
- The helper to use.public static SslContextFactory getSslContextFactory(RestletHelper<?> helper)
helper
- The helper to use.Copyright © 2005–2016. All rights reserved.