public static enum Drkey.Protocol extends Enum<Drkey.Protocol> implements com.google.protobuf.ProtocolMessageEnum
proto.drkey.v1.Protocol| Enum Constant and Description |
|---|
PROTOCOL_GENERIC_UNSPECIFIED
Generic is used to derive keys in the generic derivation scheme
|
PROTOCOL_SCMP
SCMP protocol
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PROTOCOL_GENERIC_UNSPECIFIED_VALUE
Generic is used to derive keys in the generic derivation scheme
|
static int |
PROTOCOL_SCMP_VALUE
SCMP protocol
|
| Modifier and Type | Method and Description |
|---|---|
static Drkey.Protocol |
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<Drkey.Protocol> |
internalGetValueMap() |
static Drkey.Protocol |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Drkey.Protocol |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Drkey.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Drkey.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Drkey.Protocol PROTOCOL_GENERIC_UNSPECIFIED
Generic is used to derive keys in the generic derivation scheme
PROTOCOL_GENERIC_UNSPECIFIED = 0;public static final Drkey.Protocol PROTOCOL_SCMP
SCMP protocol
PROTOCOL_SCMP = 1;public static final Drkey.Protocol UNRECOGNIZED
public static final int PROTOCOL_GENERIC_UNSPECIFIED_VALUE
Generic is used to derive keys in the generic derivation scheme
PROTOCOL_GENERIC_UNSPECIFIED = 0;public static final int PROTOCOL_SCMP_VALUE
SCMP protocol
PROTOCOL_SCMP = 1;public static Drkey.Protocol[] values()
for (Drkey.Protocol c : Drkey.Protocol.values()) System.out.println(c);
public static Drkey.Protocol 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 Drkey.Protocol valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Drkey.Protocol forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Drkey.Protocol> 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 Drkey.Protocol valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.