public static enum PhaseOneConfigDetails.EncryptionAlgorithm extends Enum<PhaseOneConfigDetails.EncryptionAlgorithm> implements BmcEnum
The custom encryption algorithm proposed during phase one tunnel negotiation.
Modifier and Type | Method and 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.
|
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes256Cbc
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes192Cbc
public static final PhaseOneConfigDetails.EncryptionAlgorithm Aes128Cbc
public static PhaseOneConfigDetails.EncryptionAlgorithm[] values()
for (PhaseOneConfigDetails.EncryptionAlgorithm c : PhaseOneConfigDetails.EncryptionAlgorithm.values()) System.out.println(c);
public static PhaseOneConfigDetails.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 PhaseOneConfigDetails.EncryptionAlgorithm create(String key)
Copyright © 2016–2024. All rights reserved.