public static enum CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet extends Enum<CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet> implements com.google.protobuf.ProtocolMessageEnum
These are commonly used subsets of the alphabet that the FFX mode natively supports. In the algorithm, the alphabet is selected using the "radix". Therefore each corresponds to a particular radix.Protobuf enum
google.privacy.dlp.v2.CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet| Enum Constant and Description |
|---|
ALPHA_NUMERIC
`[0-9A-Za-z]` (radix of 62)
|
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED
Unused.
|
HEXADECIMAL
`[0-9A-F]` (radix of 16)
|
NUMERIC
`[0-9]` (radix of 10)
|
UNRECOGNIZED |
UPPER_CASE_ALPHA_NUMERIC
`[0-9A-Z]` (radix of 36)
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ALPHA_NUMERIC_VALUE
`[0-9A-Za-z]` (radix of 62)
|
static int |
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED_VALUE
Unused.
|
static int |
HEXADECIMAL_VALUE
`[0-9A-F]` (radix of 16)
|
static int |
NUMERIC_VALUE
`[0-9]` (radix of 10)
|
static int |
UPPER_CASE_ALPHA_NUMERIC_VALUE
`[0-9A-Z]` (radix of 36)
|
| Modifier and Type | Method and Description |
|---|---|
static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet |
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<CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet> |
internalGetValueMap() |
static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED
Unused.
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = 0;public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet NUMERIC
`[0-9]` (radix of 10)
NUMERIC = 1;public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet HEXADECIMAL
`[0-9A-F]` (radix of 16)
HEXADECIMAL = 2;public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet UPPER_CASE_ALPHA_NUMERIC
`[0-9A-Z]` (radix of 36)
UPPER_CASE_ALPHA_NUMERIC = 3;public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet ALPHA_NUMERIC
`[0-9A-Za-z]` (radix of 62)
ALPHA_NUMERIC = 4;public static final CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet UNRECOGNIZED
public static final int FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED_VALUE
Unused.
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = 0;public static final int NUMERIC_VALUE
`[0-9]` (radix of 10)
NUMERIC = 1;public static final int HEXADECIMAL_VALUE
`[0-9A-F]` (radix of 16)
HEXADECIMAL = 2;public static final int UPPER_CASE_ALPHA_NUMERIC_VALUE
`[0-9A-Z]` (radix of 36)
UPPER_CASE_ALPHA_NUMERIC = 3;public static final int ALPHA_NUMERIC_VALUE
`[0-9A-Za-z]` (radix of 62)
ALPHA_NUMERIC = 4;public static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet[] values()
for (CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet c : CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet.values()) System.out.println(c);
public static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet 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 CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet> 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 CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.