Uses of Class
org.snmp4j.security.UsmUserTable
-
Packages that use UsmUserTable Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of UsmUserTable in org.snmp4j.security
Fields in org.snmp4j.security declared as UsmUserTable Modifier and Type Field Description private UsmUserTable
USM. userTable
Methods in org.snmp4j.security that return UsmUserTable Modifier and Type Method Description UsmUserTable
USM. getUserTable()
Returns theUsmUserTable
instance used by the USM for local storage of USM user information.
-