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

Syntax

void Initialize();

Arguments

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