Crate rustls_cert_file_reader
source ·Expand description
The rustls_pki_types
cert and keys reader that reads data from files.
Modules§
- Parse the PEM file format.
Structs§
- Reads the files.
- Error for the format parsing.
Enums§
- Format of the certificate/key file.
Traits§
- Read a list of certificates.
- Read a single private key.