harmony 鸿蒙OH_Huks_PubKeyInfo

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

OH_Huks_PubKeyInfo

Overview

Defines the struct of a public key.

Since: 9

Related module: HuksTypeApi

Summary

Member Variables

Name Description
enum OH_Huks_KeyAlg keyAlg Algorithm of the public key.
uint32_t keySize Length of the public key.
uint32_t nOrXSize Length of n or X.
uint32_t eOrYSize Length of e or Y.
uint32_t placeHolder Placeholder size.

Member Variable Description

eOrYSize

uint32_t OH_Huks_PubKeyInfo::eOrYSize

Description

Length of e or Y.

keyAlg

enum OH_Huks_KeyAlg OH_Huks_PubKeyInfo::keyAlg

Description

Algorithm of the public key.

keySize

uint32_t OH_Huks_PubKeyInfo::keySize

Description

Length of the public key.

nOrXSize

uint32_t OH_Huks_PubKeyInfo::nOrXSize

Description

Length of n or X.

placeHolder

uint32_t OH_Huks_PubKeyInfo::placeHolder

Description

Placeholder size.

你可能感兴趣的鸿蒙文章

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  赞