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