nn::crypto::RsaKey::InitializePrivateKey Member Functionnn::Result InitializePrivateKey( const void * pKey, s32 keyLength );
| Name | Description | |
|---|---|---|
| in | pKey |
Pointer to RSA key data in DER format. (Can be used with private keys only.) |
| in | keyLength |
Key length (in bits). The size must have 8-bit alignment or an error results. |
Initializes RSA keys as private keys.
CONFIDENTIAL