|
Tizen Native API
8.0
|
__ckmc_pkcs12 Struct Reference
Public Attributes | |
| ckmc_key_s * | priv_key |
| ckmc_cert_s * | cert |
| ckmc_cert_list_s * | ca_chain |
Detailed Description
The structure for PKCS12 used in key manager CAPI.
- Since :
- 2.4
- Remarks:
- The priv_key, cert and ca_chain may be NULL.
Member Data Documentation
The chain certificate list structure
The certificate structure
The private key structure