public enum CipherSuiteMapping extends Enum<CipherSuiteMapping>
| Enum Constant and Description |
|---|
IBM_CIPHER_SUITES |
NONE |
ORACLE_CIPHER_SUITES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseIbmMapping() |
static CipherSuiteMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherSuiteMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CipherSuiteMapping ORACLE_CIPHER_SUITES
public static final CipherSuiteMapping IBM_CIPHER_SUITES
public static final CipherSuiteMapping NONE
public static CipherSuiteMapping[] values()
for (CipherSuiteMapping c : CipherSuiteMapping.values()) System.out.println(c);
public static CipherSuiteMapping valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isUseIbmMapping()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.