org.apache.geronimo.util.crypto.params
Class DSAPrivateKeyParameters
java.lang.Object
org.apache.geronimo.util.crypto.params.AsymmetricKeyParameter
org.apache.geronimo.util.crypto.params.DSAKeyParameters
org.apache.geronimo.util.crypto.params.DSAPrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
public class DSAPrivateKeyParameters
- extends DSAKeyParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPrivateKeyParameters
public DSAPrivateKeyParameters(BigInteger x,
DSAParameters params)
getX
public BigInteger getX()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.