pub fn parse_certificate(
certificate: &[u8],
) -> Result<X509Certificate<'_>, Error>Expand description
Extracts the algorithm id and public key from a certificate
pub fn parse_certificate(
certificate: &[u8],
) -> Result<X509Certificate<'_>, Error>Extracts the algorithm id and public key from a certificate