1# OH_Huks_KeyInfo 2 3 4## Overview 5 6Defines the key information structure. 7 8**Since:** 99 10 11**Related Modules:** 12 13[HuksTypeApi](_huks_type_api.md) 14 15 16## Summary 17 18 19### Member Variables 20 21| Name | Description | 22| -------- | -------- | 23| [alias](#alias) | Alias of the key. | 24| [paramSet](#paramset) | Pointer to the key parameter set. | 25 26 27## Member Variable Description 28 29 30### alias 31 32 33``` 34struct OH_Huks_Blob OH_Huks_KeyInfo::alias 35``` 36**Description**<br> 37Alias of the key. 38 39 40### paramSet 41 42 43``` 44struct OH_Huks_ParamSet* OH_Huks_KeyInfo::paramSet 45``` 46**Description**<br> 47Pointer to the key parameter set. 48