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.