Expand description
Functions for parsing PEM files containing certificates/keys.
Functionsยง
- certs
- Extract all the certificates from rd, and return a vec of
key::Certificate
s containing the der-format contents. - pkcs8_
private_ keys - Extract all PKCS8-encoded private keys from rd, and return a vec of
key::PrivateKey
s containing the der-format contents. - rsa_
private_ keys - Extract all RSA private keys from rd, and return a vec of
key::PrivateKey
s containing the der-format contents.