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.
pub(in rsa) fn decode_private_key_der(
private_key: &[u8],
) -> Result<ManagedPointer<*mut EVP_PKEY>, KeyRejected>Decodes a DER encoded RSAPrivateKey structure.