GooglePrivacyDlpV2CryptoDeterministicConfig class Null safety
Pseudonymization method that generates deterministic encryption for the given input.
Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297.
Constructors
- GooglePrivacyDlpV2CryptoDeterministicConfig({GooglePrivacyDlpV2FieldId? context, GooglePrivacyDlpV2CryptoKey? cryptoKey, GooglePrivacyDlpV2InfoType? surrogateInfoType})
- GooglePrivacyDlpV2CryptoDeterministicConfig.fromJson(Map json_)
Properties
- context ↔ GooglePrivacyDlpV2FieldId?
-
A context may be used for higher security and maintaining referential
integrity such that the same identifier in two different contexts will be
given a distinct surrogate.
read / write
- cryptoKey ↔ GooglePrivacyDlpV2CryptoKey?
-
The key used by the encryption function.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- surrogateInfoType ↔ GooglePrivacyDlpV2InfoType?
-
The custom info type to annotate the surrogate with.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited