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

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

#include <types.hpp>

Public Types

enum  Type { NONE, DES, AES }
 This defines the type of encryption. More...
 

Detailed Description

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

Member Enumeration Documentation

enum Type

This defines the type of encryption.

TODO: WHICH RFC?

Enumerator
NONE 

No encryption will be used.

DES 

CBC-DES encryption.

AES 

CFB128-AES-128 encryption.


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