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

15 lines
520 B
TypeScript
Raw Normal View History

export * from './getCertificate';
export * from './getUserCertificates';
export * from './getAllUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
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';
export * from './getCspVersion';
export * from './getPluginVersion';