Class DhPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.internal.params.DhKeyParameters
-
- org.bouncycastle.crypto.internal.params.DhPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class DhPrivateKeyParameters extends DhKeyParameters
-
-
Constructor Summary
Constructors Constructor Description DhPrivateKeyParameters(java.math.BigInteger x, DhParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getX()
-
Methods inherited from class org.bouncycastle.crypto.internal.params.DhKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
DhPrivateKeyParameters
public DhPrivateKeyParameters(java.math.BigInteger x, DhParameters params)
-
-