Security Algorithms¶
Authentication¶
- class snmp.security.usm.auth.HmacMd5¶
An implementation of the
HMAC-MD5-96algorithm defined in RFC 3414, Section 6.
- class snmp.security.usm.auth.HmacSha¶
An implementation of the
HMAC-SHA-96algorithm defined in RFC 3414, Section 7.
- class snmp.security.usm.auth.HmacSha224¶
An implementation of the
HMAC-SHA-224algorithm defined in RFC 7860.
- class snmp.security.usm.auth.HmacSha256¶
An implementation of the
HMAC-SHA-256algorithm 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-128algorithm defined in RFC 3826, Section 3.
- class snmp.security.usm.priv.DesCbc¶
An implementation of the
CBC-DESalgorithm defined in RFC 3414, Section 8.