summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-20 23:19:21 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-20 23:19:21 +0200
commit6e070416c3c04a6277fc890125150b027a5fdf7a (patch)
treec67d70561f03319951b1e494eb657128657d2c46 /src/include
parent3bb26bcf47e4f58df53addb70fdeeefbabd2e8be (diff)
downloadexchange-6e070416c3c04a6277fc890125150b027a5fdf7a.tar.gz
exchange-6e070416c3c04a6277fc890125150b027a5fdf7a.tar.bz2
exchange-6e070416c3c04a6277fc890125150b027a5fdf7a.zip
generate /keys signature as binary-only
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mint_service.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h
index 2f641241f..7ebb5dade 100644
--- a/src/include/taler_mint_service.h
+++ b/src/include/taler_mint_service.h
@@ -300,6 +300,17 @@ void
TALER_MINT_disconnect (struct TALER_MINT_Handle *mint);
+/**
+ * Obtain the current signing key from the mint.
+ *
+ * @param keys the mint's key set
+ * @return sk current online signing key for the mint, NULL on error
+ */
+const struct TALER_MintPublicKeyP *
+TALER_MINT_get_signing_key (struct TALER_MINT_Keys *keys);
+
+
+
#if 0
// FIXME: API below with json-crap is too low-level...