OH_Huks_ExternalCryptoParam
typedef struct {...} OH_Huks_ExternalCryptoParam
Overview
Defines a single parameter in a parameter set.
Since: 22
Related modules: HuksExternalCryptoTypeApi
Header file: native_huks_external_crypto_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; } | Tag content. boolParam: Boolean-type parameter. int32Param: int32_t-type parameter. uint32Param: uint32_t-type parameter. uint64Param: uint64_t-type parameter. blob: OH_Huks_Blob-type parameter. |
你可能感兴趣的鸿蒙文章
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