UNPKG

edockit

Version:

A JavaScript library for listing, parsing, and verifying the contents and signatures of electronic documents (eDoc) and Associated Signature Containers (ASiC-E), supporting EU eIDAS standards for digital signatures and electronic seals.

3 lines (2 loc) 211 B
export { TimestampInfo, TimestampVerificationResult, TimestampVerificationOptions } from "./types"; export { parseTimestamp, verifyTimestamp, verifyTimestampCoversSignature, getTimestampTime, } from "./verify";