public class OpenSSLCipherConfigurationParser
extends java.lang.Object
Constructor and Description |
---|
OpenSSLCipherConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
parseExpression(java.lang.String expression)
Parse the specified expression according to the OpenSSL syntax and returns a list of standard cipher names.
|
public static java.util.List<java.lang.String> parseExpression(java.lang.String expression)
expression
- the openssl expression to define a list of cipher.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.