Package | Description |
---|---|
old.org.bouncycastle.crypto.generators | |
old.org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
GOST3410Parameters |
GOST3410ParametersGenerator.generateParameters()
which generates the p , q and a values from the given parameters,
returning the GOST3410Parameters object.
|
Modifier and Type | Method and Description |
---|---|
GOST3410Parameters |
GOST3410KeyParameters.getParameters() |
GOST3410Parameters |
GOST3410KeyGenerationParameters.getParameters() |
Constructor and Description |
---|
GOST3410KeyGenerationParameters(SecureRandom random,
GOST3410Parameters params) |
GOST3410KeyParameters(boolean isPrivate,
GOST3410Parameters params) |
GOST3410PrivateKeyParameters(BigInteger x,
GOST3410Parameters params) |
GOST3410PublicKeyParameters(BigInteger y,
GOST3410Parameters params) |
Copyright © 2015. All rights reserved.