public class OpenSSLCipherConfigurationParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXPRESSION_KEY
System property key to define the DEFAULT ciphers.
|
Constructor and Description |
---|
OpenSSLCipherConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
parseExpression(String expression)
Parse the specified expression according to the OpenSSL syntax and returns a list of standard cipher names.
|
public static final String DEFAULT_EXPRESSION_KEY
public static List<String> parseExpression(String expression)
expression:
- the openssl expression to define a list of cipher.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.