Data Loss Prevention V2 Client - Class FfxCommonNativeAlphabet (1.10.2)

Reference documentation and code samples for the Data Loss Prevention V2 Client class FfxCommonNativeAlphabet.

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 type google.privacy.dlp.v2.CryptoReplaceFfxFpeConfig.FfxCommonNativeAlphabet

Namespace

Google \ Cloud \ Dlp \ V2 \ CryptoReplaceFfxFpeConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = 0;

NUMERIC

Value: 1

[0-9] (radix of 10)

Generated from protobuf enum NUMERIC = 1;

HEXADECIMAL

Value: 2

[0-9A-F] (radix of 16)

Generated from protobuf enum HEXADECIMAL = 2;

UPPER_CASE_ALPHA_NUMERIC

Value: 3

[0-9A-Z] (radix of 36)

Generated from protobuf enum UPPER_CASE_ALPHA_NUMERIC = 3;

ALPHA_NUMERIC

Value: 4

[0-9A-Za-z] (radix of 62)

Generated from protobuf enum ALPHA_NUMERIC = 4;