Kea 3.1.1
gss_tsig_context.h File Reference

Implements a TSIGContext derived class which can be used as the value of TSIGContext pointers so with minimal or update to the DNS++ library. More...

#include <dns/tsig.h>
#include <gss_tsig_key.h>
#include <boost/shared_ptr.hpp>
+ Include dependency graph for gss_tsig_context.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::gss_tsig::GssTsigContext
 GSS-TSIG overwrite of the DNS TSIGContext class. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::gss_tsig
 

Typedefs

typedef boost::shared_ptr< GssTsigContextisc::gss_tsig::GssTsigContextPtr
 Type of pointer to a GSS-TSIG context.
 

Detailed Description

Implements a TSIGContext derived class which can be used as the value of TSIGContext pointers so with minimal or update to the DNS++ library.

The constructor takes a GSS-TSIG key to share the associated GSS-API security context.

Definition in file gss_tsig_context.h.