Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 803 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 803 Bytes

Overview

xmldsigjs is a Typescript library that provides support for signing and validating XML data structures using the XML Digital Signature standard.

npm npm (scoped)

Samples

Sample Description
Sign Demonstrates how to sign an XML document using XMLdSIG Enveloped signature.
Verify Demonstrates how to verify an XML signed document.