Package com.ibm.cloud.is.vpc.v1.model
Interface IKEPolicy.AuthenticationAlgorithm
-
- Enclosing class:
- IKEPolicy
public static interface IKEPolicy.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
-
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
-
-