UNPKG

restpki-client

Version:

Classes to consume Lacuna Software REST PKI

6 lines (5 loc) 213 B
export class PadesSignatureExplorer extends SignatureExplorer { open(): Promise<PadesSignature>; } import { SignatureExplorer } from "./signature-explorer"; import { PadesSignature } from "./pades-signature";