crypto-pro-js/dist/api/index.d.ts

13 lines
444 B
TypeScript
Raw Normal View History

export * from './getCertificate';
export * from './getUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
export * from './createSignature';
2021-02-04 07:45:48 +03:00
export * from './createXMLSignature';
export * from './createDetachedSignature';
2021-05-07 14:47:38 +03:00
export * from './addDetachedSignature';
export * from './createAttachedSignature';
2021-05-07 14:47:38 +03:00
export * from './addAttachedSignature';
export * from './createHash';
export * from './certificate';