Spaces:
Sleeping
Sleeping
| # `@peculiar/asn1-cms` | |
| [](https://github.com/PeculiarVentures/asn1-schema/blob/master/packages/cms/LICENSE) | |
| [](https://badge.fury.io/js/%40peculiar%2Fasn1-cms) | |
| [](https://nodei.co/npm/@peculiar/asn1-cms/) | |
| ASN.1 schema for Cryptographic Message Syntax (CMS) defined in RFC 5652. | |
| Use the exported classes with `@peculiar/asn1-schema` helpers such as `AsnConvert`, `AsnParser`, and `AsnSerializer` to parse or serialize DER-encoded data defined by the referenced specification. | |
| ## Installation | |
| ```bash | |
| npm install @peculiar/asn1-cms | |
| ``` | |
| ## Specifications | |
| - [RFC 5652: Cryptographic Message Syntax (CMS)](https://datatracker.ietf.org/doc/html/rfc5652) | |