Skip to content

jsrsasign add on to add all of registered OID definitions

License

Notifications You must be signed in to change notification settings

kjur/jsrsasign-oid-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsrsasign | npm | OIDs | Other AddOn

jsrsasign-oid-ru

jsrsasign add-on to add all of registered object identifier definitions.

How to use add-on

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

OID definitions

As for registered OIDs, please see jsrsasign add-on wiki page.

Example

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

...snip...

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

Reference

none

About

jsrsasign add on to add all of registered OID definitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published