harmony 鸿蒙OH_Huks_KeyMaterialRsa

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

OH_Huks_KeyMaterialRsa

Overview

Defines the struct of an RSA 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 nSize Length of n.
uint32_t eSize Length of e.
uint32_t dSize Length of d.

Member Variable Description

dSize

uint32_t OH_Huks_KeyMaterialRsa::dSize

Description

Length of d.

eSize

uint32_t OH_Huks_KeyMaterialRsa::eSize

Description

Length of e.

keyAlg

enum OH_Huks_KeyAlg OH_Huks_KeyMaterialRsa::keyAlg

Description

Algorithm of the key.

keySize

uint32_t OH_Huks_KeyMaterialRsa::keySize

Description

Length of the key.

nSize

uint32_t OH_Huks_KeyMaterialRsa::nSize

Description

Length of n.

你可能感兴趣的鸿蒙文章

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  赞