UNPKG

restpki-client

Version:

Classes to consume Lacuna Software REST PKI

7 lines (6 loc) 193 B
export class FullXmlSignatureStarter extends XmlSignatureStarter { startWithWebPki(): Promise<{ token: any; }>; } import { XmlSignatureStarter } from "./xml-signature-starter";