MasterKeyComponents class
A collection of properties that are used to generate a master key.
- Annotations
-
- @freezed
Constructors
- MasterKeyComponents({required String password, required Uint8List salt, int? opsLimit, int? memLimit})
-
Default constructor.
constfactory
Properties
-
copyWith
→ $MasterKeyComponentsCopyWith<
MasterKeyComponents> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- memLimit → int?
-
Optional setting for memLimit.
no setterinherited
- opsLimit → int?
-
Optional setting for opsLimit.
no setterinherited
- password → String
-
The password to derive the master key from.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salt → Uint8List
-
A salt to be combined with the password.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited