nn::crypto::RsaContext::SetKey Member Functionnn::Result SetKey( const void * pKey, size_t keyLength );
| Name | Description | |
|---|---|---|
| in | pKey |
Pointer to RSA key data in DER format. (Can be used with both private and public keys.) |
| in | keyLength |
Key length (units: bytes). |
Sets the key.
CONFIDENTIAL