This commit is contained in:
2018-12-13 17:46:03 +01:00
parent 982e82468a
commit 41403f5fdd
3 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ type SignedInfo struct {
// buf, _ = Sign(key, buf)
//
// Signature represents Signature
type Signature struct {
XMLName xml.Name `xml:"http://www.w3.org/2000/09/xmldsig# Signature"`
SignedInfo SignedInfo