This commit is contained in:
2018-12-13 02:17:06 +01:00
parent f1083f0870
commit 982e82468a

View File

@@ -70,7 +70,7 @@ func DefaultSignature(pemEncodedPublicKey []byte) Signature {
}, },
Reference: Reference{ Reference: Reference{
Transforms: []Method{ Transforms: []Method{
{Algorithm: "http://www.w3.org/2000/09/xmldsig#enveloped-signature"}, Method{Algorithm: "http://www.w3.org/2000/09/xmldsig#enveloped-signature"},
}, },
DigestMethod: Method{ DigestMethod: Method{
Algorithm: "http://www.w3.org/2000/09/xmldsig#sha1", Algorithm: "http://www.w3.org/2000/09/xmldsig#sha1",