GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig constructor
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig({
- String? commonAlphabet,
- GooglePrivacyDlpV2FieldId? context,
- GooglePrivacyDlpV2CryptoKey? cryptoKey,
- String? customAlphabet,
- int? radix,
- GooglePrivacyDlpV2InfoType? surrogateInfoType,
Implementation
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig({
this.commonAlphabet,
this.context,
this.cryptoKey,
this.customAlphabet,
this.radix,
this.surrogateInfoType,
});