Class ECGOST3410PrivateKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.ECGOST3410PrivateKeySpec
- All Implemented Interfaces:
KeySpec
-
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
-