Optional function to decrypt the private key by yourself. Default to AES Decryption
The encrpted private key
The password to decrypt the private key
The plain private key
Delete the key by name
Name of the key
Optional function to encrypt the private key by yourself. Default to AES Encryption
The plain private key
The password to encrypt the private key
The encrypted private key
Get the encrypted private key by name
Name of the key
The encrypted private key object or undefined
Save the encrypted private key to app
Name of the key
The encrypted private key object
Generated using TypeDoc
Key DAO Interface, to be implemented by apps if they need the key management.