Botan  1.11.15
Public Types | Public Member Functions
Botan::PK_Ops::Decryption Class Reference

#include <pk_ops.h>

Inheritance diagram for Botan::PK_Ops::Decryption:
Botan::McEliece_Private_Operation

List of all members.

Public Types

typedef PK_Spec< Private_KeySpec

Public Member Functions

virtual secure_vector< bytedecrypt (const byte msg[], size_t msg_len)=0
virtual size_t max_input_bits () const =0
virtual ~Decryption ()

Detailed Description

Public key decryption interface

Definition at line 55 of file pk_ops.h.


Member Typedef Documentation

Definition at line 62 of file pk_ops.h.


Constructor & Destructor Documentation

virtual Botan::PK_Ops::Decryption::~Decryption ( ) [inline, virtual]

Definition at line 64 of file pk_ops.h.

{}

Member Function Documentation

virtual secure_vector<byte> Botan::PK_Ops::Decryption::decrypt ( const byte  msg[],
size_t  msg_len 
) [pure virtual]
virtual size_t Botan::PK_Ops::Decryption::max_input_bits ( ) const [pure virtual]

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