@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
23 lines • 532 B
JavaScript
;
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