summaryrefslogtreecommitdiff
path: root/pkix/gkr-pkix-serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkix/gkr-pkix-serialize.h')
-rw-r--r--pkix/gkr-pkix-serialize.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkix/gkr-pkix-serialize.h b/pkix/gkr-pkix-serialize.h
deleted file mode 100644
index 55f30dc5..00000000
--- a/pkix/gkr-pkix-serialize.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef GKRPKIXSERIALIZE_H_
-#define GKRPKIXSERIALIZE_H_
-
-#include <glib.h>
-
-#include <gcrypt.h>
-#include <libtasn1.h>
-
-gboolean gkr_pkix_serialize_to_location (GQuark type, gpointer what,
- const gchar *password,
- GQuark location, GError **err);
-
-guchar* gkr_pkix_serialize_to_data (GQuark type, gpointer what,
- const gchar *password,
- gsize *n_data);
-
-guchar* gkr_pkix_serialize_certificate (ASN1_TYPE asn, gsize *n_data);
-
-guchar* gkr_pkix_serialize_public_key (gcry_sexp_t skey, gsize *n_data);
-
-guchar* gkr_pkix_serialize_private_key_pkcs8 (gcry_sexp_t skey, const gchar *password,
- gsize *n_data);
-
-#endif /*GKRPKIXSERIALIZE_H_*/