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