Retrieve the cryptographic system that is associated with a key store data instance.
#include <smartcard/sc_key_store_data.h>
sc_response_code_t sc_key_store_data_get_crypto_system(const sc_key_store_data_t *key_store_data,
const sc_crypto_system_t **crypto_system)
BlackBerry 10.2.0
The key store data instance from which to retrieve the associated cryptographic system. This value cannot be NULL.
The cryptographic system associated with this key store data instance. This value cannot be NULL.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.