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

#include <pk_ops.h>

List of all members.

Public Types

typedef PK_Spec< Private_KeySpec

Public Member Functions

virtual secure_vector< byteagree (const byte w[], size_t w_len)=0
virtual ~Key_Agreement ()

Detailed Description

A generic key agreement Operation (eg DH or ECDH)

Definition at line 170 of file pk_ops.h.


Member Typedef Documentation

Definition at line 181 of file pk_ops.h.


Constructor & Destructor Documentation

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

Definition at line 183 of file pk_ops.h.

{}

Member Function Documentation

virtual secure_vector<byte> Botan::PK_Ops::Key_Agreement::agree ( const byte  w[],
size_t  w_len 
) [pure virtual]

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