webcrypto.dev-examples

Overview

asn1js is a low level Typescript library for parsing and serializing ASN.1 data structures.

npm npm (scoped)

Samples

Sample Description
Reads and edits an ASN.1 structure Demonstrates how to read a raw ASN.1 encoded buffer, modify it, and re-encoded back into a raw ASN.1 buffer.
Creates and encodes an ASN.1 structure Demonstrates how to to create and encode an ASN.1 structure of Microsoft Certificate Template.
Creates ASN.1 schema for structure validation Demonstrates how to to create and validate an ASN.1 structure of Microsoft Certificate Template.