DateShiftConfig class
Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.
Constructors
- DateShiftConfig({String? cryptoKey, KmsWrappedCryptoKey? kmsWrapped})
- DateShiftConfig.fromJson(Map json_)
Properties
- cryptoKey ↔ String?
-
An AES 128/192/256 bit key.
getter/setter pair
-
cryptoKeyAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsWrapped ↔ KmsWrappedCryptoKey?
-
KMS wrapped key.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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