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.
pub(in rsa) fn decode_public_key_der(
public_key: &[u8],
) -> Result<ManagedPointer<*mut EVP_PKEY>, KeyRejected>Decode a DER encoded RSAPublicKey structure.