Spaces:
Sleeping
Sleeping
File size: 847 Bytes
2a1c46d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # `@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)
|