@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkcs15_ub_recordLength = void 0;
/* START_OF_SYMBOL_DEFINITION pkcs15_ub_recordLength */
/**
* @summary pkcs15_ub_recordLength
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* pkcs15-ub-recordLength INTEGER ::= 16383
* ```
*
* @constant
*/
exports.pkcs15_ub_recordLength = 16383;
/* END_OF_SYMBOL_DEFINITION pkcs15_ub_recordLength */
/* eslint-enable */
//# sourceMappingURL=pkcs15-ub-recordLength.va.js.map