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 |
---|---|
static SnmpConstants.StorageTypeEnum |
SnmpConstants.StorageTypeEnum.valueOf(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 and Description |
---|---|
SnmpConstants.StorageTypeEnum |
UsmUserEntry.getStorageType() |
Modifier and Type | Method and Description |
---|---|
void |
UsmUserEntry.setStorageType(SnmpConstants.StorageTypeEnum storageType) |
Copyright © 2020 SNMP4J.org. All rights reserved.