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.