Socket
Socket
Sign inDemoInstall

jsrsasign-oid-eidas

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jsrsasign-oid-eidas

jsrsasign add-on for eIDAS and QC identifier definitions


Version published
Weekly downloads
29
increased by141.67%
Maintainers
1
Install size
867 kB
Created
Weekly downloads
 

Readme

Source

jsrsasign | npm | OIDs | Other AddOn

jsrsasign-oid-eidas

jsrsasign add-on to add object identifier definitions for EU eIDAS and qualified certificate.

How to use add-on

var jsrsasign = require("jsrsasign");
require("jsrsasign-oid-eidas").addon(jsrsasign);

OID definitions

You can see them in the source code.

Example

var jsrsasign = require("jsrsasign");
require("jsrsasign-oid-eidas").addon(jsrsasign);

...snip...

h = "<<<eIDAS certificate hexadecimal data>>>";
console.log(JSON.stringify(jsrsasign.ASN1HEX.parse(h), null, " "));

Reference

none

Keywords

FAQs

Last updated on 15 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc