Package org.bouncycastle.crypto.params
Class DSAParameters
java.lang.Object
org.bouncycastle.crypto.params.DSAParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorsConstructorDescriptionDSAParameters
(BigInteger p, BigInteger q, BigInteger g) DSAParameters
(BigInteger p, BigInteger q, BigInteger g, DSAValidationParameters params) -
Method Summary