harmony 鸿蒙OH_Huks_KeyMaterialEcc

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

OH_Huks_KeyMaterialEcc

Overview

Defines the structure of an ECC key.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

Name Description
keyAlg Algorithm of the key.
keySize Length of the key.
xSize Length of the x value.
ySize Length of the y value.
zSize Length of the z value.

Member Variable Description

keyAlg

enum OH_Huks_KeyAlg OH_Huks_KeyMaterialEcc::keyAlg

Description
Algorithm of the key.

keySize

uint32_t OH_Huks_KeyMaterialEcc::keySize

Description
Length of the key.

xSize

uint32_t OH_Huks_KeyMaterialEcc::xSize

Description
Length of the x value.

ySize

uint32_t OH_Huks_KeyMaterialEcc::ySize

Description
Length of the y value.

zSize

uint32_t OH_Huks_KeyMaterialEcc::zSize

Description
Length of the z value.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞