public class SslUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Integer |
extractKeySize(java.lang.String sslCipherSuite)
Extract the SSL key size of a given cipher suite.
|
static SslContextFactory |
getSslContextFactory(RestletHelper<?> helper)
Returns the SSL context factory.
|
public static java.lang.Integer extractKeySize(java.lang.String sslCipherSuite)
sslCipherSuite - The SSL cipher suite.public static SslContextFactory getSslContextFactory(RestletHelper<?> helper)
helper - The helper to use.Copyright © 2005-2024 Restlet.