1.0.3 • Published 8 years ago

crypto-pro-ext v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago