UNPKG

undersign

Version:

Create eIDAS compatible XAdES digital signatures with certificate OCSP responses and timestamps. Works with the Estonian Id-card and Mobile-Id to create BDOCs, but isn't limited to Estonia.

9 lines (6 loc) 205 B
var Hugml = require("hugml") var hugml = new Hugml({ "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0": "m" }) exports.parse = hugml.parse.bind(hugml) exports.stringify = hugml.stringify.bind(hugml)