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. |
Modifier and Type | Method and Description |
---|---|
CertifiedIdentity |
TransportStateReference.getCertifiedIdentity() |
Constructor and Description |
---|
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
Object sessionID,
CertifiedIdentity certifiedIdentity) |
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 © 2019 SNMP4J.org. All rights reserved.