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 | Description |
---|---|---|
static SnmpConstants.StorageTypeEnum |
SnmpConstants.StorageTypeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SnmpConstants.StorageTypeEnum[] |
SnmpConstants.StorageTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
SnmpConstants.StorageTypeEnum |
UsmUserEntry.getStorageType() |
Modifier and Type | Method | Description |
---|---|---|
void |
UsmUserEntry.setStorageType(SnmpConstants.StorageTypeEnum storageType) |
Copyright © 2018 SNMP4J.org. All rights reserved.