Package org.bouncycastle.crypto.params
Class DSAPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.DSAKeyParameters
org.bouncycastle.crypto.params.DSAPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
public class DSAPrivateKeyParameters extends DSAKeyParameters
-
Constructor Summary
Constructors Constructor Description DSAPrivateKeyParameters(BigInteger x, DSAParameters params) -
Method Summary
Modifier and Type Method Description BigIntegergetX()Methods inherited from class org.bouncycastle.crypto.params.DSAKeyParameters
getParametersMethods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
DSAPrivateKeyParameters
-
-
Method Details
-
getX
-