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