[][src]Function kayrx::secure::tls::rust_tls::internal::pemfile::pkcs8_private_keys

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

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