芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/soap/lib/security/WSSecurityPlusCert.d.ts
import { ISecurity } from '../types'; import { WSSecurity } from './WSSecurity'; import { WSSecurityCert } from './WSSecurityCert'; export declare class WSSecurityPlusCert implements ISecurity { private readonly wsSecurity; private readonly wsSecurityCert; constructor(wsSecurity: WSSecurity, wsSecurityCert: WSSecurityCert); postProcess(xml: string, envelopeKey: string): string; }