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 TypeClassDescriptionclassCertifiedTarget<A extends Address>TheCertifiedTargetclass implements aSecureTargetfor usage withSecurityModels that support secured connections using client and server certificates.classDirectUserTarget<A extends Address>User-based target for SNMPv3 User-Based Security ModelUSMor later that includes any necessary authentication and privacy information, i.e., protocol references and localized keys.classUserTarget<A extends Address>User-based target for SNMPv3 or later. -
Uses of SecureTarget in org.snmp4j.transport.tls
Subclasses of SecureTarget in org.snmp4j.transport.tlsModifier and TypeClassDescriptionclassTlsX509CertifiedTarget<A extends Address>TheTlsCertifiedTargetextends 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.