aws_lc_rs::rsa::encoding::rfc8017

Function decode_private_key_der

Source
pub(in rsa) fn decode_private_key_der(
    private_key: &[u8],
) -> Result<ManagedPointer<*mut EVP_PKEY>, KeyRejected>
Expand description

Decodes a DER encoded RSAPrivateKey structure.