UNPKG

@apeleghq/cms-classes

Version:

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

7 lines 341 B
import { Asn1Set } from '@apeleghq/asn1-der'; import type AttributeTypeAndValue from './AttributeTypeAndValue.js'; declare class RelativeDistinguishedName extends Asn1Set { constructor(...attributeTypeAndValues: AttributeTypeAndValue[]); } export default RelativeDistinguishedName; //# sourceMappingURL=RelativeDistinguishedName.d.ts.map