@peculiar/asn1-tsp
Version:
ASN.1 schema for the Time-Stamp Protocol (TSP) defined in RFC 3161.
21 lines (12 loc) • 874 B
Markdown
# `@peculiar/asn1-tsp`
[](https://github.com/PeculiarVentures/asn1-schema/blob/master/packages/tsp/LICENSE)
[](https://badge.fury.io/js/%40peculiar%2Fasn1-tsp)
[](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)