public static enum DnsSettings.DsRecord.DigestType extends Enum<DnsSettings.DsRecord.DigestType> implements com.google.protobuf.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| Enum Constant and Description |
|---|
DIGEST_TYPE_UNSPECIFIED
The DigestType is unspecified.
|
GOST3411
GOST R 34.11-94.
|
SHA1
SHA-1.
|
SHA256
SHA-256.
|
SHA384
SHA-384.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DIGEST_TYPE_UNSPECIFIED_VALUE
The DigestType is unspecified.
|
static int |
GOST3411_VALUE
GOST R 34.11-94.
|
static int |
SHA1_VALUE
SHA-1.
|
static int |
SHA256_VALUE
SHA-256.
|
static int |
SHA384_VALUE
SHA-384.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsSettings.DsRecord.DigestType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsRecord.DigestType> |
internalGetValueMap() |
static DnsSettings.DsRecord.DigestType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DnsSettings.DsRecord.DigestType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DnsSettings.DsRecord.DigestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsSettings.DsRecord.DigestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DnsSettings.DsRecord.DigestType DIGEST_TYPE_UNSPECIFIED
The DigestType is unspecified.
DIGEST_TYPE_UNSPECIFIED = 0;public static final DnsSettings.DsRecord.DigestType SHA1
SHA-1. Not recommended for new deployments.
SHA1 = 1;public static final DnsSettings.DsRecord.DigestType SHA256
SHA-256.
SHA256 = 2;public static final DnsSettings.DsRecord.DigestType GOST3411
GOST R 34.11-94.
GOST3411 = 3;public static final DnsSettings.DsRecord.DigestType SHA384
SHA-384.
SHA384 = 4;public static final DnsSettings.DsRecord.DigestType UNRECOGNIZED
public static final int DIGEST_TYPE_UNSPECIFIED_VALUE
The DigestType is unspecified.
DIGEST_TYPE_UNSPECIFIED = 0;public static final int SHA1_VALUE
SHA-1. Not recommended for new deployments.
SHA1 = 1;public static final int SHA256_VALUE
SHA-256.
SHA256 = 2;public static final int GOST3411_VALUE
GOST R 34.11-94.
GOST3411 = 3;public static final int SHA384_VALUE
SHA-384.
SHA384 = 4;public static DnsSettings.DsRecord.DigestType[] values()
for (DnsSettings.DsRecord.DigestType c : DnsSettings.DsRecord.DigestType.values()) System.out.println(c);
public static DnsSettings.DsRecord.DigestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DnsSettings.DsRecord.DigestType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DnsSettings.DsRecord.DigestType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsRecord.DigestType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DnsSettings.DsRecord.DigestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.