harmony 鸿蒙OH_Huks_KeyMaterial25519

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

OH_Huks_KeyMaterial25519

Overview

Defines the structure of a 25519 key.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

Name Description
keyAlg Algorithm of the key.
keySize Length of the 25519 key.
pubKeySize Length of the public key.
priKeySize Length of the private key.
reserved Reserved.

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 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞