Enum DnsSettings.DsRecord.DigestType (0.6.1)

public enum DnsSettings.DsRecord.DigestType extends Enum<DnsSettings.DsRecord.DigestType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIGEST_TYPE_UNSPECIFIED

The DigestType is unspecified.

DIGEST_TYPE_UNSPECIFIED = 0;

DIGEST_TYPE_UNSPECIFIED_VALUE

The DigestType is unspecified.

DIGEST_TYPE_UNSPECIFIED = 0;

GOST3411

GOST R 34.11-94.

GOST3411 = 3;

GOST3411_VALUE

GOST R 34.11-94.

GOST3411 = 3;

SHA1

SHA-1. Not recommended for new deployments.

SHA1 = 1;

SHA1_VALUE

SHA-1. Not recommended for new deployments.

SHA1 = 1;

SHA256

SHA-256.

SHA256 = 2;

SHA256_VALUE

SHA-256.

SHA256 = 2;

SHA384

SHA-384.

SHA384 = 4;

SHA384_VALUE

SHA-384.

SHA384 = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()