org.bouncycastle.crypto.params

Class DSAPrivateKeyParameters

public class DSAPrivateKeyParameters extends DSAKeyParameters

Constructor Summary
DSAPrivateKeyParameters(BigInteger x, DSAParameters params)
Method Summary
BigIntegergetX()

Constructor Detail

DSAPrivateKeyParameters

public DSAPrivateKeyParameters(BigInteger x, DSAParameters params)

Method Detail

getX

public BigInteger getX()