Package org.bouncycastle.jcajce.spec
Class ECGOST3410PrivateKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.ECGOST3410PrivateKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies a ECGOST3410-94 private key with its associated parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionECGOST3410PrivateKeySpec
(BigInteger s, GOST3410ParameterSpec<ECDomainParameterSpec> parameters) Creates a new GOST3410PrivateKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
ECGOST3410PrivateKeySpec
public ECGOST3410PrivateKeySpec(BigInteger s, GOST3410ParameterSpec<ECDomainParameterSpec> parameters) Creates a new GOST3410PrivateKeySpec with the specified parameter values.- Parameters:
s
- the private key.
-
-
Method Details
-
getParams
-
getS
Returns the private key values
.- Returns:
- the private key
s
.
-