gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: EBICS 3: enabling ES.


From: gnunet
Subject: [libeufin] branch master updated: EBICS 3: enabling ES.
Date: Thu, 16 Nov 2023 17:43:07 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new b4043689 EBICS 3: enabling ES.
b4043689 is described below

commit b4043689d321034d06aa39dfe3f34e9609966943
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 16 17:42:09 2023 +0100

    EBICS 3: enabling ES.
---
 util/src/main/kotlin/ebics_h005/Ebics3Request.kt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/util/src/main/kotlin/ebics_h005/Ebics3Request.kt 
b/util/src/main/kotlin/ebics_h005/Ebics3Request.kt
index d1e00fcb..f539fa96 100644
--- a/util/src/main/kotlin/ebics_h005/Ebics3Request.kt
+++ b/util/src/main/kotlin/ebics_h005/Ebics3Request.kt
@@ -202,6 +202,14 @@ class Ebics3Request {
             @get:XmlElement(name = "Service", required = true)
             lateinit var service: Service
 
+            /**
+             * This element activates the ES signature scheme (disabling
+             * hence the EDS).  It *would* admit a @requestEDS attribute,
+             * but its omission means false.
+             */
+            @get:XmlElement(name = "SignatureFlag", required = true)
+            var signatureFlag: Boolean = true
+
             @get:XmlElement(name = "DateRange", required = true)
             var dateRange: DateRange? = null
         }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]