X509CRLImpl.this

Construct a CRL from a binary vector

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

Parameters

vec Vector!ubyte

the binary (DER) representation of the CRL

throw_on_unknown_critical_ bool

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

Meta