Tizen Native API  9.0
__ckmc_policy Struct Reference

Public Attributes

char * password
bool extractable

Detailed Description

The structure for a policy for storing key/certificate/binary data.

Since :
2.3
Remarks:
If password is not NULL, the data (or key, or certificate) is stored encrypted with this password inside key manager.
If extractable is equal to true the key may be extracted from storage.

Member Data Documentation

Flag to decide if the key can be extracted from storage or not

Byte array used to encrypt data inside CKM