use a pluto specific credential builder to build pluto cert_t's

This commit is contained in:
Martin Willi
2009-08-26 11:23:49 +02:00
parent c486fa8158
commit 11aa7e7869
6 changed files with 112 additions and 22 deletions
@@ -48,5 +48,13 @@ builder_t *public_key_pem_builder(key_type_t type);
*/
builder_t *certificate_pem_builder(certificate_type_t type);
/**
* Builder for PEM encoded pluto certificates of all kind.
*
* @param type type of the key
* @return builder instance
*/
builder_t *pluto_pem_builder(certificate_type_t type);
#endif /** PEM_PRIVATE_KEY_H_ @}*/