|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.http.HttpUtils
com.noelios.restlet.http.HttpsUtils
public class HttpsUtils
Various HTTPS utilities.
Constructor Summary | |
---|---|
HttpsUtils()
|
Method Summary | |
---|---|
static java.lang.Integer |
extractKeySize(java.lang.String sslCipherSuite)
Extract the SSL key size of a given cipher suite. |
static java.lang.String[] |
getDisabledCipherSuites(Helper<?> helper)
Returns the list of disabled cipher suites. |
static java.lang.String[] |
getEnabledCipherSuites(Helper<?> helper)
Returns the list of enabled cipher suites. |
static SslContextFactory |
getSslContextFactory(Helper<?> helper)
Returns the SSL context factory. |
Methods inherited from class com.noelios.restlet.http.HttpUtils |
---|
appendComment, appendQuote, appendUriEncoded, createParameter, createVaryHeader, formatProduct, isAlpha, isAsciiChar, isCarriageReturn, isControlChar, isDigit, isDoubleQuote, isHorizontalTab, isLineFeed, isLowerCase, isSeparator, isSpace, isText, isToken, isTokenChar, isUpperCase, readHeader, writeCRLF, writeHeader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpsUtils()
Method Detail |
---|
public static java.lang.Integer extractKeySize(java.lang.String sslCipherSuite)
sslCipherSuite
- The SSL cipher suite.
public static java.lang.String[] getDisabledCipherSuites(Helper<?> helper)
helper
- The helper to use.
public static java.lang.String[] getEnabledCipherSuites(Helper<?> helper)
helper
- The helper to use.
public static SslContextFactory getSslContextFactory(Helper<?> helper)
helper
- The helper to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |