crypto-pro-js/dist/api/index.d.ts
2021-11-04 19:24:18 +03:00

12 lines
391 B
TypeScript

export * from './getCertificate';
export * from './getUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
export * from './createSignature';
export * from './createXMLSignature';
export * from './createDetachedSignature';
export * from './createAttachedSignature';
export * from './createHash';
export * from './certificate';
export * from './execute';