Package | Description |
---|---|
old.org.bouncycastle.crypto.generators | |
old.org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
DSAParameters |
DSAParametersGenerator.generateParameters()
which generates the p and g values from the given parameters,
returning the DSAParameters object.
|
Modifier and Type | Method and Description |
---|---|
DSAParameters |
DSAKeyParameters.getParameters() |
DSAParameters |
DSAKeyGenerationParameters.getParameters() |
Constructor and Description |
---|
DSAKeyGenerationParameters(SecureRandom random,
DSAParameters params) |
DSAKeyParameters(boolean isPrivate,
DSAParameters params) |
DSAPrivateKeyParameters(BigInteger x,
DSAParameters params) |
DSAPublicKeyParameters(BigInteger y,
DSAParameters params) |
Copyright © 2015. All rights reserved.