Crate rustls_cert_file_reader

Source
Expand description

The rustls_pki_types cert and keys reader that reads data from files.

Modules§

pem
Parse the PEM file format.

Structs§

FileReader
Reads the files.
FormatParseError
Error for the format parsing.

Enums§

Format
Format of the certificate/key file.

Traits§

ReadCerts
Read a list of certificates.
ReadKey
Read a single private key.