Uses of Class
org.snmp4j.SecureTarget
-
Packages that use SecureTarget Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.transport.tls -
-
Uses of SecureTarget in org.snmp4j
Subclasses of SecureTarget in org.snmp4j Modifier and Type Class Description classCertifiedTarget<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.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.tls Modifier and Type Class Description classTlsX509CertifiedTarget<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.
-