Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 869 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 869 Bytes

Overview

xadesjs is a Typescript library that provides support for signing and validating XML data structures using the XAdES (XML Advanced Electronic Signatures) standard.

npm npm (scoped)

Samples

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.