GooglePrivacyDlpV2CryptoDeterministicConfig class
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.
getter/setter pair
- cryptoKey ↔ GooglePrivacyDlpV2CryptoKey?
-
The key used by the encryption function.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surrogateInfoType ↔ GooglePrivacyDlpV2InfoType?
-
The custom info type to annotate the surrogate with.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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