Finalize

nn::crypto::RsaContext::Finalize Member Function

Syntax

void Finalize();

Parameters

None.

Return Values

None.

Description

Destroys the RSA context. This function must be called once after using software RSA.

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

Revision History

2011/10/27
Initial version.

CONFIDENTIAL