UNPKG

restpki-client

Version:

Classes to consume Lacuna Software REST PKI

11 lines (10 loc) 350 B
export class XmlElementSignatureStarter extends XmlSignatureStarter { _toSignElementId: any; _idResolutionTable: any; set toSignElementId(toSignElementId: any); set idResolutionTable(idResolutionTable: any); startWithWebPki(): Promise<{ token: any; }>; } import { XmlSignatureStarter } from "./xml-signature-starter";