Class ECGOST3410PublicKeySpec

  • All Implemented Interfaces:
    java.security.spec.KeySpec

    public class ECGOST3410PublicKeySpec
    extends java.lang.Object
    implements java.security.spec.KeySpec
    This class specifies a ECGOST3410-94 public key with its associated parameters.
    • Constructor Detail

      • ECGOST3410PublicKeySpec

        public ECGOST3410PublicKeySpec​(java.security.spec.ECPoint w,
                                       GOST3410ParameterSpec<ECDomainParameterSpec> parameters)
        Creates a new GOST3410PublicKeySpec with the specified parameter values.
        Parameters:
        w - the public key.