added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/... plugins

This commit is contained in:
Martin Willi
2009-08-26 11:23:51 +02:00
parent 831520d895
commit d9b24887a4
5 changed files with 429 additions and 0 deletions
+6
View File
@@ -62,6 +62,7 @@
#include <fetcher/fetcher_manager.h>
#include <database/database_factory.h>
#include <credentials/credential_factory.h>
#include <credentials/keys/key_encoding.h>
typedef struct library_t library_t;
@@ -85,6 +86,11 @@ struct library_t {
*/
credential_factory_t *creds;
/**
* key encoding registry and factory
*/
key_encoding_t *encoding;
/**
* URL fetching facility
*/