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