public class OpenSSLCipherConfigurationParser
extends java.lang.Object
Constructor and Description |
---|
OpenSSLCipherConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
convertForJSSE(java.util.Collection<Cipher> ciphers) |
static java.lang.String |
jsseToOpenSSL(java.lang.String jsseCipherName)
Converts a JSSE cipher name to an OpenSSL cipher name.
|
static java.util.LinkedHashSet<Cipher> |
parse(java.lang.String expression) |
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 JSSE cipher names.
|
public static java.util.LinkedHashSet<Cipher> parse(java.lang.String expression)
public static java.util.List<java.lang.String> convertForJSSE(java.util.Collection<Cipher> ciphers)
public static java.util.List<java.lang.String> parseExpression(java.lang.String expression)
expression
- the openssl expression to define a list of cipher.public static java.lang.String jsseToOpenSSL(java.lang.String jsseCipherName)
jsseCipherName
- The JSSE name for a cipherCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.