decode_pem

Function decode_pem 

Source
pub fn decode_pem(pem: &[u8]) -> Option<Vec<u8>>
Expand description

Decode the inner DER from a PEM encoded document.