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