pub fn decrypt_with_key( key_id: &str, ciphertext: &str, associated_data: Option<&[u8]>, ) -> Result<String>
Decrypt text using a stored key