[][src]Function firestore_db_and_auth::credentials::pem_to_der

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

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