KeyStoreManager class

Constructors

KeyStoreManager({Directory? walletPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
keyStoreInUse KeyStore?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletPath Directory?
getter/setter pair

Methods

createFromMnemonic(String mnemonic, String passphrase, String? name) Future<File>
createNew(String passphrase, String? name) Future<File>
findKeyStore(String name) Future<File?>
getMnemonicInUse() String?
listAllKeyStores() Future<List<File>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readKeyStore(String password, File keyStoreFile) Future<KeyStore>
saveKeyStore(KeyStore store, String password, {String? name}) Future<File>
setKeyStore(KeyStore keyStore) → void
toString() String
A string representation of this object.
inherited

Operators

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