Function pem_rfc7468::encode_string 
source · pub fn encode_string(
    label: &str,
    line_ending: LineEnding,
    input: &[u8],
) -> Result<String>Expand description
Encode a PEM document according to RFC 7468’s “Strict” grammar, returning
the result as a [String].