package libebics import "encoding/xml" type DSIGX509Data struct { XMLName xml.Name `xml:"ds:X509Data"` DSIGX509Certificate string `xml:"ds:X509Certificate"` // TODO Properly marshal this }