Function picky::pem::to_pem[][src]

pub fn to_pem<S, T: ?Sized>(label: S, data: &T) -> String where
    S: Into<String>,
    T: AsRef<[u8]>, 
Expand description

Build a PEM-encoded structure into a String.