SetLocalSecretKeyAndSalt class
Use to directly (without doing password hashing) set the SecretKey
and PasswordSalt
for
read or write access.
- Inheritance
-
- Object
- SetLocalSecret
- SetLocalSecretKeyAndSalt
- Available extensions
Constructors
- SetLocalSecretKeyAndSalt.new({required SecretKey key, required PasswordSalt salt})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → SecretKey
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salt → PasswordSalt
-
final
Methods
-
encode(
Packer p) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLocalSecret(
) → LocalSecret -
Available on SetLocalSecret, provided by the SetLocalSecretExtension extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited