Uses of Class
org.snmp4j.security.SNMPv3SecurityModel
Packages that use SNMPv3SecurityModel
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SNMPv3SecurityModel in org.snmp4j.security
Subclasses of SNMPv3SecurityModel in org.snmp4j.securityModifier and TypeClassDescriptionclass
TheTSM
(Transport Security Model) implements aSecurityModel
which uses transport security mechanisms as defined in RFC 5591.class
TheUSM
class implements the User Based Security Model (USM) as defined in RFC 3414.