Module rustls::internal::pemfile [−][src]
Expand description
Functions for parsing PEM files containing certificates/keys.
Functions
Extract all the certificates from rd, and return a vec of key::Certificate
s
containing the der-format contents.
Extract all PKCS8-encoded private keys from rd, and return a vec of
key::PrivateKey
s containing the der-format contents.
Extract all RSA private keys from rd, and return a vec of key::PrivateKey
s
containing the der-format contents.