Uses of Class
org.snmp4j.SecureTarget
Packages that use SecureTarget
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of SecureTarget in org.snmp4j
Subclasses of SecureTarget in org.snmp4jModifier and TypeClassDescriptionclassTheCertifiedTargetclass implements aSecureTargetfor usage withSecurityModels that support secured connections using client and server certificates.classUser based target for SNMPv3 or later. -
Uses of SecureTarget in org.snmp4j.transport.tls
Subclasses of SecureTarget in org.snmp4j.transport.tlsModifier and TypeClassDescriptionclassTheTlsCertifiedTargetextends theCertifiedTargetclass by means to provide aTlsTmSecurityCallbackreference directly with the target as needed according to RFC 6353 ยง5.3.1 when establishing a connection based on the SNMP-TARGET-MIB as client.