KeyDerivatorBase class abstract

Constructors

KeyDerivatorBase()
const

Properties

derivedKeyLength int
The length of derived key in bytes
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The name of this algorithm
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert(List<int> password) HashDigest
Generate a derived key from a password
hex(List<int> password) String
Returns the derived key in hexadecimal.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
string(String password, [Encoding? encoding]) HashDigest
Process the password string and returns derived key as HashDigest.
toString() String
A string representation of this object.
inherited
verify(List<int> derivedKey, List<int> password) bool
Verify if the derivedKey was derived from the original password using the current parameters.

Operators

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