harmony 鸿蒙OH_Huks_KeyMaterialDsa

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

OH_Huks_KeyMaterialDsa

Overview

Defines the struct of a DSA key.

Since: 9

Related module: HuksTypeApi

Summary

Member Variables

Name Description
enum OH_Huks_KeyAlg keyAlg Algorithm of the key.
uint32_t keySize Length of the key.
uint32_t xSize Length of x.
uint32_t ySize Length of y.
uint32_t pSize Length of p.
uint32_t qSize Length of q.
uint32_t gSize Length of g.

Member Variable Description

gSize

uint32_t OH_Huks_KeyMaterialDsa::gSize

Description

Length of g.

keyAlg

enum OH_Huks_KeyAlg OH_Huks_KeyMaterialDsa::keyAlg

Description

Algorithm of the key.

keySize

uint32_t OH_Huks_KeyMaterialDsa::keySize

Description Length of the key.

pSize

uint32_t OH_Huks_KeyMaterialDsa::pSize

Description Length of p.

qSize

uint32_t OH_Huks_KeyMaterialDsa::qSize

Description Length of q.

xSize

uint32_t OH_Huks_KeyMaterialDsa::xSize

Description Length of x.

ySize

uint32_t OH_Huks_KeyMaterialDsa::ySize

Description Length of y.

你可能感兴趣的鸿蒙文章

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  赞