Function x509_parser::parse_x509_der[][src]

pub fn parse_x509_der<'a>(i: &'a [u8]) -> X509Result<'_, X509Certificate<'a>>
👎 Deprecated since 0.9.0:

please use parse_x509_certificate or X509Certificate::from_der instead

Expand description

Parse a DER-encoded X.509 Certificate, and return the remaining of the input and the built