Function x509_parser::parse_x509_der
source · pub fn parse_x509_der(i: &[u8]) -> X509Result<'_, X509Certificate<'_>>
👎Deprecated since 0.9.0: please use
parse_x509_certificate
or X509Certificate::from_der
insteadExpand description
Parse a DER-encoded X.509 Certificate, and return the remaining of the input and the built