# OH_Huks_KeyInfo ## Overview Defines the struct of key information. **Since**: 9 **Related module**: [HuksTypeApi](_huks_type_api.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | struct [OH_Huks_Blob](_o_h___huks___blob.md) [alias](#alias) | Alias of the key. | | struct [OH_Huks_ParamSet](_o_h___huks___param_set.md) \* [paramSet](#paramset) | Pointer to the key parameter set. | ## Member Variable Description ### alias ``` struct OH_Huks_Blob OH_Huks_KeyInfo::alias ``` **Description** Alias of the key. ### paramSet ``` struct OH_Huks_ParamSet* OH_Huks_KeyInfo::paramSet ``` **Description** Pointer to the key parameter set.