Struct botan::Decryptor[][src]

pub struct Decryptor { /* fields omitted */ }

An object that can perform public key decryption

Methods

impl Decryptor
[src]

Create a new decryption object

Decrypt a message

Trait Implementations

impl Debug for Decryptor
[src]

Formats the value using the given formatter. Read more

impl Drop for Decryptor
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Decryptor

impl !Sync for Decryptor