Uses of Class
org.snmp4j.security.UsmUserTable
Packages that use UsmUserTable
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of UsmUserTable in org.snmp4j.security
Methods in org.snmp4j.security that return UsmUserTableModifier and TypeMethodDescriptionUSM.getUserTable()
Returns theUsmUserTable
instance used by the USM for local storage of USM user information.Constructors in org.snmp4j.security with parameters of type UsmUserTableModifierConstructorDescriptionUSM
(SecurityProtocols securityProtocols, OctetString localEngineID, int engineBoots, CounterSupport counterSupport, UsmUserTable usmUserTable, UsmTimeTable usmTimeTable) Creates a USM with the support for the supplied security protocols and with providedUsmTimeTable
andUsmUserTable
.