Enum PhaseOneConfigDetails.EncryptionAlgorithm
- java.lang.Object
-
- java.lang.Enum<PhaseOneConfigDetails.EncryptionAlgorithm>
-
- com.oracle.bmc.vnmonitoring.model.PhaseOneConfigDetails.EncryptionAlgorithm
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<PhaseOneConfigDetails.EncryptionAlgorithm>
- Enclosing class:
- PhaseOneConfigDetails
public static enum PhaseOneConfigDetails.EncryptionAlgorithm extends Enum<PhaseOneConfigDetails.EncryptionAlgorithm> implements BmcEnum
The custom encryption algorithm proposed during phase one tunnel negotiation.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhaseOneConfigDetails.EncryptionAlgorithm
create(String key)
String
getValue()
static PhaseOneConfigDetails.EncryptionAlgorithm
valueOf(String name)
Returns the enum constant of this type with the specified name.static PhaseOneConfigDetails.EncryptionAlgorithm[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Aes256Cbc
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes256Cbc
-
Aes192Cbc
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes192Cbc
-
Aes128Cbc
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes128Cbc
-
-
Method Detail
-
values
public static PhaseOneConfigDetails.EncryptionAlgorithm[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PhaseOneConfigDetails.EncryptionAlgorithm c : PhaseOneConfigDetails.EncryptionAlgorithm.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PhaseOneConfigDetails.EncryptionAlgorithm valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static PhaseOneConfigDetails.EncryptionAlgorithm create(String key)
-
-