UNPKG

xmldsigjs

Version:

XML Digital Signature implementation in TypeScript/JavaScript using Web Crypto API

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