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