UNPKG

xmldsigjs

Version:

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

9 lines (8 loc) 304 B
import { Transform } from './transform.js'; import { XmlSignatureCollection } from './xml_object.js'; /** * The Transforms element contains a collection of transformations */ export declare class Transforms extends XmlSignatureCollection<Transform> { protected OnLoadXml(element: Element): void; }