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

#include <pk_ops.h>

Inheritance diagram for Botan::PK_Ops::Key_Agreement:
Botan::DH_KA_Operation Botan::ECDH_KA_Operation

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 156 of file pk_ops.h.

156 {}

Member Function Documentation

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