X509CRLImpl.this

Unmarshals an X.509 CRL from its encoded form, parsing the encoded bytes. This form of constructor is used by agents which need to examine and use CRL contents. Note that the buffer must include only one CRL, and no "garbage" may be left at the end.

@param crlData the encoded bytes, with no trailing padding. @exception CRLException on parsing errors.

Meta