FreeRTOS:
PKCS11
PKCS11 Cryptoki Library
|
Return to main page ↑ |
Gets the value of an object in storage, by handle.
Port-specific file access for cryptographic information.
This call dynamically allocates the buffer which object value data is copied into. PKCS11_PAL_GetObjectValueCleanup() should be called after each use to free the dynamically allocated buffer.
[in] | xHandle | The PKCS #11 object handle of the object to get the value of. |
[out] | ppucData | Pointer to buffer for file data. |
[out] | pulDataSize | Size (in bytes) of data located in file. |
[out] | pIsPrivate | Boolean indicating if value is private (CK_TRUE) or exportable (CK_FALSE) |