pub(crate) fn get_key_type( key_type: &Option<String>, ) -> Result<(Oid<'static>, Option<String>)>
Get the key type. Currently support only Ed25519.