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