NXP Reader Library  v17.1.0.2535
phCryptoASym_mBedTLS_ECC_KeyPair Struct Reference

Data Structure to save details of ECC KeyPair information. More...

Data Fields

mbedtls_ecp_group stGroup
 Member to save the Group information of the ECC KeyPair. More...
 
mbedtls_ecp_point stPoint
 Member to save the point information of the ECC KeyPair. More...
 
mbedtls_mpi stMpi
 Member to save the MPI information of the ECC KeyPair. More...
 

Detailed Description

Data Structure to save details of ECC KeyPair information.

Field Documentation

◆ stGroup

mbedtls_ecp_group phCryptoASym_mBedTLS_ECC_KeyPair::stGroup

Member to save the Group information of the ECC KeyPair.

Details will be like the Curve info, its parameters etc.

◆ stPoint

mbedtls_ecp_point phCryptoASym_mBedTLS_ECC_KeyPair::stPoint

Member to save the point information of the ECC KeyPair.

Details will basically be the Public Key.

◆ stMpi

mbedtls_mpi phCryptoASym_mBedTLS_ECC_KeyPair::stMpi

Member to save the MPI information of the ECC KeyPair.

Details will basically be the Private / Secret Key.


The documentation for this struct was generated from the following file: