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

19 lines
684 B
TypeScript
Raw Permalink Normal View History

export * from './getCertificate';
export * from './getUserCertificates';
export * from './getAllUserCertificates';
export * from './getContainerCertificates';
export * from './getAllContainerCertificates';
export * from './getCertificates';
export * from './getAllCertificates';
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';