KeyEncrypterKdf class

Constructors

KeyEncrypterKdf(Argon2 argon2)

Properties

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

Methods

encrypt(Uint8List key, VarDictionary kdfParameters) Future<Uint8List>
encryptAes(Uint8List key, VarDictionary kdfParameters) Future<Uint8List>
encryptArgon2(Uint8List key, VarDictionary kdfParameters) Future<Uint8List>
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 Methods

encryptAesAsync(EncryptAesArgs args) Future<Uint8List>
kdfTypeFor(VarDictionary kdfParameters) KdfType
kdfUuidForType(KdfType type) KdbxUuid

Constants

kdfUuids → const Map<String, KdfType>