Package com.ibm.cloud.is.vpc.v1.model
Interface IPsecPolicy.AuthenticationAlgorithm
-
- Enclosing class:
- IPsecPolicy
public static interface IPsecPolicy.AuthenticationAlgorithm
The authentication algorithm The `md5` and `sha1` algorithms have been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
DISABLED
static final String DISABLED
disabled.- See Also:
- Constant Field Values
-
MD5
static final String MD5
md5.- See Also:
- Constant Field Values
-
SHA1
static final String SHA1
sha1.- See Also:
- Constant Field Values
-
SHA256
static final String SHA256
sha256.- See Also:
- Constant Field Values
-
SHA384
static final String SHA384
sha384.- See Also:
- Constant Field Values
-
SHA512
static final String SHA512
sha512.- See Also:
- Constant Field Values
-
-