KdfData class

Constructors

KdfData(KdfAlgorithm algorithm, HashAlgorithm hashAlgorithm, int iterationCount, Iterable<int>? pw1SaltBytes, Iterable<int> pw3SaltBytes)
const
KdfData.parse(List<int> data)
factory

Properties

algorithm KdfAlgorithm
final
hashAlgorithm HashAlgorithm
final
hashCode int
The hash code for this object.
no setterinherited
iterationCount int
final
pw1SaltBytes Iterable<int>?
final
pw3SaltBytes Iterable<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

kdfItersaltedS2k(Iterable<int> pin, Iterable<int> salt) Future<Iterable<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(int pw, Iterable<int> pin) Future<Iterable<int>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited