public class OpenSSLCipherConfigurationParser extends Object
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 List<String> parseExpression(String expression)
expression
- the openssl expression to define a list of cipher.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.