java.security.spec
Class DSAPrivateKeySpec
java.lang.Object
java.security.spec.DSAPrivateKeySpec
- All Implemented Interfaces:
- KeySpec
public class DSAPrivateKeySpec
- extends Object
- implements KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPrivateKeySpec
public DSAPrivateKeySpec(BigInteger var0,
BigInteger var1,
BigInteger var2,
BigInteger var3)
getG
public BigInteger getG()
getP
public BigInteger getP()
getQ
public BigInteger getQ()
getX
public BigInteger getX()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.