Function rustls_cert_file_reader::pem::parse_key
source · pub fn parse_key(rd: &mut dyn BufRead) -> Result<PrivateKey, Error>Expand description
Parse the signle private key from PEM (PKCS8).
pub fn parse_key(rd: &mut dyn BufRead) -> Result<PrivateKey, Error>Parse the signle private key from PEM (PKCS8).