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 var0, BigInteger var1, BigInteger var2, BigInteger var3)
           
 
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 var0,
                         BigInteger var1,
                         BigInteger var2,
                         BigInteger var3)
Method Detail

getG

public BigInteger getG()

getP

public BigInteger getP()

getQ

public BigInteger getQ()

getX

public BigInteger getX()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.