Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Authentication Class Reference

This is a container class for the type of authentication used in SNMPv3. More...

#include <types.hpp>

Public Types

enum  Type { NONE, MD5, SHA }
 This defines the type of authentication. More...
 

Detailed Description

This is a container class for the type of authentication used in SNMPv3.

Member Enumeration Documentation

enum Type

This defines the type of authentication.

TODO: WHICH RFC?

Enumerator
NONE 

No authentication will be used.

MD5 

HMAC-MD5-96 authentication.

SHA 

HMAC-SHA-96 authentication.


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