public static enum Signed.SignatureAlgorithm extends Enum<Signed.SignatureAlgorithm> implements com.google.protobuf.ProtocolMessageEnum
proto.crypto.v1.SignatureAlgorithm| Enum Constant and Description |
|---|
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256
ECDS with SHA256.
|
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384
ECDS with SHA384.
|
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512
ECDS with SHA512.
|
SIGNATURE_ALGORITHM_UNSPECIFIED
Unspecified signature algorithm.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256_VALUE
ECDS with SHA256.
|
static int |
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384_VALUE
ECDS with SHA384.
|
static int |
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512_VALUE
ECDS with SHA512.
|
static int |
SIGNATURE_ALGORITHM_UNSPECIFIED_VALUE
Unspecified signature algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static Signed.SignatureAlgorithm |
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<Signed.SignatureAlgorithm> |
internalGetValueMap() |
static Signed.SignatureAlgorithm |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Signed.SignatureAlgorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Signed.SignatureAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signed.SignatureAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Signed.SignatureAlgorithm SIGNATURE_ALGORITHM_UNSPECIFIED
Unspecified signature algorithm. This value is never valid.
SIGNATURE_ALGORITHM_UNSPECIFIED = 0;public static final Signed.SignatureAlgorithm SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256
ECDS with SHA256.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256 = 1;public static final Signed.SignatureAlgorithm SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384
ECDS with SHA384.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384 = 2;public static final Signed.SignatureAlgorithm SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512
ECDS with SHA512.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512 = 3;public static final Signed.SignatureAlgorithm UNRECOGNIZED
public static final int SIGNATURE_ALGORITHM_UNSPECIFIED_VALUE
Unspecified signature algorithm. This value is never valid.
SIGNATURE_ALGORITHM_UNSPECIFIED = 0;public static final int SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256_VALUE
ECDS with SHA256.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA256 = 1;public static final int SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384_VALUE
ECDS with SHA384.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA384 = 2;public static final int SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512_VALUE
ECDS with SHA512.
SIGNATURE_ALGORITHM_ECDSA_WITH_SHA512 = 3;public static Signed.SignatureAlgorithm[] values()
for (Signed.SignatureAlgorithm c : Signed.SignatureAlgorithm.values()) System.out.println(c);
public static Signed.SignatureAlgorithm 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 Signed.SignatureAlgorithm valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Signed.SignatureAlgorithm forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Signed.SignatureAlgorithm> 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 Signed.SignatureAlgorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.