Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.transport.tls |
Modifier and Type | Method and Description |
---|---|
TlsTmSecurityCallback<X509Certificate> |
TLSTM.getSecurityCallback() |
Modifier and Type | Method and Description |
---|---|
void |
TLSTM.setSecurityCallback(TlsTmSecurityCallback<X509Certificate> securityCallback) |
Constructor and Description |
---|
TLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback,
TlsAddress serverAddress)
Creates a TLS transport mapping that binds to the given address
(interface) on the local host.
|
TLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback,
TlsAddress serverAddress,
CounterSupport counterSupport)
Creates a TLS transport mapping that binds to the given address
(interface) on the local host.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTlsTmSecurityCallback
The
DefaultTlsTmSecurityCallback resolves the
tmSecurityName for incoming requests through
a mapping table based on the peer certificates,
resolves the local certificate alias through a mapping table
based on the target address and accepts peer certificates
based on a list of trusted peer and issuer certificates. |
class |
PropertiesTlsTmSecurityCallback
The
PropertiesTlsTmSecurityCallback resolves the
tmSecurityName for incoming requests by using the
(system) properties
org.snmp4j.arg.securityName
org.snmp4j.arg.tlsLocalID
org.snmp4j.arg.tlsTrustCA
org.snmp4j.arg.tlsPeerID |
Copyright © 2014 SNMP4J.org. All rights reserved.