DartPbkdf2 class
Pbkdf2 implemented in pure Dart.
- Inheritance
-
- Object
- KdfAlgorithm
- Pbkdf2
- DartPbkdf2
Constructors
- DartPbkdf2({required MacAlgorithm macAlgorithm, required int iterations, required int bits})
-
const
Properties
- bits → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iterations → int
-
final
- macAlgorithm → MacAlgorithm
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deriveKey(
{required SecretKey secretKey, required List< int> nonce}) → Future<SecretKey> -
Generates a new secret key from a secret key and a nonce.
override
-
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