pub fn parse_certificate<'a>(
    certificate: &'a [u8]
) -> Result<X509Certificate<'a>, Error>
Expand description

Extracts the algorithm id and public key from a certificate