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 | Field and Description |
---|---|
private SecurityModels |
MPv3.securityModels |
Modifier and Type | Method and Description |
---|---|
SecurityModels |
MPv3.getSecurityModels()
Gets the security models supported by this MPv3.
|
Modifier and Type | Method and Description |
---|---|
void |
MPv3.setSecurityModels(SecurityModels securityModels)
Sets the security models supported by 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 | Field and Description |
---|---|
private static SecurityModels |
SecurityModels.instance |
Modifier and Type | Method and Description |
---|---|
static SecurityModels |
SecurityModels.getCollection(SecurityModel[] models)
Gets the SecurityModels collection instance that contains the supplied
SecurityModel s. |
static SecurityModels |
SecurityModels.getInstance()
Gets the security singleton instance.
|