Uses of Class
org.snmp4j.UserTarget

Packages that use UserTarget
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP messages.
  • Uses of UserTarget in org.snmp4j

    Subclasses of UserTarget in org.snmp4j
    Modifier and Type
    Class
    Description
    class 
    User based target for SNMPv3 User Based Security Model USM or later that includes any necessary authentication and privacy information, i.e.
    Constructors in org.snmp4j with parameters of type UserTarget
    Modifier
    Constructor
    Description
     
    Creates a target for a user based security model target without referencing security information from elsewhere.
     
    UserTarget(UserTarget<A> userTarget)
    Creates a target for a user based security model target that references security information (protocols and keys) from a USM.