|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.security.SslUtils
public class SslUtils
Various HTTPS utilities.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |