Bouncy Castle Cryptography 1.27

java.security.spec
Class DSAPrivateKeySpec

java.lang.Object
  extended byjava.security.spec.DSAPrivateKeySpec
All Implemented Interfaces:
KeySpec

public class DSAPrivateKeySpec
extends java.lang.Object
implements KeySpec


Constructor Summary
DSAPrivateKeySpec(java.math.BigInteger x, 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()
           
 java.math.BigInteger getX()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAPrivateKeySpec

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

getG

public java.math.BigInteger getG()

getP

public java.math.BigInteger getP()

getQ

public java.math.BigInteger getQ()

getX

public java.math.BigInteger getX()

Bouncy Castle Cryptography 1.27