|
Soletta™ Framework
|
These routines are used for Soletta's certificate handling. More...
Go to the source code of this file.
Typedefs | |
| typedef struct sol_cert | sol_cert |
| Certificate handler. More... | |
Functions | |
| struct sol_blob * | sol_cert_get_contents (const struct sol_cert *cert) |
| Get the certificate contents. More... | |
| struct sol_cert * | sol_cert_load_from_id (const char *id) |
| Load a certificate from an id. More... | |
| struct sol_cert * | sol_cert_ref (struct sol_cert *cert) |
| Increments the reference counter of the given sol_cert. More... | |
| void | sol_cert_unref (struct sol_cert *cert) |
| Free the resources a sol_cert object and the object itself. More... | |
| ssize_t | sol_cert_write_contents (const char *file_name, struct sol_str_slice contents) |
| Write contents to cert. More... | |
These routines are used for Soletta's certificate handling.
1.8.6