summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-10-01 13:18:47 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-10-01 13:18:47 +0200
commit43b10529ccaeaecd137b9fa7db4902f48a8f8530 (patch)
tree0ad45bd4cf1318eda8324d6a384a4c9c8c16d9cf /libeufin
parent9dd3bc09402ca7237e85c3160d8873bb00819ed4 (diff)
downloaddocs-43b10529ccaeaecd137b9fa7db4902f48a8f8530.tar.gz
docs-43b10529ccaeaecd137b9fa7db4902f48a8f8530.tar.bz2
docs-43b10529ccaeaecd137b9fa7db4902f48a8f8530.zip
more verbosity needed
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 7ddf5a39..5d2ec83e 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -101,18 +101,20 @@ HTTP API
// "Time of processing of the corresponding EBICS order". HH:MM:SS format.
time: string;
- // Recipient. Bank "ID" (FIXME to be specified).
+ // Recipient. Bank "ID" (better explain this).
recipient: string;
// Electronic signature version. A004, for example.
version: string;
- // RSA key exponent
+ // Length in bits of the key exponent.
exponent_length: number;
+ // RSA key exponent in hexadecimaml notation.
exponent: string;
- // RSA key modulus
+ // Length in bits of the key modulus.
modulus_length: number;
+ // RSA key modulus in hexadecimaml notation.
modulus: string;
// RSA key hash
@@ -142,7 +144,7 @@ HTTP API
recipient: string;
////////////////////////////////////////////////////
- // Identification and authentication key details. //
+ // Identification and Authentication key details. //
////////////////////////////////////////////////////
// Identification and authentication signature version, X002
@@ -151,12 +153,12 @@ HTTP API
// length of the exponent, in bits.
ia_exp_length: number;
- // RSA key exponent
+ // RSA key exponent in hexadecimaml notation.
ia_exponent: string;
// length of the modulus, in bits.
ia_mod_length: number;
- // RSA key modulus
+ // RSA key modulus in hexadecimaml notation.
ia_modulus: string;
// Hash of the identification and authentication key.
@@ -171,12 +173,12 @@ HTTP API
// length of the exponent, in bits.
enc_exp_length: number;
- // RSA key exponent
+ // RSA key exponent in hexadecimaml notation.
enc_exponent: string;
// length of the modulus, in bits.
enc_mod_length: number;
- // RSA key modulus
+ // RSA key modulus in hexadecimaml notation.
enc_modulus: string;
// RSA key hash.