Package | Description |
---|---|
org.snmp4j.security.dh |
Modifier and Type | Field and Description |
---|---|
static DHParameters |
DHParameters.DEFAULT
Default DHParameters as suggested by RFC 2786, usmDHParameters (p =
DHGroups.P1 , g = DHGroups.G ,
and private value length = 16. |
Modifier and Type | Method and Description |
---|---|
static DHParameters |
DHParameters.getDHParametersFromBER(OctetString berValue) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
DHOperations.computeSharedKey(KeyAgreement keyAgreement,
byte[] publicKey,
DHParameters dhParameters) |
static KeyPair |
DHOperations.createKeyPair(OctetString publicKeyOctets,
OctetString privateKeyOctets,
DHParameters dhParameters) |
static KeyPair |
DHOperations.generatePublicKey(DHParameters dhParameters) |
Copyright © 2022 SNMP4J.org. All rights reserved.