UNPKG

@apeleghq/cms-classes

Version:

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

8 lines 336 B
import type { IAsn1Data } from '@apeleghq/asn1-der'; import { Asn1Sequence } from '@apeleghq/asn1-der'; import type ContentType from './ContentType.js'; declare class ContentInfo extends Asn1Sequence { constructor(contentType: ContentType, content: IAsn1Data); } export default ContentInfo; //# sourceMappingURL=ContentInfo.d.ts.map