java.security.spec
Class DSAPrivateKeySpec
java.lang.Object
java.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 |
DSAPrivateKeySpec
public DSAPrivateKeySpec(java.math.BigInteger x,
java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
getG
public java.math.BigInteger getG()
getP
public java.math.BigInteger getP()
getQ
public java.math.BigInteger getQ()
getX
public java.math.BigInteger getX()