UNPKG

@wildboar/pkcs

Version:
18 lines 405 B
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary CRIAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * CRIAttributes ATTRIBUTE ::= { * ... -- add any locally defined attributes here -- } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const CRIAttributes: ATTRIBUTE[]; //# sourceMappingURL=CRIAttributes.osa.d.mts.map