Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_getdataencryptkey [2018/04/16 16:54] yjjung created |
en:bs2_getdataencryptkey [2020/09/22 19:21] (current) kkshin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| Line 5: | Line 4: | ||
| ===== BS2_GetDataEncryptKey ===== | ===== BS2_GetDataEncryptKey ===== | ||
| - | [+ V2.6.0] Gets data encryption key. | + | ''[Deprecated]'' Gets the encryption key for the device. |
| + | \\ | ||
| + | <WRAP important> | ||
| + | **IMPORTANT**\\ | ||
| + | You are not able to retrieve a key value due to security reason. | ||
| + | </WRAP> | ||
| ==== Declaration ==== | ==== Declaration ==== | ||
| <code cpp> | <code cpp> | ||
| Line 19: | Line 23: | ||
| * [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
| * [In] ''//deviceId//'' : Device ID | * [In] ''//deviceId//'' : Device ID | ||
| - | * [Out] ''//keyInfo//'' : Structure address of encryption key information which will be returned | + | * [Out] ''//keyInfo//'' : The address of encryption key information structure to return |
| - | * | + | |
| ==== Return Value ==== | ==== Return Value ==== | ||
| If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ | If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ | ||