aws_lc_rs::rsa::encoding::rfc8017

Function decode_public_key_der

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

Decode a DER encoded RSAPublicKey structure.