harmony 鸿蒙OH_Huks_PubKeyInfo

  • 2023-06-24
  • 浏览 (511)

OH_Huks_PubKeyInfo

Overview

Defines the structure of a public key.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

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

Member Variable Description

eOrYSize

uint32_t OH_Huks_PubKeyInfo::eOrYSize

Description
Length of the e or Y value.

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 the n or X value.

placeHolder

uint32_t OH_Huks_PubKeyInfo::placeHolder

Description
Placeholder size.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞