|  | Kea 3.1.0
    | 
#include <ostream>#include <string>#include <boost/shared_ptr.hpp>#include <util/buffer.h>#include <dns/name.h>#include <dns/rdataclass.h>Go to the source code of this file.
| Classes | |
| class | isc::dns::TSIGRecord | 
| TSIG resource record.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::dns | 
| Typedefs | |
| typedef boost::shared_ptr< const TSIGRecord > | isc::dns::ConstTSIGRecordPtr | 
| A pointer-like type pointing to an immutable TSIGRecordobject. | |
| typedef boost::shared_ptr< TSIGRecord > | isc::dns::TSIGRecordPtr | 
| A pointer-like type pointing to a TSIGRecordobject. | |
| Functions | |
| std::ostream & | isc::dns::operator<< (std::ostream &os, const TSIGRecord &record) | 
| Insert the TSIGRecordas a string into stream. | |