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