Package com.ibm.cloud.is.vpc.v1.model
Interface IPsecPolicy.EncryptionAlgorithm
-
- Enclosing class:
- IPsecPolicy
public static interface IPsecPolicy.EncryptionAlgorithmThe encryption algorithm The `triple_des` algorithm has been deprecated The `authentication_algorithm` must be `disabled` if and only if `encryption_algorithm` is `aes128gcm16`, `aes192gcm16`, or `aes256gcm16`.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAES128aes128.static StringAES128GCM16aes128gcm16.static StringAES192aes192.static StringAES192GCM16aes192gcm16.static StringAES256aes256.static StringAES256GCM16aes256gcm16.static StringTRIPLE_DEStriple_des.
-
-
-
Field Detail
-
AES128
static final String AES128
aes128.- See Also:
- Constant Field Values
-
AES128GCM16
static final String AES128GCM16
aes128gcm16.- See Also:
- Constant Field Values
-
AES192
static final String AES192
aes192.- See Also:
- Constant Field Values
-
AES192GCM16
static final String AES192GCM16
aes192gcm16.- See Also:
- Constant Field Values
-
AES256
static final String AES256
aes256.- See Also:
- Constant Field Values
-
AES256GCM16
static final String AES256GCM16
aes256gcm16.- See Also:
- Constant Field Values
-
TRIPLE_DES
static final String TRIPLE_DES
triple_des.- See Also:
- Constant Field Values
-
-