pkijs
Version:
Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it p
8 lines (6 loc) • 362 B
Markdown
## Description
The complex example show:
* How to create new CMS Signed Data;
* How to load and parse binary encoded CMS Signed Data;
* How to use validate CMS Signed Data (with usage of "certificate validation chain engine");
In order to perform correct certificate validation you will need the "CA bundle" (see "Examples" directory for PKIjs project).