This class is used to securely store a specific key-value pair.
The mechanism for securely storing data is platform-specific. The default platform implementation of this bridge internally uses the CYIPersistentStore to store the data after it has been encrypted. Most implementations use AES256 encryption and requires an encryption key, which should be stored off the device. This bridge is intended to be used by applications which receive a key externally, for example, from a web service.
- Note
- The value stored must be at least as large as the block size of 16 bytes.
- See also
- CYIPersistentStore
- Note
- The key Yi_Reserved_Key is reserved by the implementation for internal use.