public class DhGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static DHParameterSpec |
MODP_GROUP14
From:
More Modular Exponential (MODP) Diffie-Hellman groups for Internet Key Exchange (IKE)
http://www.ietf.org/rfc/rfc3526.txt
2048-bit MODP Group
This group is assigned id 14.
|
static DHParameterSpec |
MODP_GROUP16
From:
More Modular Exponential (MODP) Diffie-Hellman groups for Internet Key Exchange (IKE)
http://www.ietf.org/rfc/rfc3526.txt
4096-bit MODP Group
This group is assigned id 16.
|
static DHParameterSpec |
MODP_GROUP2
From:
The OAKLEY Key Determination Protocol
http://www.ietf.org/rfc/rfc2412.txt
Well-Known Group 2: A 1024 bit prime
This group is assigned id 2 (two).
|
| Constructor and Description |
|---|
DhGroup() |
public static final DHParameterSpec MODP_GROUP2
public static final DHParameterSpec MODP_GROUP14
public static final DHParameterSpec MODP_GROUP16
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.