Functions in
sc_key_store_data.h
Functions that are available for working with the smart card key store data.
sc_key_store_data_create()
Create an instance of
sc_key_store_data_t
.
sc_key_store_data_deserialize()
Deserialize the provided data and populates the provided key store data instance with the data from the provided serialized buffer.
sc_key_store_data_destroy()
Destroy the
sc_key_store_data_t
instance.
sc_key_store_data_get_certificate()
Retrieve the certificate associated with this key store data instance.
sc_key_store_data_get_crypto_system()
Retrieve the cryptographic system that is associated with a key store data instance.
sc_key_store_data_get_crypto_token()
Retrieve the crypto token that is associated with a key store data instance.
sc_key_store_data_serialize()
Serialize key store data instance.
Parent topic:
Smart card key store (sc_key_store_data.h)
Related concepts
Data types in sc_key_store_data.h