PBEParametersGenerator class abstract

Implementers

Constructors

PBEParametersGenerator(String algorithmName)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateDerivedMacParameters(int keySize) KeyParameter
Generates a derived key with the given keySize in bytes used for mac generating.
generateDerivedParameters(int keySize) KeyParameter
Generates a derived key with the given keySize in bytes.
generateDerivedParametersWithIV(int keySize, int ivSize) ParametersWithIV<CipherParameters?>
Generates a derived key with the given keySize in bytes and a derived IV with the given ivSize.
init(Uint8List password, Uint8List salt, int iterationCount) → void
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