Class DSTU4145PublicKeySpec

java.lang.Object
org.bouncycastle.jcajce.spec.DSTU4145PublicKeySpec
All Implemented Interfaces:
KeySpec

public class DSTU4145PublicKeySpec extends Object implements KeySpec
This class specifies a DSTU4145 public key with its associated parameters.
  • Constructor Details

    • DSTU4145PublicKeySpec

      public DSTU4145PublicKeySpec(ECPoint w, DSTU4145ParameterSpec parameters)
      Creates a new GOST3410PublicKeySpec with the specified parameter values.
      Parameters:
      w - the public key.
  • Method Details

    • getW

      public ECPoint getW()
      Returns the public point w.
      Returns:
      the public point w.
    • getParams

      public DSTU4145ParameterSpec getParams()