| Package | Description |
|---|---|
| org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
| org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityLevel |
TransportStateReference.getRequestedSecurityLevel() |
SecurityLevel |
TransportStateReference.getTransportSecurityLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportStateReference.setRequestedSecurityLevel(SecurityLevel requestedSecurityLevel) |
void |
TransportStateReference.setTransportSecurityLevel(SecurityLevel transportSecurityLevel) |
| Constructor and Description |
|---|
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
Object sessionID) |
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
Object sessionID,
CertifiedIdentity certifiedIdentity) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityLevel |
SecurityLevel.get(int snmpValue) |
static SecurityLevel |
SecurityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityLevel[] |
SecurityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 SNMP4J.org. All Rights Reserved.