pub fn rsa_private_keys(rd: &mut dyn BufRead) -> Result<Vec<PrivateKey>, ()>
Expand description
Extract all RSA private keys from rd, and return a vec of key::PrivateKey
s
containing the der-format contents.
pub fn rsa_private_keys(rd: &mut dyn BufRead) -> Result<Vec<PrivateKey>, ()>
Extract all RSA private keys from rd, and return a vec of key::PrivateKey
s
containing the der-format contents.