@apeleghq/cms-classes
Version:
A collection of utility classes to encode ASN.1 data following DER rules
8 lines • 341 B
TypeScript
import type { Asn1Object } from '@apeleghq/asn1-der';
import { Asn1Sequence } from '@apeleghq/asn1-der';
import type AttributeValue from './AttributeValue.js';
declare class Attribute extends Asn1Sequence {
constructor(attrType: Asn1Object, attrValues: AttributeValue);
}
export default Attribute;
//# sourceMappingURL=Attribute.d.ts.map