Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.transport.tls |
Modifier and Type | Class and Description |
---|---|
class |
CertifiedTarget
The
CertifiedTarget class implements a SecureTarget
for usage with SecurityModel s that support
secured connections using client and server certificates. |
class |
CommunityTarget
A
CommunityTarget represents SNMP target properties for
community based message processing models (SNMPv1 and SNMPv2c). |
class |
SecureTarget
The
SecureTarget is an security model independent abstract class
for all targets supporting secure SNMP communication. |
class |
UserTarget
User based target for SNMPv3 or later.
|
Modifier and Type | Class and Description |
---|---|
class |
TlsX509CertifiedTarget
The
TlsCertifiedTarget extends the CertifiedTarget class by means to provide
a TlsTmSecurityCallback reference 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. |
Copyright © 2020 SNMP4J.org. All rights reserved.