devextreme
Version:
JavaScript/TypeScript Component Suite for Responsive Web Development
18 lines (17 loc) • 1.11 kB
JavaScript
/**
* DevExtreme (cjs/__internal/core/license/lcp_key_validation/const.js)
* Version: 25.2.7
* Build date: Tue May 05 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SIGN_LENGTH = exports.RSA_PUBLIC_KEY_XML = exports.LCP_SIGNATURE = exports.DECODE_MAP = void 0;
const LCP_SIGNATURE = exports.LCP_SIGNATURE = "LCPv1";
const SIGN_LENGTH = exports.SIGN_LENGTH = 136;
const DECODE_MAP = exports.DECODE_MAP = "\0\x01\x02\x03\x04\x05\x06\x07\b\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f R\"f6U`'aA7Fdp,?#yeYx[KWwQMqk^T+5&r/8ItLDb2C0;H._ElZ@*N>ojOv\\$]m)JncBVsi<XGP=93zS%g:h(u-!14{|}~";
const RSA_PUBLIC_KEY_XML = exports.RSA_PUBLIC_KEY_XML = "<RSAKeyValue><Modulus>94ACmndawR6kB4PEJnXBBrz5Dn8ekEf5IvL7ro5ZvOyLVDiRwZXYR2uF8tFUSYjS5v7kOg74lfpZqfPXof7kcZwV3ENuy3tB7rqPBZaAqTMp5nBsZOc2H7MgDBXzrSdd4hzASQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue>";