UNPKG

@apeleghq/cms-classes

Version:

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

7 lines 319 B
import type { Asn1Object, IAsn1Data } from '@apeleghq/asn1-der'; import { Asn1Sequence } from '@apeleghq/asn1-der'; declare class AttributeTypeAndValue extends Asn1Sequence { constructor(type: Asn1Object, value: IAsn1Data); } export default AttributeTypeAndValue; //# sourceMappingURL=AttributeTypeAndValue.d.ts.map