PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.3k stars 204 forks source link

typescript #271

Closed jefjos closed 4 years ago

YuryStrozhevsky commented 4 years ago

@jefjos No.

rmhrisk commented 4 years ago

@jefjos at this time we do not have plans to offer typescript types for this project directly.

Depending on what you are doing https://github.com/PeculiarVentures/asn1-schema may be helpful though.