UNPKG

xmldsigjs

Version:

XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto

9 lines (8 loc) 240 B
import { Transform } from "../transform"; export declare class XmlDsigBase64Transform extends Transform { Algorithm: string; /** * Returns the output of the current XmlDsigBase64Transform object */ GetOutput(): any; }