Verify

nn::crypto::RsaContext::Verify Member Function

Syntax

nn::Result Verify(
     const void * pSrc,
     size_t srcLength,
     const void * pSign,
     size_t signLength
);

Parameters

Name Description
out pSrc The address of the buffer storing data to use for the signature.
in srcLength Length of the data to be used as the signature.
in pSign The address of the buffer storing the signature data.
in signLength Length of the signature.

Return Values

nn::Result verification result

Description

Verifies an RSA-PKCS1-v1.5-SHA256 signature from a character string.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL