Botan  1.10.9
Public Member Functions | List of all members
Botan::PK_Ops::Encryption Class Referenceabstract

#include <pk_ops.h>

Inheritance diagram for Botan::PK_Ops::Encryption:
Botan::ElGamal_Encryption_Operation Botan::RSA_Public_Operation

Public Member Functions

virtual SecureVector< 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 21 of file pk_ops.h.

Constructor & Destructor Documentation

virtual Botan::PK_Ops::Encryption::~Encryption ( )
inlinevirtual

Definition at line 29 of file pk_ops.h.

29 {}

Member Function Documentation

virtual SecureVector<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: