0.2.6 • Published 4 years ago

epuap-provider v0.2.6

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

epuap-node

##Example of use

###Definition package in project var epuap = require( 'epuap-provider');

###Create accesspoint to epuap var epuap = new epuap.EpuapProvider(true, publicKey, privateKey);

###Execute one of possible method (below are fully supported) 1. addDocumentToSigning epuap.addDocumentToSigning(docBase64ForSign, successUrl, failureUrl, additionalInfo).then(x => console.log(x));

  1. getSignedDocument epuap.getSignedDocument('http_document').then(x => console.log(x));