Build 1.0_r1(from source)

java.security.spec
Class DSAPrivateKeySpec

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

public class DSAPrivateKeySpec
extends Object
implements KeySpec


Constructor Summary
DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)
           
 
Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 BigInteger getQ()
           
 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(BigInteger x,
                         BigInteger p,
                         BigInteger q,
                         BigInteger g)
Method Detail

getG

public BigInteger getG()

getP

public BigInteger getP()

getQ

public BigInteger getQ()

getX

public BigInteger getX()

Build 1.0_r1(from source)

Please submit a feedback, bug or feature