summaryrefslogtreecommitdiff
path: root/DSIG.go
diff options
context:
space:
mode:
Diffstat (limited to 'DSIG.go')
-rw-r--r--DSIG.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/DSIG.go b/DSIG.go
new file mode 100644
index 0000000..8dca0ab
--- /dev/null
+++ b/DSIG.go
@@ -0,0 +1,8 @@
+package libebics
+
+import "encoding/xml"
+
+type DSIGX509Data struct {
+ XMLName xml.Name `xml:"ds:X509Data"`
+ DSIGX509Certificate string `xml:"ds:X509Certificate"` // TODO Properly marshal this
+}