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