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 SslContextFactory |
getSslContextFactory(RestletHelper<?> helper)
Returns the SSL context factory.
|
public static Integer extractKeySize(String sslCipherSuite)
sslCipherSuite - The SSL cipher suite.public static SslContextFactory getSslContextFactory(RestletHelper<?> helper)
helper - The helper to use.Copyright © 2005–2025. All rights reserved.