# `@peculiar/asn1-pkcs9`

[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/PeculiarVentures/asn1-schema/blob/master/packages/pkcs9/LICENSE)
[![npm version](https://badge.fury.io/js/%40peculiar%2Fasn1-pkcs9.svg)](https://badge.fury.io/js/%40peculiar%2Fasn1-pkcs9)

[![NPM](https://nodei.co/npm/@peculiar/asn1-pkcs9.png)](https://nodei.co/npm/@peculiar/asn1-pkcs9/)

ASN.1 schema for PKCS #9 selected attribute types defined in RFC 2985.

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-pkcs9
```

## Specifications

- [RFC 2985: PKCS #9: Selected Object Classes and Attribute Types](https://datatracker.ietf.org/doc/html/rfc2985)
