Package com.ibm.cloud.is.vpc.v1.model
Interface CreateIpsecPolicyOptions.EncryptionAlgorithm
-
- Enclosing class:
- CreateIpsecPolicyOptions
public static interface CreateIpsecPolicyOptions.EncryptionAlgorithm
The encryption algorithm The `authentication_algorithm` must be `disabled` if and only if `encryption_algorithm` is `aes128gcm16`, `aes192gcm16`, or `aes256gcm16` The `triple_des` algorithm has been deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AES128
aes128.static String
AES128GCM16
aes128gcm16.static String
AES192
aes192.static String
AES192GCM16
aes192gcm16.static String
AES256
aes256.static String
AES256GCM16
aes256gcm16.
-
-
-
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
-
-