Function pem_to_der

Source
pub fn pem_to_der(pem_file_contents: &str) -> Result<Vec<u8>, FirebaseError>
Expand description

Converts a PEM (ascii base64) encoded private key into the binary der representation