harmony 鸿蒙OH_Huks_KeyMaterial25519

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

OH_Huks_KeyMaterial25519

Overview

Defines the structure of a 25519 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 25519 key.
uint32_t pubKeySize Length of the public key.
uint32_t priKeySize Length of the private key.
uint32_t reserved Reserved field. You are advised to set the value to 0.

Member Variable Description

keyAlg

enum OH_Huks_KeyAlg OH_Huks_KeyMaterial25519::keyAlg

Description
Algorithm of the key.

keySize

uint32_t OH_Huks_KeyMaterial25519::keySize

Description
Length of the 25519 key.

priKeySize

uint32_t OH_Huks_KeyMaterial25519::priKeySize

Description
Length of the private key.

pubKeySize

uint32_t OH_Huks_KeyMaterial25519::pubKeySize

Description
Length of the public key.

reserved

uint32_t OH_Huks_KeyMaterial25519::reserved

Description
Reserved.

你可能感兴趣的鸿蒙文章

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_KeyMaterialDh

harmony 鸿蒙OH_Huks_KeyMaterialDsa

0  赞