Package org.bouncycastle.jcajce.spec
Class DSTU4145PrivateKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.DSTU4145PrivateKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies a DSTU4145 private key with its associated parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionDSTU4145PrivateKeySpec
(BigInteger s, DSTU4145ParameterSpec parameters) Creates a new GOST3410PrivateKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
DSTU4145PrivateKeySpec
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
.
-