UNPKG

crypto-pro-js-m

Version:

Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js

19 lines (18 loc) 702 B
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'; export * from './createXMLSignature'; export * from './createDetachedSignature'; export * from './addDetachedSignature'; export * from './createAttachedSignature'; export * from './addAttachedSignature'; export * from './createHash'; export * from './certificate'; export * from './getCspVersion'; export * from './getPluginVersion';