Class 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 point w.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 point w.
        Returns:
        the public point w.