pub fn parse_x509_der(i: &[u8]) -> X509Result<'_, X509Certificate<'_>>
👎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