PKCS5S1ParameterGenerator class
- Implemented types
Constructors
- PKCS5S1ParameterGenerator(Digest digest)
Properties
- digest ↔ Digest
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iterationCount ↔ int
-
getter/setter pair
- password ↔ Uint8List
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salt ↔ Uint8List
-
getter/setter pair
Methods
-
generateDerivedKey(
) → Uint8List -
generateDerivedMacParameters(
int keySize) → KeyParameter -
Generates a derived key with the given
keySize
in bytes used for mac generating.override -
generateDerivedParameters(
int keySize) → KeyParameter -
Generates a derived key with the given
keySize
in bytes.override -
generateDerivedParametersWithIV(
int keySize, int ivSize) → ParametersWithIV< CipherParameters?> -
Generates a derived key with the given
keySize
in bytes and a derived IV with the givenivSize
.override -
init(
Uint8List password, Uint8List salt, int iterationCount) → void -
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
Static Properties
- factoryConfig → FactoryConfig
-
final