[][src]Module picky::pem

Privacy-Enhanced Mail (PEM) format utilities

Based on the RFC-7468 (Textual Encodings of PKIX, PKCS, and CMS Structures).

Structs

Pem

Privacy-Enhanced Mail (PEM) format structured representation

Enums

PemError

Functions

parse_pem

Parse a PEM-encoded stream from a u8 representation

read_pem

Parse a PEM-encoded stream from a BufRead object.

to_pem

Build a PEM-encoded structure into a String.