PKCS10RequestImpl.this

Create a PKCS#10 Request from a data source.

  1. this(DataSource source)
    class PKCS10RequestImpl
    this
    (
    DataSource source
    )
  2. this(string input)
  3. this(Vector!(ubyte, ALLOC)* input)

Parameters

source DataSource

the data source providing the DER encoded request

Meta