public class OpenSSLCipherConfigurationParser extends Object
| Constructor and Description |
|---|
OpenSSLCipherConfigurationParser() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
convertForJSSE(Collection<Cipher> ciphers) |
static String |
jsseToOpenSSL(String cipher) |
static LinkedHashSet<Cipher> |
parse(String expression) |
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 LinkedHashSet<Cipher> parse(String expression)
public static List<String> convertForJSSE(Collection<Cipher> ciphers)
public static List<String> parseExpression(String expression)
expression - the openssl expression to define a list of cipher.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.