Function rustls::internal::pemfile::rsa_private_keys [] [src]

pub fn rsa_private_keys(rd: &mut BufRead) -> Result<Vec<PrivateKey>, ()>

Extract all RSA private keys from rd, and return a vec of key::PrivateKeys containing the der-format contents.