Function sign

Source
pub fn sign<T: ToString + Copy>(
    pem_str: &str,
    options: SignOptions<'_, T>,
) -> Result<String, Error>