harmony 鸿蒙OH_Huks_Param

  • 2025-06-12
  • 浏览 (6)

OH_Huks_Param

Overview

Defines the types of the parameters in a parameter set.

Since: 9

Related module: HuksTypeApi

Summary

Member Variables

Name Description
tag Tag value.
union {
bool boolParam;
int32_t int32Param;
uint32_t uint32Param;
uint64_t uint64Param;
struct OH_Huks_Blob blob;}
boolParam: The parameter is a Boolean value.
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.

Member Variable Description

blob

struct OH_Huks_Blob OH_Huks_Param::blob

Description

Parameter of the OH_Huks_Blob type.

boolParam

bool OH_Huks_Param::boolParam

Description

Parameter of the Boolean type.

int32Param

int32_t OH_Huks_Param::int32Param

Description

Parameter of the int32_t type.

tag

uint32_t OH_Huks_Param::tag

Description

Tag value.

uint32Param

uint32_t OH_Huks_Param::uint32Param

Description

Parameter of the uint32_t type.

uint64Param

uint64_t OH_Huks_Param::uint64Param

Description

Parameter of the uint64_t type.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Universal Keystore Kit (Key Management Service)

harmony 鸿蒙HuksKeyApi

harmony 鸿蒙HuksParamSetApi

harmony 鸿蒙HuksTypeApi

harmony 鸿蒙OH_Huks_Blob

harmony 鸿蒙OH_Huks_CertChain

harmony 鸿蒙OH_Huks_KeyAliasSet

harmony 鸿蒙OH_Huks_KeyInfo

harmony 鸿蒙OH_Huks_KeyMaterial25519

harmony 鸿蒙OH_Huks_KeyMaterialDh

0  赞