UNPKG

@wildboar/pkcs

Version:
23 lines 532 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CRIAttributes = void 0; /* START_OF_SYMBOL_DEFINITION CRIAttributes */ /** * @summary CRIAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * CRIAttributes ATTRIBUTE ::= { * ... -- add any locally defined attributes here -- } * ``` * * @constant * @type {ATTRIBUTE[]} * */ exports.CRIAttributes = []; /* END_OF_SYMBOL_DEFINITION CRIAttributes */ /* eslint-enable */ //# sourceMappingURL=CRIAttributes.osa.js.map