0.2.5 • Published 4 months ago

vue-eimzo v0.2.5

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

vue-eimzo

Installation

https://www.npmjs.com/package/vue-eimzo

npm i vue-eimzo
# or
yarn add vue-eimzo

Installing as a plugin

import EIMZOVuePlugin from 'vue-eimzo'

Vue.use(EIMZOVuePlugin) 

// you can access EIMZO client as $eimzo inside vue instance

Methods

await this.$eimzo.install()

this.certs = await this.$eimzo.listAllUserKeys()

let loadKeyResult = await this.$eimzo.loadKey(key)
let cert = await this.$eimzo.getMainCertificate(loadKeyResult.id)
let certInfo = await this.$eimzo.getCertInfo(cert)

let result = await this.$eimzo.signPkcs7(key, 'Hello world')
let token = await this.$eimzo.getTimestampToken(result.signature_hex)

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint
0.2.5

4 months ago

0.2.4

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.0

4 months ago

0.2.3

1 year ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago