Package | Description |
---|---|
org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
org.snmp4j.security.dh |
Modifier and Type | Method and Description |
---|---|
static SecurityProtocols.SecurityProtocolType |
SecurityProtocols.SecurityProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityProtocols.SecurityProtocolType[] |
SecurityProtocols.SecurityProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
DHOperations.deriveKeyPBKDF2(byte[] shareKey,
int keyLength,
SecurityProtocols.SecurityProtocolType securityProtocolType) |
Copyright © 2022 SNMP4J.org. All rights reserved.