Function x509_parser::parse_crl_der
source · [−]pub fn parse_crl_der(i: &[u8]) -> X509Result<'_, CertificateRevocationList<'_>>
👎 Deprecated since 0.9.0:
please use parse_x509_crl
or CertificateRevocationList::from_der
instead
Expand description
Parse a DER-encoded X.509 v2 CRL, and return the remaining of the input and the built object.