Bouncy Castle Cryptography 1.28

java.security.spec
Class DSAParameterSpec

java.lang.Object
  extended byjava.security.spec.DSAParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec, java.security.interfaces.DSAParams

public class DSAParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec, java.security.interfaces.DSAParams


Constructor Summary
DSAParameterSpec(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getP()
           
 java.math.BigInteger getQ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAParameterSpec

public DSAParameterSpec(java.math.BigInteger p,
                        java.math.BigInteger q,
                        java.math.BigInteger g)
Method Detail

getG

public java.math.BigInteger getG()
Specified by:
getG in interface java.security.interfaces.DSAParams

getP

public java.math.BigInteger getP()
Specified by:
getP in interface java.security.interfaces.DSAParams

getQ

public java.math.BigInteger getQ()
Specified by:
getQ in interface java.security.interfaces.DSAParams

Bouncy Castle Cryptography 1.28