GOST3410PublicKey.this

Construct from X.509 algorithm id and subject public key bits

  1. this(ECGroup dom_par, PointGFp public_point)
  2. this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
    struct GOST3410PublicKey
    public
    this
    (
    in AlgorithmIdentifier alg_id
    ,
    const ref SecureVector!ubyte key_bits
    )
  3. this(PublicKey pkey)
  4. this(PrivateKey pkey)

Meta