Node.js client library for consuming the REST PKI API from Lacuna Software. Version 2.3.8 is the latest stable release, maintained by Lacuna Software with regular updates. It provides classes to perform digital signature operations (PAdES, CAdES, XML signatures) and certificate authentication using REST PKI web service. Unlike low-level PKI libraries, it abstracts the complexity of cryptographic operations via cloud-based API. Supports TypeScript with bundled type definitions.
npm install restpki-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a REST PKI client and performs a PAdES signature on a PDF file.
Upgrade TypeScript to 4.0 or later.
Use `setSignaturePolicy(policy)` instead of `setPolicy(policy)`.
Pass the exact token string obtained from Lacuna portal.
Run `npm install restpki-client --save` in your project root.
Use `const { RestPkiClient } = require('restpki-client')` or ESM import.Verify token from Lacuna REST PKI console; ensure it's passed as a string without extra quotes.
No dependency data recorded yet.