X509CRLImpl.this

Construct a CRL from a file containing the DER or PEM encoded CRL.

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

Parameters

filename string

the name of the CRL file

throw_on_unknown_critical_ bool

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

Meta