PrivateKey.this

Reads in the provided PEM data, with an optional password to decrypt the private key.

  1. this(const(char)[] privatePemData, const(char)[] certPass)
    class PrivateKey
    this
    (
    const(char)[] privatePemData
    ,
    const(char)[] certPass = null
    )
  2. this(int bits)

Parameters

privatePemData const(char)[]

the PEM encoded data of the private key

certPass const(char)[]

an optional password to decrypt the key.

Meta