Package com.ibm.cloud.is.vpc.v1.model
Interface IPsecPolicy.EncryptionAlgorithm
-
- Enclosing class:
- IPsecPolicy
public static interface IPsecPolicy.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 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.static String
TRIPLE_DES
triple_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
-
-