KdfField<T extends Object> class

Constructors

KdfField(String field, ValueType<T> type)

Properties

field String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → ValueType<T>
final

Methods

debug(VarDictionary dict) String
item(T value) → VarDictionaryItem<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(VarDictionary dict) → T?
toString() String
A string representation of this object.
inherited
write(VarDictionary dict, T value) → void

Operators

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

Static Properties

assocData KdfField<Uint8List>
final
fields List<KdfField<Object>>
final
iterations KdfField<int>
final
memory KdfField<int>
final
parallelism KdfField<int>
final
rounds KdfField<int>
final
salt KdfField<Uint8List>
final
secretKey KdfField<Uint8List>
final
uuid KdfField<Uint8List>
final
version KdfField<int>
final

Static Methods

debugAll(VarDictionary dict) → void