Functions in
sc_crypto_token.h
Functions that are available for working with the cryptographic token.
sc_crypto_token_create()
Create an instance of an
sc_crypto_token_t
.
sc_crypto_token_deserialize()
Deserialize the provided data and populates the provided crypto token instance with the data from the provided serialized buffer.
sc_crypto_token_destroy()
Destroy an
sc_crypto_token_t
instance.
sc_crypto_token_get_property_byte_array()
Retrieve binary data from the crypto token instance.
sc_crypto_token_get_property_int()
Retrieve an integer value from the crypto token instance.
sc_crypto_token_put_property_byte_array()
Store binary data in a crypto token instance.
sc_crypto_token_put_property_int()
Stores an integer value in the crypto token instance.
sc_crypto_token_remove_property()
Remove a property value from a crypto token instance.
sc_crypto_token_serialize()
Serialize a crypto token instance.
Parent topic:
Smart card cryptographic token (sc_crypto_token.h)
Related concepts
Data types in sc_crypto_token.h