K4SecretPw class
Constructors
- K4SecretPw(Uint8List bytes)
Properties
Methods
-
encode(
) → String -
inherited
-
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
Static Methods
-
unwrap(
String serialized, String password) → Future< K4SecretKey> -
wrap(
K4SecretKey key, String password, {int memoryCost = defaultMemoryCost, int timeCost = defaultTimeCost, int parallelism = defaultParallelism}) → Future< K4SecretPw>
Constants
- defaultMemoryCost → const int
- defaultParallelism → const int
- defaultTimeCost → const int
- nonceLength → const int
- saltLength → const int
- tagLength → const int