Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.transport.tls |
Modifier and Type | Method and Description |
---|---|
CounterSupport |
Snmp.getCounterSupport()
Gets the counter support for Snmp related counters.
|
Modifier and Type | Method and Description |
---|---|
void |
Snmp.setCounterSupport(CounterSupport counterSupport)
Sets the counter support instance to handle counter events on behalf of this Snmp instance.
|
Modifier and Type | Field and Description |
---|---|
protected static CounterSupport |
CounterSupport.instance |
Modifier and Type | Method and Description |
---|---|
CounterSupport |
MPv3.getCounterSupport()
Gets the counter support instance that can be used to register for counter incrementation events.
|
static CounterSupport |
CounterSupport.getInstance()
Gets the counter support singleton.
|
Modifier and Type | Method and Description |
---|---|
void |
MPv3.setCounterSupport(CounterSupport counterSupport)
Sets the counter support instance.
|
Constructor and Description |
---|
MPv3(byte[] localEngineID,
PDUFactory incomingPDUFactory,
SecurityProtocols secProtocols,
SecurityModels secModels,
CounterSupport counterSupport)
Creates a fully qualified MPv3 instance with custom security protocols and models as well as a custom counter
support.
|
Modifier and Type | Method and Description |
---|---|
CounterSupport |
TSM.getCounterSupport() |
CounterSupport |
USM.getCounterSupport()
Gets the counter support instance that can be used to register for
counter incrementation events.
|
Modifier and Type | Method and Description |
---|---|
void |
USM.setCounterSupport(CounterSupport counterSupport)
Sets the counter support instance.
|
Modifier and Type | Method and Description |
---|---|
CounterSupport |
TLSTM.getCounterSupport() |
Constructor and Description |
---|
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 | Method and Description |
---|---|
static boolean |
TLSTMUtil.isMatchingFingerprint(X509Certificate[] x509Certificates,
OctetString fingerprint,
boolean useClientMode,
CounterSupport tlstmCounters,
LogAdapter logger,
Object eventSource) |
Constructor and Description |
---|
TLSTMExtendedTrustManager(CounterSupport tlstmCounters,
TlsTmSecurityCallback<X509Certificate> securityCallback,
X509TrustManager trustManager,
boolean useClientMode,
TransportStateReference tmStateReference) |
TLSTMExtendedTrustManagerFactory(CounterSupport counterSupport,
TlsTmSecurityCallback<X509Certificate> tlsTmSecurityCallback) |
TlsTrustManager(X509TrustManager trustManager,
boolean useClientMode,
TransportStateReference tmStateReference,
CounterSupport tlstmCounters,
TlsTmSecurityCallback<X509Certificate> securityCallback)
Creates a new
TlsTrustManager . |
Copyright © 2021 SNMP4J.org. All rights reserved.