Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SecurityProtocols |
MPv3.getSecurityProtocols()
Gets the security protocols supported by this
MPv3 . |
Modifier and Type | Method and Description |
---|---|
void |
MPv3.setSecurityProtocols(SecurityProtocols securityProtocols)
Sets the security protocols for this
MPv3 . |
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 |
---|---|
SecurityProtocols |
SecurityProtocols.addDefaultProtocols()
Add the default SecurityProtocols.
|
static SecurityProtocols |
SecurityProtocols.getInstance()
Get an instance of class SecurityProtocols.
|
SecurityProtocols |
USM.getSecurityProtocols()
Returns the security protocol collection used by this USM.
|
Modifier and Type | Method and Description |
---|---|
static void |
SecurityProtocols.setSecurityProtocols(SecurityProtocols securityProtocols)
Set the
SecurityProtocols |
Constructor and Description |
---|
USM(SecurityProtocols securityProtocols,
OctetString localEngineID,
int engineBoots)
Creates a USM with the support for the supplied security protocols.
|
Copyright © 2019 SNMP4J.org. All rights reserved.