diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-20 23:19:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-20 23:19:21 +0200 |
commit | 6e070416c3c04a6277fc890125150b027a5fdf7a (patch) | |
tree | c67d70561f03319951b1e494eb657128657d2c46 /src/include/taler_mint_service.h | |
parent | 3bb26bcf47e4f58df53addb70fdeeefbabd2e8be (diff) |
generate /keys signature as binary-only
Diffstat (limited to 'src/include/taler_mint_service.h')
-rw-r--r-- | src/include/taler_mint_service.h | 11 |
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... |