fix
This commit is contained in:
@@ -13,10 +13,10 @@ type Method struct {
|
|||||||
|
|
||||||
// Reference data struct
|
// Reference data struct
|
||||||
type Reference struct {
|
type Reference struct {
|
||||||
URI string `xml:"URI,attr"`
|
URI string `xml:"URI,attr"`
|
||||||
ReferenceTransforms []Method `xml:"Transforms>Transform"`
|
Transforms []Method `xml:"Transforms>Transform"`
|
||||||
DigestMethod Method `xml:"DigestMethod"`
|
DigestMethod Method `xml:"DigestMethod"`
|
||||||
DigestValue string `xml:"DigestValue"`
|
DigestValue string `xml:"DigestValue"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SignedInfo struct
|
// SignedInfo struct
|
||||||
|
|||||||
Reference in New Issue
Block a user