public enum CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet extends Enum<CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet> implements 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
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALPHA_NUMERIC |
|
ALPHA_NUMERIC_VALUE |
|
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED |
Unused. |
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED_VALUE |
Unused. |
HEXADECIMAL |
|
HEXADECIMAL_VALUE |
|
NUMERIC |
|
NUMERIC_VALUE |
|
UNRECOGNIZED |
|
UPPER_CASE_ALPHA_NUMERIC |
|
UPPER_CASE_ALPHA_NUMERIC_VALUE |
|
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |