Functions in
sc_crypto_system.h
Functions that are available for working with the cryptographic system.
sc_crypto_system_create()
Create an instance of an
sc_crypto_system_t
.
sc_crypto_system_deserialize()
Deserialize the provided data and populates the provided crypto system instance with the data from the provided serialized buffer.
sc_crypto_system_destroy()
Destroy the
sc_crypto_system_t
instance.
sc_crypto_system_get_curve_oid()
Retrieve the string representation of the curve object identifier (OID).
sc_crypto_system_get_algorithm()
Retrieve the crypto system algorithm.
sc_crypto_system_get_key_bit_length()
Retrieve the supported key size in bits.
sc_crypto_system_serialize()
Serialize the crypto system instance.
sc_crypto_system_set_algorithm()
Set the crypto system algorithm.
sc_crypto_system_set_curve_oid()
Set the string representation of the curve object identifier (OID)
.
sc_crypto_system_set_key_bit_length()
Set the supported key size in bits.
Parent topic:
Smart card cryptographic system (sc_crypto_system.h)
Related concepts
Data types in sc_crypto_system.h