Optionaloptions: AbortOptionsCreate a key of the passed type and store it under the specified name. A cryptography implementation must be configured for the key type (defaults to Ed25519).
Optionaloptions: AbortOptions & Record<string, any>Import a new private key.
The type parameter must match a supported cryptography implementation.
The default supported key types are Ed25519 and RSA, others may be
added through configuration.
Optionaloptions: AbortOptionsAttempts to load a public key from a serialized protobuf message conforming
to the PublicKey message.
Optionaloptions: AbortOptionsRemoves a key from the keychain.
Optionaloptions: AbortOptionsRename a key in the keychain. This is done in a batch commit with rollback so errors thrown during the operation will not cause key loss.
Optionaloptions: AbortOptionsRe-encrypt all keys in the keychain using a crypto graphic key derived from the password
Optionaloptions: AbortOptions
Export an existing private key.