Package org.bouncycastle.jcajce.spec
Class ECGOST3410PublicKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.ECGOST3410PublicKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies a ECGOST3410-94 public key with its associated parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionECGOST3410PublicKeySpec
(ECPoint w, GOST3410ParameterSpec<ECDomainParameterSpec> parameters) Creates a new GOST3410PublicKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
ECGOST3410PublicKeySpec
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
-