Function rustls_pemfile::ec_private_keys
source · pub fn ec_private_keys(rd: &mut dyn BufRead) -> Result<Vec<Vec<u8>>, Error>
Expand description
Extract all SEC1-encoded EC private keys from rd
, and return a vec of
byte vecs containing the der-format contents.
This function does not fail if there are no keys in the file – it returns an empty vector.