Struct pem::Pem
[−]
[src]
pub struct Pem {
pub tag: String,
pub contents: Vec<u8>,
}A representation of Pem-encoded data
Fields
tag | The tag extracted from the Pem-encoded data |
contents | The binary contents of the Pem-encoded data |