Uses of Class
org.snmp4j.security.UsmTimeTable
Packages that use UsmTimeTable
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of UsmTimeTable in org.snmp4j.security
Methods in org.snmp4j.security that return UsmTimeTableModifier and TypeMethodDescriptionUSM.getTimeTable()
Returns theUsmTimeTable
instance used by this USM for holding timing information about the local and remote SNMP entities.Constructors in org.snmp4j.security with parameters of type UsmTimeTableModifierConstructorDescriptionUSM
(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
.