Package | Description |
---|---|
org.spongycastle.crypto.generators |
Generators for keys, key pairs and password based encryption algorithms.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
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 | Field and Description |
---|---|
private GOST3410Parameters |
GOST3410KeyGenerationParameters.params |
private GOST3410Parameters |
GOST3410KeyParameters.params |
Modifier and Type | Method and Description |
---|---|
GOST3410Parameters |
GOST3410KeyGenerationParameters.getParameters() |
GOST3410Parameters |
GOST3410KeyParameters.getParameters() |
Constructor and Description |
---|
GOST3410KeyGenerationParameters(java.security.SecureRandom random,
GOST3410Parameters params) |
GOST3410KeyParameters(boolean isPrivate,
GOST3410Parameters params) |
GOST3410PrivateKeyParameters(java.math.BigInteger x,
GOST3410Parameters params) |
GOST3410PublicKeyParameters(java.math.BigInteger y,
GOST3410Parameters params) |