pub fn decrypt(
    context: &mut Context,
    ciphertext: Ciphertext
) -> Result<Plaintext>
Expand description

Decrypt ciphertext.

  • context: GPGME context
  • ciphertext: ciphertext to decrypt