Functions in
sc_certificate.h
Functions for working with X.509 certificates.
sc_certificate_create()
Create an
sc_certificate_t
instance.
sc_certificate_deserialize()
Deserialize the provided data and populates the provided certificate instance with the data from the provided serialized buffer.
sc_certificate_destroy()
Destroy an
sc_certificate_t
instance.
sc_certificate_get_data()
Retrieve DER-encoded certificate data.
sc_certificate_serialize()
Serialize the provided certificate instance.
sc_certificate_set_data()
Set DER-encoded certificate data.
Parent topic:
Smart card certificate (sc_certificate.h)
Related concepts
Data types in sc_certificate.h