Package org.bouncycastle.jcajce.spec
Class DSTU4145PublicKeySpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.DSTU4145PublicKeySpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
public class DSTU4145PublicKeySpec extends java.lang.Object implements java.security.spec.KeySpec
This class specifies a DSTU4145 public key with its associated parameters.
-
-
Constructor Summary
Constructors Constructor Description DSTU4145PublicKeySpec(java.security.spec.ECPoint w, DSTU4145ParameterSpec parameters)
Creates a new GOST3410PublicKeySpec with the specified parameter values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSTU4145ParameterSpec
getParams()
java.security.spec.ECPoint
getW()
Returns the public pointw
.
-
-
-
Constructor Detail
-
DSTU4145PublicKeySpec
public DSTU4145PublicKeySpec(java.security.spec.ECPoint w, DSTU4145ParameterSpec parameters)
Creates a new GOST3410PublicKeySpec with the specified parameter values.- Parameters:
w
- the public key.
-
-
Method Detail
-
getW
public java.security.spec.ECPoint getW()
Returns the public pointw
.- Returns:
- the public point
w
.
-
getParams
public DSTU4145ParameterSpec getParams()
-
-