Package com.ibm.cloud.is.vpc.v1.model
Interface IKEPolicy.EncryptionAlgorithm
-
- Enclosing class:
- IKEPolicy
public static interface IKEPolicy.EncryptionAlgorithm
The encryption algorithm. The `triple_des` algorithm has been deprecated. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
AES128
static final String AES128
aes128.- See Also:
- Constant Field Values
-
AES192
static final String AES192
aes192.- See Also:
- Constant Field Values
-
AES256
static final String AES256
aes256.- See Also:
- Constant Field Values
-
TRIPLE_DES
static final String TRIPLE_DES
triple_des.- See Also:
- Constant Field Values
-
-