ECGroup.this

Construct Domain paramers from specified parameters

  1. this(CurveGFp curve, PointGFp base_point, BigInt order, BigInt cofactor, string oid)
    struct ECGroup
    public
    this
    ()
    (
    auto const ref CurveGFp curve
    ,
    auto const ref PointGFp base_point
    ,
    auto const ref BigInt order
    ,
    auto const ref BigInt cofactor
    ,
    in string oid = ""
    )
  2. this(Vector!ubyte ber_data)
  3. this(OID domain_oid)
  4. this(string pem_or_oid)

Parameters

curve CurveGFp

elliptic curve

base_point PointGFp

a base point

order BigInt

the order of the base point

cofactor BigInt

the cofactor

oid string

the provided oid

Meta