added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/... plugins
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user