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 | Description |
---|---|---|
SecurityLevel |
TransportStateReference.getRequestedSecurityLevel() |
|
SecurityLevel |
TransportStateReference.getTransportSecurityLevel() |
Modifier and Type | Method | Description |
---|---|---|
void |
TransportStateReference.setRequestedSecurityLevel(SecurityLevel requestedSecurityLevel) |
|
void |
TransportStateReference.setTransportSecurityLevel(SecurityLevel transportSecurityLevel) |
Constructor | Description |
---|---|
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
java.lang.Object sessionID) |
|
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
java.lang.Object sessionID,
CertifiedIdentity certifiedIdentity) |
Modifier and Type | Method | Description |
---|---|---|
static SecurityLevel |
SecurityLevel.get(int snmpValue) |
|
static SecurityLevel |
SecurityLevel.valueOf(java.lang.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 © 2018 SNMP4J.org. All rights reserved.