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

#include <pk_ops.h>

Inheritance diagram for Botan::PK_Ops::Encryption:
Botan::McEliece_Public_Operation

List of all members.

Public Types

typedef PK_Spec< Public_KeySpec

Public Member Functions

virtual secure_vector< byteencrypt (const byte msg[], size_t msg_len, RandomNumberGenerator &rng)=0
virtual size_t max_input_bits () const =0
virtual ~Encryption ()

Detailed Description

Public key encryption interface

Definition at line 40 of file pk_ops.h.


Member Typedef Documentation

Definition at line 47 of file pk_ops.h.


Constructor & Destructor Documentation

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

Definition at line 49 of file pk_ops.h.

{}

Member Function Documentation

virtual secure_vector<byte> Botan::PK_Ops::Encryption::encrypt ( const byte  msg[],
size_t  msg_len,
RandomNumberGenerator rng 
) [pure virtual]
virtual size_t Botan::PK_Ops::Encryption::max_input_bits ( ) const [pure virtual]

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