Class ECGOST3410PrivateKeySpec

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

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

      • ECGOST3410PrivateKeySpec

        public ECGOST3410PrivateKeySpec​(java.math.BigInteger s,
                                        GOST3410ParameterSpec<ECDomainParameterSpec> parameters)
        Creates a new GOST3410PrivateKeySpec with the specified parameter values.
        Parameters:
        s - the private key.