Package org.bouncycastle.crypto.params
Class GOST3410PrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.params.GOST3410KeyParameters
-
- org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class GOST3410PrivateKeyParameters extends GOST3410KeyParameters
-
-
Constructor Summary
Constructors Constructor Description GOST3410PrivateKeyParameters(java.math.BigInteger x, GOST3410Parameters 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.params.GOST3410KeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
GOST3410PrivateKeyParameters
public GOST3410PrivateKeyParameters(java.math.BigInteger x, GOST3410Parameters params)
-
-