# `@peculiar/asn1-asym-key`

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

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

ASN.1 schema for asymmetric key packages and OneAsymmetricKey structures defined in RFC 5958.

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-asym-key
```

## Specifications

- [RFC 5958: Asymmetric Key Packages](https://datatracker.ietf.org/doc/html/rfc5958)
