fn parse_cert<'a>( end_entity: &'a CertificateDer<'a>, ) -> Result<X509Certificate<'a>, Error>
Parses the given x509 certificate.