GenerateKeys class

Constructors

GenerateKeys()

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

deserializeBigInt(Uint8List array) BigInt
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serializeBigInt(BigInt bi) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

keyPrefixes Map<PrefixEnum, String>
getter/setter pair

Static Methods

computeKeyHash(Uint8List publicKey, String hint) String
readKeysWithHint(Uint8List key, String hint) String
writeKeyWithHint(String key, String hint) Uint8List