Package org.bouncycastle.jcajce.spec
Class DSTU4145PublicKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.DSTU4145PublicKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies a DSTU4145 public key with its associated parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionDSTU4145PublicKeySpec
(ECPoint w, DSTU4145ParameterSpec parameters) Creates a new GOST3410PublicKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
DSTU4145PublicKeySpec
Creates a new GOST3410PublicKeySpec with the specified parameter values.- Parameters:
w
- the public key.
-
-
Method Details
-
getW
Returns the public pointw
.- Returns:
- the public point
w
.
-
getParams
-