NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

IkeDigestAlgorithm (schema)

Digest Algorithms used in IKE negotiations

The IkeDigestAlgorithms are used to verify message
integrity during Ike negotiation. SHA1 produces 160
bits hash and SHA2_XXX produces XXX bit hash.
Please note, SHA1 is deprecated. Please use some other
Digest Algorithm such as SHA2_256, SHA2_384 or SHA2_512.

Name Description Type Notes
IkeDigestAlgorithm Digest Algorithms used in IKE negotiations

The IkeDigestAlgorithms are used to verify message
integrity during Ike negotiation. SHA1 produces 160
bits hash and SHA2_XXX produces XXX bit hash.
Please note, SHA1 is deprecated. Please use some other
Digest Algorithm such as SHA2_256, SHA2_384 or SHA2_512.
string Enum: SHA1, SHA2_256, SHA2_384, SHA2_512