Package | Description |
---|---|
org.bouncycastle.crypto.agreement | |
org.bouncycastle.crypto.generators | |
org.bouncycastle.crypto.params | |
org.bouncycastle.crypto.parsers | |
org.bouncycastle.jcajce.spec |
Modifier and Type | Field and Description |
---|---|
static DHParameters |
DHStandardGroups.rfc2409_1024 |
static DHParameters |
DHStandardGroups.rfc2409_768 |
static DHParameters |
DHStandardGroups.rfc3526_1536 |
static DHParameters |
DHStandardGroups.rfc3526_2048 |
static DHParameters |
DHStandardGroups.rfc3526_3072 |
static DHParameters |
DHStandardGroups.rfc3526_4096 |
static DHParameters |
DHStandardGroups.rfc3526_6144 |
static DHParameters |
DHStandardGroups.rfc3526_8192 |
static DHParameters |
DHStandardGroups.rfc4306_1024 |
static DHParameters |
DHStandardGroups.rfc4306_768 |
static DHParameters |
DHStandardGroups.rfc5996_1024 |
static DHParameters |
DHStandardGroups.rfc5996_768 |
static DHParameters |
DHStandardGroups.rfc7919_ffdhe2048 |
static DHParameters |
DHStandardGroups.rfc7919_ffdhe3072 |
static DHParameters |
DHStandardGroups.rfc7919_ffdhe4096 |
static DHParameters |
DHStandardGroups.rfc7919_ffdhe6144 |
static DHParameters |
DHStandardGroups.rfc7919_ffdhe8192 |
Modifier and Type | Method and Description |
---|---|
DHParameters |
DHParametersGenerator.generateParameters()
which generates the p and g values from the given parameters,
returning the DHParameters object.
|
Modifier and Type | Method and Description |
---|---|
CramerShoupParameters |
CramerShoupParametersGenerator.generateParameters(DHParameters dhParams) |
Modifier and Type | Method and Description |
---|---|
DHParameters |
DHKeyGenerationParameters.getParameters() |
DHParameters |
DHKeyParameters.getParameters() |
Constructor and Description |
---|
DHKeyGenerationParameters(SecureRandom random,
DHParameters params) |
DHKeyParameters(boolean isPrivate,
DHParameters params) |
DHPrivateKeyParameters(BigInteger x,
DHParameters params) |
DHPublicKeyParameters(BigInteger y,
DHParameters params) |
Constructor and Description |
---|
DHIESPublicKeyParser(DHParameters dhParams) |
Modifier and Type | Method and Description |
---|---|
DHParameters |
DHDomainParameterSpec.getDomainParameters()
Return the DHDomainParameters object we represent.
|
Constructor and Description |
---|
DHDomainParameterSpec(DHParameters domainParameters)
Base constructor - use the values in an existing set of domain parameters.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.