# `@peculiar/asn1-tsp`

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

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

ASN.1 schema for the Time-Stamp Protocol (TSP) defined in RFC 3161.

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

## Specifications

- [RFC 3161: Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)](https://datatracker.ietf.org/doc/html/rfc3161)
