@peculiar/asn1-rsa
Version:
ASN.1 schema for RSA keys and algorithms defined in RFC 8017.
21 lines (12 loc) • 847 B
Markdown
# `@peculiar/asn1-rsa`
[](https://github.com/PeculiarVentures/asn1-schema/blob/master/packages/rsa/LICENSE)
[](https://badge.fury.io/js/%40peculiar%2Fasn1-rsa)
[](https://nodei.co/npm/@peculiar/asn1-rsa/)
ASN.1 schema for RSA keys and algorithms defined in RFC 8017.
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-rsa
```
## Specifications
- [RFC 8017: PKCS #1 v2.2: RSA Cryptography Specifications](https://datatracker.ietf.org/doc/html/rfc8017)