Decrypt the given encrypted (AES) key. Get your keys from indexedDB, or use the use the passed in key to decrypt the given encrypted AES key.
The encrypted key, returned by create -- message.devices[name].aes
create
message.devices[name].aes
Optional
The keypair to use to decrypt
The symmetric key
Decrypt the given encrypted (AES) key. Get your keys from indexedDB, or use the use the passed in key to decrypt the given encrypted AES key.