Install with command:
yarn add @zikoi5/eimzo-client
or
npm i @zikoi5/eimzo-client
initModuleEimzo().then(async eimzo => {
await eimzo.checkVersion()
await eimzo.installApiKeys()
eimzo.addKey('test.com', 'key') // key from soliq
const keys = await res.listAllUserKeys()
})
- checkVersion (required to invoke immediately async function)
- installApiKeys (required to invoke immediately async function)
- addKey
- removeKey
- listAllUserKeys
- getHashESign
- loadKey
- getTimestampToken
- signPkcs7