Function pem_rfc7468::decode_vec[][src]

pub fn decode_vec(pem: &[u8]) -> Result<(&str, Vec<u8>)>
This is supported on crate feature alloc only.
Expand description

Decode a PEM document according to RFC 7468’s “Strict” grammar, returning the result as a Vec upon success.