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