Initializes a new instance of KeyEntryStorage
.
Instance configuration.
Removes all of the stored entries.
Checks if key entry exists by name.
true
if key entry exists, or false
otherwise.Retrieves a collection of all stored entries.
Retrieves key entry by name.
Promise resolved with stored entry
or null
if entry with the given name does not exist.
Removes key entry by name.
true
if key entry was removed, or false
otherwise.
Class responsible for persisting private key bytes with optional user-defined metadata.