K4LocalPw class

Inheritance

Constructors

K4LocalPw.new(Uint8List bytes)

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String
finalinherited
rawBytes Uint8List
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<K4LocalKey>
wrap(K4LocalKey key, String password, {int memoryCost = defaultMemoryCost, int timeCost = defaultTimeCost, int parallelism = defaultParallelism}) Future<K4LocalPw>

Constants

defaultMemoryCost → const int
defaultParallelism → const int
defaultTimeCost → const int
nonceLength → const int
saltLength → const int
tagLength → const int