nn::crypto::RsaContext::Initialize Member Function

Syntax

void Initialize();

Parameters

Name Description
None.

Return Values

None.

Description

Initializes the RSA context. This function must be called once before using RSA.

To use this function while using the SSL library, always call nn::ssl::Initialize() first.


CONFIDENTIAL