#ifndef __ID_H__ #define __ID_H__ #include #include #include #include "libcreddy.h" // // Private API // // get the cert from the ID certificate_t *creddy_id_cert(creddy_id_t *id); // get the private key from the ID // will return NULL if no key has been loaded private_key_t *creddy_id_privkey(creddy_id_t *id); #endif /* __ID_H__ */