# OH_Huks_KeyInfo ## Overview Defines the key information structure. **Since:** 9 **Related Modules:** [HuksTypeApi](_huks_type_api.md) ## Summary ### Member Variables | Name | Description | | -------- | -------- | | [alias](#alias) | Alias of the key. | | [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.