public static enum PhaseTwoConfigDetails.EncryptionAlgorithm extends Enum<PhaseTwoConfigDetails.EncryptionAlgorithm> implements BmcEnum
The encryption algorithm proposed during phase two tunnel negotiation.
Enum Constant and Description |
---|
Aes128Cbc |
Aes128Gcm |
Aes192Cbc |
Aes192Gcm |
Aes256Cbc |
Aes256Gcm |
Modifier and Type | Method and Description |
---|---|
static PhaseTwoConfigDetails.EncryptionAlgorithm |
create(String key) |
String |
getValue() |
static PhaseTwoConfigDetails.EncryptionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseTwoConfigDetails.EncryptionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes256Gcm
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes192Gcm
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes128Gcm
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes256Cbc
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes192Cbc
public static final PhaseTwoConfigDetails.EncryptionAlgorithm Aes128Cbc
public static PhaseTwoConfigDetails.EncryptionAlgorithm[] values()
for (PhaseTwoConfigDetails.EncryptionAlgorithm c : PhaseTwoConfigDetails.EncryptionAlgorithm.values()) System.out.println(c);
public static PhaseTwoConfigDetails.EncryptionAlgorithm 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 static PhaseTwoConfigDetails.EncryptionAlgorithm create(String key)
Copyright © 2016–2024. All rights reserved.