Security Algorithms

Authentication

class snmp.security.usm.auth.HmacMd5

An implementation of the HMAC-MD5-96 algorithm defined in RFC 3414, Section 6.

class snmp.security.usm.auth.HmacSha

An implementation of the HMAC-SHA-96 algorithm defined in RFC 3414, Section 7.

class snmp.security.usm.auth.HmacSha224

An implementation of the HMAC-SHA-224 algorithm defined in RFC 7860.

class snmp.security.usm.auth.HmacSha256

An implementation of the HMAC-SHA-256 algorithm defined in RFC 7860.

class snmp.security.usm.auth.HmacSha384

An implementation of the HMAC-SHA-384 algorithm defined in RFC 7860.

class snmp.security.usm.auth.HmacSha512

An implementation of the HMAC-SHA-512 algorithm defined in RFC 7860.

Privacy

Note

Consult the Installation page if you are unable to import snmp.security.usm.priv.

class snmp.security.usm.priv.AesCfb128

An implementation of the CFB128-AES-128 algorithm defined in RFC 3826, Section 3.

class snmp.security.usm.priv.DesCbc

An implementation of the CBC-DES algorithm defined in RFC 3414, Section 8.