From 6e070416c3c04a6277fc890125150b027a5fdf7a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Jun 2015 23:19:21 +0200 Subject: generate /keys signature as binary-only --- src/include/taler_mint_service.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_mint_service.h') 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... -- cgit v1.2.3