Botan 3.3.0
Crypto and TLS for C&
Public Member Functions | List of all members
Botan::PK_Ops::Decryption Class Referenceabstract

#include <pk_ops.h>

Inheritance diagram for Botan::PK_Ops::Decryption:
Botan::PK_Ops::Decryption_with_EME

Public Member Functions

virtual secure_vector< uint8_t > decrypt (uint8_t &valid_mask, const uint8_t ciphertext[], size_t ciphertext_len)=0
 
virtual size_t plaintext_length (size_t ctext_len) const =0
 
virtual ~Decryption ()=default
 

Detailed Description

Public key decryption interface

Definition at line 55 of file pk_ops.h.

Constructor & Destructor Documentation

◆ ~Decryption()

virtual Botan::PK_Ops::Decryption::~Decryption ( )
virtualdefault

Member Function Documentation

◆ decrypt()

virtual secure_vector< uint8_t > Botan::PK_Ops::Decryption::decrypt ( uint8_t & valid_mask,
const uint8_t ciphertext[],
size_t ciphertext_len )
pure virtual

◆ plaintext_length()

virtual size_t Botan::PK_Ops::Decryption::plaintext_length ( size_t ctext_len) const
pure virtual

The documentation for this class was generated from the following file: