OH_Huks_Param
struct OH_Huks_Param {...}
Overview
Defines the types of the parameters in a parameter set.
Since: 9
Related module: HuksTypeApi
Header file: native_huks_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t tag | Tag value. |
| union { bool boolParam; int32_t int32Param; uint32_t uint32Param; uint64_t uint64Param; struct OH_Huks_Blob blob; } | boolParam: The parameter is of the Boolean type. int32Param: The parameter is of the int32_t type. uint32Param: The parameter is of the uint32_t type. uint64Param: The parameter is of the uint64_t type. blob: The parameter is of the OH_Huks_Blob type. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-huksExternalCrypto-sys
openharmony 鸿蒙 capi-hukstypeapi-oh-huks-keymaterialrsa
openharmony 鸿蒙 capi-hukstypeapi-oh-huks-result
openharmony 鸿蒙 capi-native-huks-type-h
openharmony 鸿蒙 js-apis-CryptoExtensionAbility
openharmony 鸿蒙 capi-hukstypeapi-oh-huks-pubkeyinfo
openharmony 鸿蒙 capi-hukstypeapi-oh-huks-certchain
openharmony 鸿蒙 js-apis-huksExternalCrypto