Google Cloud Domains V1alpha2 Client - Class DigestType (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class DigestType.

List of hash functions that may have been used to generate a digest of a DNSKEY.

Protobuf type google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType

Namespace

Google \ Cloud \ Domains \ V1alpha2 \ DnsSettings \ DsRecord

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DIGEST_TYPE_UNSPECIFIED

Value: 0

The DigestType is unspecified.

Generated from protobuf enum DIGEST_TYPE_UNSPECIFIED = 0;

SHA1

Value: 1

SHA-1. Not recommended for new deployments.

Generated from protobuf enum SHA1 = 1;

SHA256

Value: 2

SHA-256.

Generated from protobuf enum SHA256 = 2;

GOST3411

Value: 3

GOST R 34.11-94.

Generated from protobuf enum GOST3411 = 3;

SHA384

Value: 4

SHA-384.

Generated from protobuf enum SHA384 = 4;