UNPKG

@apeleghq/cms-classes

Version:

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

14 lines 500 B
import { Asn1Integer } from '@apeleghq/asn1-der'; declare class CMSVersion extends Asn1Integer { version_: number; static get v0(): Readonly<CMSVersion>; static get v1(): Readonly<CMSVersion>; static get v2(): Readonly<CMSVersion>; static get v3(): Readonly<CMSVersion>; static get v4(): Readonly<CMSVersion>; static get v5(): Readonly<CMSVersion>; get version(): number; private constructor(); } export default CMSVersion; //# sourceMappingURL=CMSVersion.d.ts.map