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

Syntax

void Initialize();

void Initialize(
     const void * pKey,
     size_t keyLength
);

List of Overloaded Member Functions

Initialize() Initializes the RSA context. This function must be called once before using RSA.
Initialize ( const void *, size_t ) Initializes the RSA context by specifying the RSA key buffer This function can be called in place of Initialize.

Description of Initialize( )

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

Description of Initialize ( const void *, size_t )

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


CONFIDENTIAL