1.0.3 • Published 7 years ago

crypto-pro-ext v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

CryptoPro extension

Installation

NPM:

npm install crypto-pro-ext

Yarn:

yarn add crypto-pro-ext

Usage

ES6:

import { connectTo } from 'crypto-pro-ext';

CommonJS:

const { connectTo } = require('crypto-pro-ext);

Examples

connectTo:

import { connectTo } from 'crypto-pro-ext';

const storeObject = await connectTo('CAdESCOM.Store'); // Connect to store

...

storeObject.Close(); // Close store
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago