ECDHPublicKey.this

Construct a public key from a given public point.

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

Parameters

dom_par ECGroup

the domain parameters associated with this key

public_point PointGFp

the public point defining this key

Meta