UNPKG

@apeleghq/cms-classes

Version:

A collection of utility classes to encode ASN.1 data following DER rules

7 lines 276 B
import { Asn1Sequence } from '@apeleghq/asn1-der'; import type CertificateSet from './CertificateSet.js'; declare class OriginatorInfo extends Asn1Sequence { constructor(certs?: CertificateSet); } export default OriginatorInfo; //# sourceMappingURL=OriginatorInfo.d.ts.map