Fix EU signature
Fix signature to have a check in: Is the signature intact?pull/2/head
parent
4136451365
commit
202edbc768
|
@ -963,11 +963,12 @@ z.PdfSigner = class{
|
||||||
{
|
{
|
||||||
"type": forge.pki.oids.contentType,
|
"type": forge.pki.oids.contentType,
|
||||||
"value": forge.pki.oids.data,
|
"value": forge.pki.oids.data,
|
||||||
}, {
|
|
||||||
"type": forge.pki.oids.messageDigest,
|
|
||||||
}, {
|
}, {
|
||||||
"type": forge.pki.oids.signingTime,
|
"type": forge.pki.oids.signingTime,
|
||||||
"value": signdate,
|
"value": signdate,
|
||||||
|
}, {
|
||||||
|
"type": forge.pki.oids.messageDigest,
|
||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue