diff options
Diffstat (limited to 'DSIG.go')
| -rw-r--r-- | DSIG.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +} |
