Function jwtk::private_key_from_pem[][src]

pub fn private_key_from_pem(
    pem: &[u8]
) -> Result<Box<dyn SigningKey + Send + Sync>>
Expand description

Read an RSA/EC private key from PEM text representation.