PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow class

Password Kdf Algo S H A256 S H A256 P B K D F2 H M A C S H A512iter100000 S H A256 Mod Pow.

ID: 3a912d4a.

Inheritance

Constructors

PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow({required Uint8List salt1, required Uint8List salt2, required int g, required Uint8List p})
Password Kdf Algo S H A256 S H A256 P B K D F2 H M A C S H A512iter100000 S H A256 Mod Pow constructor.
const
PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

g int
G.
final
hashCode int
The hash code for this object.
no setterinherited
p Uint8List
P.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt1 Uint8List
Salt1.
final
salt2 Uint8List
Salt2.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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