@peculiar/asn1-pkcs9
Version:
ASN.1 schema for PKCS #9 selected attribute types defined in RFC 2985.
21 lines (12 loc) • 877 B
Markdown
# `@peculiar/asn1-pkcs9`
[](https://github.com/PeculiarVentures/asn1-schema/blob/master/packages/pkcs9/LICENSE)
[](https://badge.fury.io/js/%40peculiar%2Fasn1-pkcs9)
[](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)