nn::crypto::RsaContext::Initialize Member Function
void Initialize();
void Initialize(
const void * pKey,
size_t keyLength
);
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. |
Initialize( )To use this function while using the SSL library, always call nn::ssl::Initialize() first.
Initialize ( const void *, size_t )To use this function while using the SSL library, always call nn::ssl::Initialize() first.
CONFIDENTIAL