Kea 3.1.1
isc::gss_tsig::TKeyExchange::Callback Class Referenceabstract

Callback for the TKeyExchange class. More...

#include <tkey_exchange.h>

+ Inheritance diagram for isc::gss_tsig::TKeyExchange::Callback:

Public Member Functions

virtual ~Callback ()
 Virtual destructor.
 
virtual void operator() (TKeyExchange::Status status)=0
 Function operator implementing a callback.
 

Detailed Description

Callback for the TKeyExchange class.

This is an abstract class which represents the external callback for the TKeyExchange. Caller must implement this class and supply its instance in the TKeyExchange constructor to get callbacks when the TKEY exchange is complete (

See also
TKeyExchange).

Definition at line 58 of file tkey_exchange.h.

Constructor & Destructor Documentation

◆ ~Callback()

virtual isc::gss_tsig::TKeyExchange::Callback::~Callback ( )
inlinevirtual

Virtual destructor.

Definition at line 61 of file tkey_exchange.h.

Member Function Documentation

◆ operator()()

virtual void isc::gss_tsig::TKeyExchange::Callback::operator() ( TKeyExchange::Status status)
pure virtual

Function operator implementing a callback.

Parameters
statusa TKeyExchange::Status enum representing status code of TKeyExchange operation.

Implemented in isc::gss_tsig::ManagedKey.


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