nn::crypto::RsaKey::InitializePublicKey Member Functionnn::Result InitializePublicKey( const void * pKey, s32 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 (in bits). The size must have 8-bit alignment or an error results. |
Initializes RSA keys as public keys.
CONFIDENTIAL