pub fn decode_pem_privkey_nopass(
    pem_data: &[u8]
) -> Result<DecodedPrivkeyNopass>
Expand description

Decode a private key from any supported PEM format without a password.

This function attempts to auto-detect the private key format from the PEM header. If the format is recognized, then one of three options occurs: