From 6f4cd04dcd05f2230995ff2fb89232edbd54a776 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Aug 2015 14:41:17 +0200 Subject: sig docs --- api-mint.rst | 16 ++++++++++++++-- impl-mint.rst | 10 ++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/api-mint.rst b/api-mint.rst index 78cd7a69..140d3705 100644 --- a/api-mint.rst +++ b/api-mint.rst @@ -922,7 +922,6 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel }; struct TALER_MintSigningKeyValidityPS { - struct TALER_MasterSignatureP signature; signed (purpose = TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY) { struct TALER_MasterPublicKeyP master_public_key; struct GNUNET_TIME_AbsoluteNBO start; @@ -940,7 +939,6 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel }; struct TALER_DenominationKeyValidityPS { - struct TALER_MasterSignatureP signature; signed (purpose = TALER_SIGNATURE_MASTER_DENOMINATION_KEY_VALIDITY) { struct TALER_MasterPublicKeyP master; struct GNUNET_TIME_AbsoluteNBO start; @@ -954,3 +952,17 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel struct GNUNET_HashCode denom_hash; } }; + + struct TALER_MasterWireSepaDetailsPS { + signed (purpose = TALER_SIGNATURE_MASTER_SEPA_DETAILS) { + struct GNUNET_HashCode h_sepa_details; + } + }; + + struct TALER_MintWireSupportMethodsPS { + signed (purpose = TALER_SIGNATURE_MINT_WIRE_TYPES) { + struct GNUNET_HashCode h_wire_types; + } + }; + + diff --git a/impl-mint.rst b/impl-mint.rst index ed6d627d..8064916b 100644 --- a/impl-mint.rst +++ b/impl-mint.rst @@ -13,6 +13,16 @@ The section `[mint]` contains various global options for the mint: * `currency`: The currency supported by the mint (i.e. "EUR") +^^^^^^^^^^^^^^^^^^^^^^ +SEPA accounts +^^^^^^^^^^^^^^^^^^^^^^ + +The command line tool `taler-mint-sepa` is used to create a file with +the JSON response to /wire/sepa requests using the mint's offline +master key. This file needs to be created and added to the configuration under SEPA_RESPONSE_FILE in section [mint-wire-sepa] when the +`wireformat` option in the configuration file allows SEPA transactions. + + ^^^^^^^^^^^^^^^^^^^^^^ Key Management Options ^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3