digestType property

String? digestType
getter/setter pair

The hash function used to generate the digest of the referenced DNSKEY. Possible string values are:

  • "DIGEST_TYPE_UNSPECIFIED" : The DigestType is unspecified.
  • "SHA1" : SHA-1. Not recommended for new deployments.
  • "SHA256" : SHA-256.
  • "GOST3411" : GOST R 34.11-94.
  • "SHA384" : SHA-384.

Implementation

core.String? digestType;