Package | Description |
---|---|
org.bouncycastle.crypto.generators | |
org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
CramerShoupParameters |
CramerShoupParametersGenerator.generateParameters()
which generates the p and g values from the given parameters, returning
the CramerShoupParameters object.
|
CramerShoupParameters |
CramerShoupParametersGenerator.generateParameters(DHParameters dhParams) |
Modifier and Type | Method and Description |
---|---|
CramerShoupParameters |
CramerShoupKeyParameters.getParameters() |
CramerShoupParameters |
CramerShoupKeyGenerationParameters.getParameters() |
Constructor and Description |
---|
CramerShoupKeyGenerationParameters(SecureRandom random,
CramerShoupParameters params) |
CramerShoupKeyParameters(boolean isPrivate,
CramerShoupParameters params) |
CramerShoupPrivateKeyParameters(CramerShoupParameters params,
BigInteger x1,
BigInteger x2,
BigInteger y1,
BigInteger y2,
BigInteger z) |
CramerShoupPublicKeyParameters(CramerShoupParameters params,
BigInteger c,
BigInteger d,
BigInteger h) |
Copyright © 2021 BouncyCastle.org. All rights reserved.