update
This commit is contained in:
@@ -40,6 +40,7 @@ type SignedInfo struct {
|
|||||||
// buf, _ = Sign(key, buf)
|
// buf, _ = Sign(key, buf)
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Signature represents Signature
|
||||||
type Signature struct {
|
type Signature struct {
|
||||||
XMLName xml.Name `xml:"http://www.w3.org/2000/09/xmldsig# Signature"`
|
XMLName xml.Name `xml:"http://www.w3.org/2000/09/xmldsig# Signature"`
|
||||||
SignedInfo SignedInfo
|
SignedInfo SignedInfo
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
. "gopkg.in/check.v1"
|
. "gopkg.in/check.v1"
|
||||||
|
|
||||||
"github.com/crewjam/go-xmlsec"
|
xmlsec "git.deineagentur.com/DeineAgenturUG/go-xmlsec"
|
||||||
"github.com/ma314smith/signedxml"
|
"github.com/ma314smith/signedxml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user