ECDSAPrivateKey.this

Load a private key

  1. this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
    struct ECDSAPrivateKey
    this
    (
    const ref AlgorithmIdentifier alg_id
    ,
    const ref SecureVector!ubyte key_bits
    )
  2. this(RandomNumberGenerator rng, ECGroup domain, BigInt x)
  3. this(PrivateKey pkey)

Parameters

alg_id AlgorithmIdentifier

the X.509 algorithm identifier

key_bits SecureVector!ubyte

PKCS #8 structure

Meta