UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 387 B
import type { ATTRIBUTE } from "@wildboar/x500/src/lib/modules/InformationFramework/ATTRIBUTE.oca"; /** * @summary CRIAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * CRIAttributes ATTRIBUTE ::= { * ... -- add any locally defined attributes here -- } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const CRIAttributes: ATTRIBUTE[];