xadesjs is a Typescript library that provides support for signing and validating XML data structures using the XAdES (XML Advanced Electronic Signatures) standard.
Sample | Description |
---|---|
Sign | Demonstrates how to sign an XML document and create a signature in XAdES format using an X.509 certificate with a private key. |
Verify | Demonstrates how to verify an XAdES signed document. |