Module ssh_encoding::pem

source ·
Available on crate feature pem only.
Expand description

PEM encoding support.

Enums§

  • PEM errors.
  • Line endings: variants of newline characters that can be used with Base64.

Traits§

  • Decoding trait for PEM documents.
  • Encoding trait for PEM documents.
  • Marker trait for types with an associated PEM type label.