X509CRLImpl.this

Construct a CRL from a data source.

  1. this(DataSource input, bool throw_on_unknown_critical_)
    class X509CRLImpl
    public
    this
    (
    DataSource input
    ,)
  2. this(string filename, bool throw_on_unknown_critical_)
  3. this(Vector!ubyte vec, bool throw_on_unknown_critical_)

Parameters

input DataSource

the data source providing the DER or PEM encoded CRL.

throw_on_unknown_critical_ bool

should we throw new an exception if an unknown CRL extension marked as critical is encountered.

Meta