GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig constructor

GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig({
  1. String? commonAlphabet,
  2. GooglePrivacyDlpV2FieldId? context,
  3. GooglePrivacyDlpV2CryptoKey? cryptoKey,
  4. String? customAlphabet,
  5. int? radix,
  6. GooglePrivacyDlpV2InfoType? surrogateInfoType,
})

Implementation

GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig({
  this.commonAlphabet,
  this.context,
  this.cryptoKey,
  this.customAlphabet,
  this.radix,
  this.surrogateInfoType,
});