import{e as Pi}from"./chunk-a740628f.js";import{r as ea}from"./chunk-44692048.js";var z={options:{usePureJavaScript:!1}},ta={},Vi=ta,ma={};ta.encode=function(e,t,a){if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');if(a!==void 0&&typeof a!="number")throw new TypeError('"maxline" must be a number.');var r="";if(!(e instanceof Uint8Array))r=Oi(e,t);else{var i=0,s=t.length,n=t.charAt(0),o=[0];for(i=0;i0;)o.push(u%s),u=u/s|0}for(i=0;e[i]===0&&i=0;--i)r+=t[o[i]]}if(a){var l=new RegExp(".{1,"+a+"}","g");r=r.match(l).join(`\r `)}return r};ta.decode=function(e,t){if(typeof e!="string")throw new TypeError('"input" must be a string.');if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');var a=ma[t];if(!a){a=ma[t]=[];for(var r=0;r>=8;for(;u>0;)n.push(u&255),u>>=8}for(var l=0;e[l]===s&&l0;)s.push(o%r),o=o/r|0}var f="";for(a=0;e.at(a)===0&&a=0;--a)f+=t[s[a]];return f}var Ea=z,xa=Vi,E=Ea.util=Ea.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){E.nextTick=process.nextTick,typeof setImmediate=="function"?E.setImmediate=setImmediate:E.setImmediate=E.nextTick;return}if(typeof setImmediate=="function"){E.setImmediate=function(){return setImmediate.apply(void 0,arguments)},E.nextTick=function(n){return setImmediate(n)};return}if(E.setImmediate=function(n){setTimeout(n,0)},typeof window<"u"&&typeof window.postMessage=="function"){let n=function(o){if(o.source===window&&o.data===e){o.stopPropagation();var f=t.slice();t.length=0,f.forEach(function(u){u()})}};var e="forge.setImmediate",t=[];E.setImmediate=function(o){t.push(o),t.length===1&&window.postMessage(e,"*")},window.addEventListener("message",n,!0)}if(typeof MutationObserver<"u"){var a=Date.now(),r=!0,i=document.createElement("div"),t=[];new MutationObserver(function(){var o=t.slice();t.length=0,o.forEach(function(f){f()})}).observe(i,{attributes:!0});var s=E.setImmediate;E.setImmediate=function(o){Date.now()-a>15?(a=Date.now(),s(o)):(t.push(o),t.length===1&&i.setAttribute("a",r=!r))}}E.nextTick=E.setImmediate})();E.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;E.globalScope=function(){return E.isNodejs?Pi:typeof self>"u"?window:self}();E.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};E.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};E.isArrayBufferView=function(e){return e&&E.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function er(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}E.ByteBuffer=ra;function ra(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(E.isArrayBuffer(e)||E.isArrayBufferView(e))if(typeof Buffer<"u"&&e instanceof Buffer)this.data=e.toString("binary");else{var t=new Uint8Array(e);try{this.data=String.fromCharCode.apply(null,t)}catch{for(var a=0;aFi&&(this.data.substr(0,1),this._constructedStringLength=0)};E.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};E.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};E.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};E.ByteStringBuffer.prototype.fillWithByte=function(e,t){e=String.fromCharCode(e);for(var a=this.data;t>0;)t&1&&(a+=e),t>>>=1,t>0&&(e+=e);return this.data=a,this._optimizeConstructedString(t),this};E.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};E.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(E.encodeUtf8(e))};E.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};E.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};E.ByteStringBuffer.prototype.putInt32=function(e){return this.putBytes(String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};E.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};E.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};E.ByteStringBuffer.prototype.putInt32Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>24&255))};E.ByteStringBuffer.prototype.putInt=function(e,t){er(t);var a="";do t-=8,a+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(a)};E.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<0);return t};E.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),a=2<=a&&(t-=a<<1),t};E.ByteStringBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};E.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};E.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};E.ByteStringBuffer.prototype.setAt=function(e,t){return this.data=this.data.substr(0,this.read+e)+String.fromCharCode(t)+this.data.substr(this.read+e+1),this};E.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};E.ByteStringBuffer.prototype.copy=function(){var e=E.createBuffer(this.data);return e.read=this.read,e};E.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};E.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};E.ByteStringBuffer.prototype.truncate=function(e){var t=Math.max(0,this.length()-e);return this.data=this.data.substr(this.read,t),this.read=0,this};E.ByteStringBuffer.prototype.toHex=function(){for(var e="",t=this.read;t=e)return this;t=Math.max(t||this.growSize,e);var a=new Uint8Array(this.data.buffer,this.data.byteOffset,this.data.byteLength),r=new Uint8Array(this.length()+t);return r.set(a),this.data=new DataView(r.buffer),this};E.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};E.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var a=0;a>8&65535),this.data.setInt8(this.write,e>>16&255),this.write+=3,this};E.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};E.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};E.DataBuffer.prototype.putInt24Le=function(e){return this.accommodate(3),this.data.setInt8(this.write,e>>16&255),this.data.setInt16(this.write,e>>8&65535,!0),this.write+=3,this};E.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};E.DataBuffer.prototype.putInt=function(e,t){er(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};E.DataBuffer.prototype.putSignedInt=function(e,t){return er(t),this.accommodate(t/8),e<0&&(e+=2<0);return t};E.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),a=2<=a&&(t-=a<<1),t};E.DataBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};E.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};E.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};E.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};E.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};E.DataBuffer.prototype.copy=function(){return new E.DataBuffer(this)};E.DataBuffer.prototype.compact=function(){if(this.read>0){var e=new Uint8Array(this.data.buffer,this.read),t=new Uint8Array(e.byteLength);t.set(e),this.data=new DataView(t),this.write-=this.read,this.read=0}return this};E.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};E.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};E.DataBuffer.prototype.toHex=function(){for(var e="",t=this.read;t0;)t&1&&(a+=e),t>>>=1,t>0&&(e+=e);return a};E.xorBytes=function(e,t,a){for(var r="",i="",s="",n=0,o=0;a>0;--a,++n)i=e.charCodeAt(n)^t.charCodeAt(n),o>=10&&(r+=s,s="",o=0),s+=String.fromCharCode(i),++o;return r+=s,r};E.hexToBytes=function(e){var t="",a=0;for(e.length&!0&&(a=1,t+=String.fromCharCode(parseInt(e[0],16)));a>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var yt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",gt=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],za="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";E.encode64=function(e,t){for(var a="",r="",i,s,n,o=0;o>2),a+=yt.charAt((i&3)<<4|s>>4),isNaN(s)?a+="==":(a+=yt.charAt((s&15)<<2|n>>6),a+=isNaN(n)?"=":yt.charAt(n&63)),t&&a.length>t&&(r+=a.substr(0,t)+`\r `,a=a.substr(t));return r+=a,r};E.decode64=function(e){e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var t="",a,r,i,s,n=0;n>4),i!==64&&(t+=String.fromCharCode((r&15)<<4|i>>2),s!==64&&(t+=String.fromCharCode((i&3)<<6|s)));return t};E.encodeUtf8=function(e){return unescape(encodeURIComponent(e))};E.decodeUtf8=function(e){return decodeURIComponent(escape(e))};E.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:xa.encode,decode:xa.decode}};E.binary.raw.encode=function(e){return String.fromCharCode.apply(null,e)};E.binary.raw.decode=function(e,t,a){var r=t;r||(r=new Uint8Array(e.length)),a=a||0;for(var i=a,s=0;s>2),a+=yt.charAt((i&3)<<4|s>>4),isNaN(s)?a+="==":(a+=yt.charAt((s&15)<<2|n>>6),a+=isNaN(n)?"=":yt.charAt(n&63)),t&&a.length>t&&(r+=a.substr(0,t)+`\r `,a=a.substr(t));return r+=a,r};E.binary.base64.decode=function(e,t,a){var r=t;r||(r=new Uint8Array(Math.ceil(e.length/4)*3)),e=e.replace(/[^A-Za-z0-9\+\/\=]/g,""),a=a||0;for(var i,s,n,o,f=0,u=a;f>4,n!==64&&(r[u++]=(s&15)<<4|n>>2,o!==64&&(r[u++]=(n&3)<<6|o));return t?u-a:r.subarray(0,u)};E.binary.base58.encode=function(e,t){return E.binary.baseN.encode(e,za,t)};E.binary.base58.decode=function(e,t){return E.binary.baseN.decode(e,za,t)};E.text={utf8:{},utf16:{}};E.text.utf8.encode=function(e,t,a){e=E.encodeUtf8(e);var r=t;r||(r=new Uint8Array(e.length)),a=a||0;for(var i=a,s=0;s"u"&&(a=["web","flash"]);var i,s=!1,n=null;for(var o in a){i=a[o];try{if(i==="flash"||i==="both"){if(t[0]===null)throw new Error("Flash local storage not available.");r=e.apply(this,t),s=i==="flash"}(i==="web"||i==="both")&&(t[0]=localStorage,r=e.apply(this,t),s=!0)}catch(f){n=f}if(s)break}if(!s)throw n;return r};E.setItem=function(e,t,a,r,i){Er(Mi,arguments,i)};E.getItem=function(e,t,a,r){return Er(Hi,arguments,r)};E.removeItem=function(e,t,a,r){Er(Gi,arguments,r)};E.clearItems=function(e,t,a){Er(qi,arguments,a)};E.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};E.format=function(e){for(var t=/%./g,a,r,i=0,s=[],n=0;a=t.exec(e);){r=e.substring(n,t.lastIndex-2),r.length>0&&s.push(r),n=t.lastIndex;var o=a[0][1];switch(o){case"s":case"o":i");break;case"%":s.push("%");break;default:s.push("<%"+o+"?>")}}return s.push(e.substring(n)),s.join("")};E.formatNumber=function(e,t,a,r){var i=e,s=isNaN(t=Math.abs(t))?2:t,n=a===void 0?",":a,o=r===void 0?".":r,f=i<0?"-":"",u=parseInt(i=Math.abs(+i||0).toFixed(s),10)+"",l=u.length>3?u.length%3:0;return f+(l?u.substr(0,l)+o:"")+u.substr(l).replace(/(\d{3})(?=\d)/g,"$1"+o)+(s?n+Math.abs(i-u).toFixed(s).slice(2):"")};E.formatSize=function(e){return e>=1073741824?e=E.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=E.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=E.formatNumber(e/1024,0)+" KiB":e=E.formatNumber(e,0)+" bytes",e};E.bytesFromIP=function(e){return e.indexOf(".")!==-1?E.bytesFromIPv4(e):e.indexOf(":")!==-1?E.bytesFromIPv6(e):null};E.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=E.createBuffer(),a=0;aa[r].end-a[r].start&&(r=a.length-1))}t.push(s)}if(a.length>0){var f=a[r];f.end-f.start>0&&(t.splice(f.start,f.end-f.start+1,""),f.start===0&&t.unshift(""),f.end===7&&t.push(""))}return t.join(":")};E.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in E&&!e.update)return t(null,E.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return E.cores=navigator.hardwareConcurrency,t(null,E.cores);if(typeof Worker>"u")return E.cores=1,t(null,E.cores);if(typeof Blob>"u")return E.cores=2,t(null,E.cores);var a=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(n){var o=Date.now(),f=o+4;self.postMessage({st:o,et:f})})}.toString(),")()"],{type:"application/javascript"}));r([],5,16);function r(n,o,f){if(o===0){var u=Math.floor(n.reduce(function(l,c){return l+c},0)/n.length);return E.cores=Math.max(1,u),URL.revokeObjectURL(a),t(null,E.cores)}i(f,function(l,c){n.push(s(f,c)),r(n,o-1,f)})}function i(n,o){for(var f=[],u=[],l=0;lC.st&&l.stl.st&&C.st0))return!0;for(var r=0;r0))return!0;for(var r=0;r0)return!1;var a=e.length(),r=e.at(a-1);return r>this.blockSize<<2?!1:(e.truncate(r),!0)};j.cbc=function(e){e=e||{},this.name="CBC",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};j.cbc.prototype.start=function(e){if(e.iv===null){if(!this._prev)throw new Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in e)this._iv=xr(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};j.cbc.prototype.encrypt=function(e,t,a){if(e.length()0))return!0;for(var r=0;r0))return!0;for(var r=0;r0)return!1;var a=e.length(),r=e.at(a-1);return r>this.blockSize<<2?!1:(e.truncate(r),!0)};j.cfb=function(e){e=e||{},this.name="CFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialBlock=new Array(this._ints),this._partialOutput=xe.util.createBuffer(),this._partialBytes=0};j.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xr(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};j.cfb.prototype.encrypt=function(e,t,a){var r=e.length();if(r===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&r>=this.blockSize){for(var i=0;i0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i0)e.read-=this.blockSize;else for(var i=0;i0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!a)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(r-this._partialBytes)),this._partialBytes=0};j.cfb.prototype.decrypt=function(e,t,a){var r=e.length();if(r===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&r>=this.blockSize){for(var i=0;i0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i0)e.read-=this.blockSize;else for(var i=0;i0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!a)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(r-this._partialBytes)),this._partialBytes=0};j.ofb=function(e){e=e||{},this.name="OFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=xe.util.createBuffer(),this._partialBytes=0};j.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xr(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};j.ofb.prototype.encrypt=function(e,t,a){var r=e.length();if(e.length()===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&r>=this.blockSize){for(var i=0;i0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i0)e.read-=this.blockSize;else for(var i=0;i0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!a)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(r-this._partialBytes)),this._partialBytes=0};j.ofb.prototype.decrypt=j.ofb.prototype.encrypt;j.ctr=function(e){e=e||{},this.name="CTR",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=xe.util.createBuffer(),this._partialBytes=0};j.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xr(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};j.ctr.prototype.encrypt=function(e,t,a){var r=e.length();if(r===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&r>=this.blockSize)for(var i=0;i0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i0&&(e.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!a)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(r-this._partialBytes)),this._partialBytes=0}Sr(this._inBlock)};j.ctr.prototype.decrypt=j.ctr.prototype.encrypt;j.gcm=function(e){e=e||{},this.name="GCM",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints),this._partialOutput=xe.util.createBuffer(),this._partialBytes=0,this._R=3774873600};j.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=xe.util.createBuffer(e.iv);this._cipherLength=0;var a;if("additionalData"in e?a=xe.util.createBuffer(e.additionalData):a=xe.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=xe.util.createBuffer(e.tag).getBytes(),this._tag.length!==this._tagLength/8))throw new Error("Authentication tag does not match tag length.");this._hashBlock=new Array(this._ints),this.tag=null,this._hashSubkey=new Array(this._ints),this.cipher.encrypt([0,0,0,0],this._hashSubkey),this.componentBits=4,this._m=this.generateHashTable(this._hashSubkey,this.componentBits);var r=t.length();if(r===12)this._j0=[t.getInt32(),t.getInt32(),t.getInt32(),1];else{for(this._j0=[0,0,0,0];t.length()>0;)this._j0=this.ghash(this._hashSubkey,this._j0,[t.getInt32(),t.getInt32(),t.getInt32(),t.getInt32()]);this._j0=this.ghash(this._hashSubkey,this._j0,[0,0].concat(Pr(r*8)))}this._inBlock=this._j0.slice(0),Sr(this._inBlock),this._partialBytes=0,a=xe.util.createBuffer(a),this._aDataLength=Pr(a.length()*8);var i=a.length()%this.blockSize;for(i&&a.fillWithByte(0,this.blockSize-i),this._s=[0,0,0,0];a.length()>0;)this._s=this.ghash(this._hashSubkey,this._s,[a.getInt32(),a.getInt32(),a.getInt32(),a.getInt32()])};j.gcm.prototype.encrypt=function(e,t,a){var r=e.length();if(r===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&r>=this.blockSize){for(var i=0;i0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!a)return e.read-=this.blockSize,t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(r-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),Sr(this._inBlock)};j.gcm.prototype.decrypt=function(e,t,a){var r=e.length();if(r0))return!0;this.cipher.encrypt(this._inBlock,this._outBlock),Sr(this._inBlock),this._hashBlock[0]=e.getInt32(),this._hashBlock[1]=e.getInt32(),this._hashBlock[2]=e.getInt32(),this._hashBlock[3]=e.getInt32(),this._s=this.ghash(this._hashSubkey,this._s,this._hashBlock);for(var i=0;i0;--r)t[r]=e[r]>>>1|(e[r-1]&1)<<31;t[0]=e[0]>>>1,a&&(t[0]^=this._R)};j.gcm.prototype.tableMultiply=function(e){for(var t=[0,0,0,0],a=0;a<32;++a){var r=a/8|0,i=e[r]>>>(7-a%8)*4&15,s=this._m[a][i];t[0]^=s[0],t[1]^=s[1],t[2]^=s[2],t[3]^=s[3]}return t};j.gcm.prototype.ghash=function(e,t,a){return t[0]^=a[0],t[1]^=a[1],t[2]^=a[2],t[3]^=a[3],this.tableMultiply(t)};j.gcm.prototype.generateHashTable=function(e,t){for(var a=8/t,r=4*a,i=16*a,s=new Array(i),n=0;n>>1,i=new Array(a);i[r]=e.slice(0);for(var s=r>>>1;s>0;)this.pow(i[2*s],i[s]=[]),s>>=1;for(s=2;s4){var a=e;e=xe.util.createBuffer();for(var r=0;r>>2;for(var r=0;r>8^o&255^99,Fe[a]=o,Vr[o]=a,f=e[o],i=e[a],s=e[i],n=e[s],u=f<<24^o<<16^o<<8^(o^f),l=(i^s^n)<<24^(a^n)<<16^(a^s^n)<<8^(a^i^n);for(var c=0;c<4;++c)Nt[c][a]=u,tt[c][o]=l,u=u<<24|u>>>8,l=l<<24|l>>>8;a===0?a=r=1:(a=i^e[e[e[i^n]]],r^=e[e[r]])}}function Wa(e,t){for(var a=e.slice(0),r,i=1,s=a.length,n=s+6+1,o=kt*n,f=s;f>>16&255]<<24^Fe[r>>>8&255]<<16^Fe[r&255]<<8^Fe[r>>>24]^Ya[i]<<24,i++):s>6&&f%s===4&&(r=Fe[r>>>24]<<24^Fe[r>>>16&255]<<16^Fe[r>>>8&255]<<8^Fe[r&255]),a[f]=a[f-s]^r;if(t){var u,l=tt[0],c=tt[1],v=tt[2],C=tt[3],y=a.slice(0);o=a.length;for(var f=0,x=o-kt;f>>24]]^c[Fe[u>>>16&255]]^v[Fe[u>>>8&255]]^C[Fe[u&255]];a=y}return a}function Or(e,t,a,r){var i=e.length/4-1,s,n,o,f,u;r?(s=tt[0],n=tt[1],o=tt[2],f=tt[3],u=Vr):(s=Nt[0],n=Nt[1],o=Nt[2],f=Nt[3],u=Fe);var l,c,v,C,y,x,T;l=t[0]^e[0],c=t[r?3:1]^e[1],v=t[2]^e[2],C=t[r?1:3]^e[3];for(var I=3,B=1;B>>24]^n[c>>>16&255]^o[v>>>8&255]^f[C&255]^e[++I],x=s[c>>>24]^n[v>>>16&255]^o[C>>>8&255]^f[l&255]^e[++I],T=s[v>>>24]^n[C>>>16&255]^o[l>>>8&255]^f[c&255]^e[++I],C=s[C>>>24]^n[l>>>16&255]^o[c>>>8&255]^f[v&255]^e[++I],l=y,c=x,v=T;a[0]=u[l>>>24]<<24^u[c>>>16&255]<<16^u[v>>>8&255]<<8^u[C&255]^e[++I],a[r?3:1]=u[c>>>24]<<24^u[v>>>16&255]<<16^u[C>>>8&255]<<8^u[l&255]^e[++I],a[2]=u[v>>>24]<<24^u[C>>>16&255]<<16^u[l>>>8&255]<<8^u[c&255]^e[++I],a[r?1:3]=u[C>>>24]<<24^u[l>>>16&255]<<16^u[c>>>8&255]<<8^u[v&255]^e[++I]}function Tr(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),a="AES-"+t,r;e.decrypt?r=ue.cipher.createDecipher(a,e.key):r=ue.cipher.createCipher(a,e.key);var i=r.start;return r.start=function(s,n){var o=null;n instanceof ue.util.ByteBuffer&&(o=n,n={}),n=n||{},n.output=o,n.iv=s,i.call(r,n)},r}var jt=z;jt.pki=jt.pki||{};var Fr=jt.pki.oids=jt.oids=jt.oids||{};function R(e,t){Fr[e]=t,Fr[t]=e}function te(e,t){Fr[e]=t}R("1.2.840.113549.1.1.1","rsaEncryption");R("1.2.840.113549.1.1.4","md5WithRSAEncryption");R("1.2.840.113549.1.1.5","sha1WithRSAEncryption");R("1.2.840.113549.1.1.7","RSAES-OAEP");R("1.2.840.113549.1.1.8","mgf1");R("1.2.840.113549.1.1.9","pSpecified");R("1.2.840.113549.1.1.10","RSASSA-PSS");R("1.2.840.113549.1.1.11","sha256WithRSAEncryption");R("1.2.840.113549.1.1.12","sha384WithRSAEncryption");R("1.2.840.113549.1.1.13","sha512WithRSAEncryption");R("1.3.101.112","EdDSA25519");R("1.2.840.10040.4.3","dsa-with-sha1");R("1.3.14.3.2.7","desCBC");R("1.3.14.3.2.26","sha1");R("1.3.14.3.2.29","sha1WithRSASignature");R("2.16.840.1.101.3.4.2.1","sha256");R("2.16.840.1.101.3.4.2.2","sha384");R("2.16.840.1.101.3.4.2.3","sha512");R("2.16.840.1.101.3.4.2.4","sha224");R("2.16.840.1.101.3.4.2.5","sha512-224");R("2.16.840.1.101.3.4.2.6","sha512-256");R("1.2.840.113549.2.2","md2");R("1.2.840.113549.2.5","md5");R("1.2.840.113549.1.7.1","data");R("1.2.840.113549.1.7.2","signedData");R("1.2.840.113549.1.7.3","envelopedData");R("1.2.840.113549.1.7.4","signedAndEnvelopedData");R("1.2.840.113549.1.7.5","digestedData");R("1.2.840.113549.1.7.6","encryptedData");R("1.2.840.113549.1.9.1","emailAddress");R("1.2.840.113549.1.9.2","unstructuredName");R("1.2.840.113549.1.9.3","contentType");R("1.2.840.113549.1.9.4","messageDigest");R("1.2.840.113549.1.9.5","signingTime");R("1.2.840.113549.1.9.6","counterSignature");R("1.2.840.113549.1.9.7","challengePassword");R("1.2.840.113549.1.9.8","unstructuredAddress");R("1.2.840.113549.1.9.14","extensionRequest");R("1.2.840.113549.1.9.20","friendlyName");R("1.2.840.113549.1.9.21","localKeyId");R("1.2.840.113549.1.9.22.1","x509Certificate");R("1.2.840.113549.1.12.10.1.1","keyBag");R("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");R("1.2.840.113549.1.12.10.1.3","certBag");R("1.2.840.113549.1.12.10.1.4","crlBag");R("1.2.840.113549.1.12.10.1.5","secretBag");R("1.2.840.113549.1.12.10.1.6","safeContentsBag");R("1.2.840.113549.1.5.13","pkcs5PBES2");R("1.2.840.113549.1.5.12","pkcs5PBKDF2");R("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");R("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");R("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");R("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");R("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");R("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");R("1.2.840.113549.2.7","hmacWithSHA1");R("1.2.840.113549.2.8","hmacWithSHA224");R("1.2.840.113549.2.9","hmacWithSHA256");R("1.2.840.113549.2.10","hmacWithSHA384");R("1.2.840.113549.2.11","hmacWithSHA512");R("1.2.840.113549.3.7","des-EDE3-CBC");R("2.16.840.1.101.3.4.1.2","aes128-CBC");R("2.16.840.1.101.3.4.1.22","aes192-CBC");R("2.16.840.1.101.3.4.1.42","aes256-CBC");R("2.5.4.3","commonName");R("2.5.4.4","surname");R("2.5.4.5","serialNumber");R("2.5.4.6","countryName");R("2.5.4.7","localityName");R("2.5.4.8","stateOrProvinceName");R("2.5.4.9","streetAddress");R("2.5.4.10","organizationName");R("2.5.4.11","organizationalUnitName");R("2.5.4.12","title");R("2.5.4.13","description");R("2.5.4.15","businessCategory");R("2.5.4.17","postalCode");R("2.5.4.42","givenName");R("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");R("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");R("2.16.840.1.113730.1.1","nsCertType");R("2.16.840.1.113730.1.13","nsComment");te("2.5.29.1","authorityKeyIdentifier");te("2.5.29.2","keyAttributes");te("2.5.29.3","certificatePolicies");te("2.5.29.4","keyUsageRestriction");te("2.5.29.5","policyMapping");te("2.5.29.6","subtreesConstraint");te("2.5.29.7","subjectAltName");te("2.5.29.8","issuerAltName");te("2.5.29.9","subjectDirectoryAttributes");te("2.5.29.10","basicConstraints");te("2.5.29.11","nameConstraints");te("2.5.29.12","policyConstraints");te("2.5.29.13","basicConstraints");R("2.5.29.14","subjectKeyIdentifier");R("2.5.29.15","keyUsage");te("2.5.29.16","privateKeyUsagePeriod");R("2.5.29.17","subjectAltName");R("2.5.29.18","issuerAltName");R("2.5.29.19","basicConstraints");te("2.5.29.20","cRLNumber");te("2.5.29.21","cRLReason");te("2.5.29.22","expirationDate");te("2.5.29.23","instructionCode");te("2.5.29.24","invalidityDate");te("2.5.29.25","cRLDistributionPoints");te("2.5.29.26","issuingDistributionPoint");te("2.5.29.27","deltaCRLIndicator");te("2.5.29.28","issuingDistributionPoint");te("2.5.29.29","certificateIssuer");te("2.5.29.30","nameConstraints");R("2.5.29.31","cRLDistributionPoints");R("2.5.29.32","certificatePolicies");te("2.5.29.33","policyMappings");te("2.5.29.34","policyConstraints");R("2.5.29.35","authorityKeyIdentifier");te("2.5.29.36","policyConstraints");R("2.5.29.37","extKeyUsage");te("2.5.29.46","freshestCRL");te("2.5.29.54","inhibitAnyPolicy");R("1.3.6.1.4.1.11129.2.4.2","timestampList");R("1.3.6.1.5.5.7.1.1","authorityInfoAccess");R("1.3.6.1.5.5.7.3.1","serverAuth");R("1.3.6.1.5.5.7.3.2","clientAuth");R("1.3.6.1.5.5.7.3.3","codeSigning");R("1.3.6.1.5.5.7.3.4","emailProtection");R("1.3.6.1.5.5.7.3.8","timeStamping");var fe=z,U=fe.asn1=fe.asn1||{};U.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};U.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};U.create=function(e,t,a,r,i){if(fe.util.isArray(r)){for(var s=[],n=0;nt){var r=new Error("Too few bytes to parse DER.");throw r.available=e.length(),r.remaining=t,r.requested=a,r}}var Qi=function(e,t){var a=e.getByte();if(t--,a!==128){var r,i=a&128;if(!i)r=a;else{var s=a&127;Xt(e,t,s),r=e.getInt(s<<3)}if(r<0)throw new Error("Negative length: "+r);return r}};U.fromDer=function(e,t){t===void 0&&(t={strict:!0,parseAllBytes:!0,decodeBitStrings:!0}),typeof t=="boolean"&&(t={strict:t,parseAllBytes:!0,decodeBitStrings:!0}),"strict"in t||(t.strict=!0),"parseAllBytes"in t||(t.parseAllBytes=!0),"decodeBitStrings"in t||(t.decodeBitStrings=!0),typeof e=="string"&&(e=fe.util.createBuffer(e));var a=e.length(),r=or(e,e.length(),0,t);if(t.parseAllBytes&&e.length()!==0){var i=new Error("Unparsed DER bytes remain after ASN.1 parsing.");throw i.byteCount=a,i.remaining=e.length(),i}return r};function or(e,t,a,r){var i;Xt(e,t,2);var s=e.getByte();t--;var n=s&192,o=s&31;i=e.length();var f=Qi(e,t);if(t-=i-e.length(),f!==void 0&&f>t){if(r.strict){var u=new Error("Too few bytes to read ASN.1 value.");throw u.available=e.length(),u.remaining=t,u.requested=f,u}f=t}var l,c,v=(s&32)===32;if(v)if(l=[],f===void 0)for(;;){if(Xt(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),l.push(or(e,t,a+1,r)),t-=i-e.length()}else for(;f>0;)i=e.length(),l.push(or(e,f,a+1,r)),t-=i-e.length(),f-=i-e.length();if(l===void 0&&n===U.Class.UNIVERSAL&&o===U.Type.BITSTRING&&(c=e.bytes(f)),l===void 0&&r.decodeBitStrings&&n===U.Class.UNIVERSAL&&o===U.Type.BITSTRING&&f>1){var C=e.read,y=t,x=0;if(o===U.Type.BITSTRING&&(Xt(e,t,1),x=e.getByte(),t--),x===0)try{i=e.length();var T={strict:!0,decodeBitStrings:!0},I=or(e,t,a+1,T),B=i-e.length();t-=B,o==U.Type.BITSTRING&&B++;var b=I.tagClass;B===f&&(b===U.Class.UNIVERSAL||b===U.Class.CONTEXT_SPECIFIC)&&(l=[I])}catch{}l===void 0&&(e.read=C,t=y)}if(l===void 0){if(f===void 0){if(r.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");f=t}if(o===U.Type.BMPSTRING)for(l="";f>0;f-=2)Xt(e,t,2),l+=String.fromCharCode(e.getInt16()),t-=2;else l=e.getBytes(f),t-=f}var V=c===void 0?null:{bitStringContents:c};return U.create(n,o,v,l,V)}U.toDer=function(e){var t=fe.util.createBuffer(),a=e.tagClass|e.type,r=fe.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=U.equals(e,e.original))),i)r.putBytes(e.bitStringContents);else if(e.composed){e.constructed?a|=32:r.putByte(0);for(var s=0;s1&&(e.value.charCodeAt(0)===0&&!(e.value.charCodeAt(1)&128)||e.value.charCodeAt(0)===255&&(e.value.charCodeAt(1)&128)===128)?r.putBytes(e.value.substr(1)):r.putBytes(e.value);if(t.putByte(a),r.length()<=127)t.putByte(r.length()&127);else{var n=r.length(),o="";do o+=String.fromCharCode(n&255),n=n>>>8;while(n>0);t.putByte(o.length|128);for(var s=o.length-1;s>=0;--s)t.putByte(o.charCodeAt(s))}return t.putBuffer(r),t};U.oidToDer=function(e){var t=e.split("."),a=fe.util.createBuffer();a.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var r,i,s,n,o=2;o>>7,r||(n|=128),i.push(n),r=!1;while(s>0);for(var f=i.length-1;f>=0;--f)a.putByte(i[f])}return a};U.derToOid=function(e){var t;typeof e=="string"&&(e=fe.util.createBuffer(e));var a=e.getByte();t=Math.floor(a/40)+"."+a%40;for(var r=0;e.length()>0;)a=e.getByte(),r=r<<7,a&128?r+=a&127:(t+="."+(r+a),r=0);return t};U.utcTimeToDate=function(e){var t=new Date,a=parseInt(e.substr(0,2),10);a=a>=50?1900+a:2e3+a;var r=parseInt(e.substr(2,2),10)-1,i=parseInt(e.substr(4,2),10),s=parseInt(e.substr(6,2),10),n=parseInt(e.substr(8,2),10),o=0;if(e.length>11){var f=e.charAt(10),u=10;f!=="+"&&f!=="-"&&(o=parseInt(e.substr(10,2),10),u+=2)}if(t.setUTCFullYear(a,r,i),t.setUTCHours(s,n,o,0),u&&(f=e.charAt(u),f==="+"||f==="-")){var l=parseInt(e.substr(u+1,2),10),c=parseInt(e.substr(u+4,2),10),v=l*60+c;v*=6e4,f==="+"?t.setTime(+t-v):t.setTime(+t+v)}return t};U.generalizedTimeToDate=function(e){var t=new Date,a=parseInt(e.substr(0,4),10),r=parseInt(e.substr(4,2),10)-1,i=parseInt(e.substr(6,2),10),s=parseInt(e.substr(8,2),10),n=parseInt(e.substr(10,2),10),o=parseInt(e.substr(12,2),10),f=0,u=0,l=!1;e.charAt(e.length-1)==="Z"&&(l=!0);var c=e.length-5,v=e.charAt(c);if(v==="+"||v==="-"){var C=parseInt(e.substr(c+1,2),10),y=parseInt(e.substr(c+4,2),10);u=C*60+y,u*=6e4,v==="+"&&(u*=-1),l=!0}return e.charAt(14)==="."&&(f=parseFloat(e.substr(14),10)*1e3),l?(t.setUTCFullYear(a,r,i),t.setUTCHours(s,n,o,f),t.setTime(+t+u)):(t.setFullYear(a,r,i),t.setHours(s,n,o,f)),t};U.dateToUtcTime=function(e){if(typeof e=="string")return e;var t="",a=[];a.push((""+e.getUTCFullYear()).substr(2)),a.push(""+(e.getUTCMonth()+1)),a.push(""+e.getUTCDate()),a.push(""+e.getUTCHours()),a.push(""+e.getUTCMinutes()),a.push(""+e.getUTCSeconds());for(var r=0;r=-128&&e<128)return t.putSignedInt(e,8);if(e>=-32768&&e<32768)return t.putSignedInt(e,16);if(e>=-8388608&&e<8388608)return t.putSignedInt(e,24);if(e>=-2147483648&&e<2147483648)return t.putSignedInt(e,32);var a=new Error("Integer too large; max is 32-bits.");throw a.integer=e,a};U.derToInteger=function(e){typeof e=="string"&&(e=fe.util.createBuffer(e));var t=e.length()*8;if(t>32)throw new Error("Integer too large; max is 32-bits.");return e.getSignedInt(t)};U.validate=function(e,t,a,r){var i=!1;if((e.tagClass===t.tagClass||typeof t.tagClass>"u")&&(e.type===t.type||typeof t.type>"u"))if(e.constructed===t.constructed||typeof t.constructed>"u"){if(i=!0,t.value&&fe.util.isArray(t.value))for(var s=0,n=0;i&&n0&&(r+=` `);for(var i="",s=0;s1?r+="0x"+fe.util.bytesToHex(e.value.slice(1)):r+="(none)",e.value.length>0){var u=e.value.charCodeAt(0);u==1?r+=" (1 unused bit shown)":u>1&&(r+=" ("+u+" unused bits shown)")}}else if(e.type===U.Type.OCTETSTRING)Sa.test(e.value)||(r+="("+e.value+") "),r+="0x"+fe.util.bytesToHex(e.value);else if(e.type===U.Type.UTF8)try{r+=fe.util.decodeUtf8(e.value)}catch(l){if(l.message==="URI malformed")r+="0x"+fe.util.bytesToHex(e.value)+" (malformed UTF8)";else throw l}else e.type===U.Type.PRINTABLESTRING||e.type===U.Type.IA5String?r+=e.value:Sa.test(e.value)?r+="0x"+fe.util.bytesToHex(e.value):e.value.length===0?r+="[null]":r+=e.value}return r};var lr=z;lr.md=lr.md||{};lr.md.algorithms=lr.md.algorithms||{};var ct=z,zi=ct.hmac=ct.hmac||{};zi.create=function(){var e=null,t=null,a=null,r=null,i={};return i.start=function(s,n){if(s!==null)if(typeof s=="string")if(s=s.toLowerCase(),s in ct.md.algorithms)t=ct.md.algorithms[s].create();else throw new Error('Unknown hash algorithm "'+s+'"');else t=s;if(n===null)n=e;else{if(typeof n=="string")n=ct.util.createBuffer(n);else if(ct.util.isArray(n)){var o=n;n=ct.util.createBuffer();for(var f=0;ft.blockLength&&(t.start(),t.update(n.bytes()),n=t.digest()),a=ct.util.createBuffer(),r=ct.util.createBuffer(),u=n.length();for(var f=0;f>>0,n>>>0];for(var o=r.fullMessageLength.length-1;o>=0;--o)r.fullMessageLength[o]+=n[1],n[1]=n[0]+(r.fullMessageLength[o]/4294967296>>>0),r.fullMessageLength[o]=r.fullMessageLength[o]>>>0,n[0]=n[1]/4294967296>>>0;return t.putBytes(i),Ta(e,a,t),(t.read>2048||t.length()===0)&&t.compact(),r},r.digest=function(){var i=nt.util.createBuffer();i.putBytes(t.bytes());var s=r.fullMessageLength[r.fullMessageLength.length-1]+r.messageLengthSize,n=s&r.blockLength-1;i.putBytes(Kr.substr(0,r.blockLength-n));for(var o,f=0,u=r.fullMessageLength.length-1;u>=0;--u)o=r.fullMessageLength[u]*8+f,f=o/4294967296>>>0,i.putInt32Le(o>>>0);var l={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3};Ta(l,a,i);var c=nt.util.createBuffer();return c.putInt32Le(l.h0),c.putInt32Le(l.h1),c.putInt32Le(l.h2),c.putInt32Le(l.h3),c},r};var Kr=null,ur=null,Wt=null,Pt=null,$a=!1;function Yi(){Kr=String.fromCharCode(128),Kr+=nt.util.fillString(String.fromCharCode(0),64),ur=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1,6,11,0,5,10,15,4,9,14,3,8,13,2,7,12,5,8,11,14,1,4,7,10,13,0,3,6,9,12,15,2,0,7,14,5,12,3,10,1,8,15,6,13,4,11,2,9],Wt=[7,12,17,22,7,12,17,22,7,12,17,22,7,12,17,22,5,9,14,20,5,9,14,20,5,9,14,20,5,9,14,20,4,11,16,23,4,11,16,23,4,11,16,23,4,11,16,23,6,10,15,21,6,10,15,21,6,10,15,21,6,10,15,21],Pt=new Array(64);for(var e=0;e<64;++e)Pt[e]=Math.floor(Math.abs(Math.sin(e+1))*4294967296);$a=!0}function Ta(e,t,a){for(var r,i,s,n,o,f,u,l,c=a.length();c>=64;){for(i=e.h0,s=e.h1,n=e.h2,o=e.h3,l=0;l<16;++l)t[l]=a.getInt32Le(),f=o^s&(n^o),r=i+f+Pt[l]+t[l],u=Wt[l],i=o,o=n,n=s,s+=r<>>32-u;for(;l<32;++l)f=n^o&(s^n),r=i+f+Pt[l]+t[ur[l]],u=Wt[l],i=o,o=n,n=s,s+=r<>>32-u;for(;l<48;++l)f=s^n^o,r=i+f+Pt[l]+t[ur[l]],u=Wt[l],i=o,o=n,n=s,s+=r<>>32-u;for(;l<64;++l)f=n^(s|~o),r=i+f+Pt[l]+t[ur[l]],u=Wt[l],i=o,o=n,n=s,s+=r<>>32-u;e.h0=e.h0+i|0,e.h1=e.h1+s|0,e.h2=e.h2+n|0,e.h3=e.h3+o|0,c-=64}}var cr=z,Za=cr.pem=cr.pem||{};Za.encode=function(e,t){t=t||{};var a="-----BEGIN "+e.type+`-----\r `,r;if(e.procType&&(r={name:"Proc-Type",values:[String(e.procType.version),e.procType.type]},a+=ar(r)),e.contentDomain&&(r={name:"Content-Domain",values:[e.contentDomain]},a+=ar(r)),e.dekInfo&&(r={name:"DEK-Info",values:[e.dekInfo.algorithm]},e.dekInfo.parameters&&r.values.push(e.dekInfo.parameters),a+=ar(r)),e.headers)for(var i=0;i65&&n!==-1){var o=t[n];o===","?(++n,t=t.substr(0,n)+`\r `+t.substr(n)):t=t.substr(0,n)+`\r `+o+t.substr(n+1),s=i-n-1,n=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(n=i);return t}function Xi(e){return e.replace(/^\s+/,"")}var ce=z;ce.des=ce.des||{};ce.des.startEncrypting=function(e,t,a,r){var i=Ir({key:e,output:a,decrypt:!1,mode:r||(t===null?"ECB":"CBC")});return i.start(t),i};ce.des.createEncryptionCipher=function(e,t){return Ir({key:e,output:null,decrypt:!1,mode:t})};ce.des.startDecrypting=function(e,t,a,r){var i=Ir({key:e,output:a,decrypt:!0,mode:r||(t===null?"ECB":"CBC")});return i.start(t),i};ce.des.createDecryptionCipher=function(e,t){return Ir({key:e,output:null,decrypt:!0,mode:t})};ce.des.Algorithm=function(e,t){var a=this;a.name=e,a.mode=new t({blockSize:8,cipher:{encrypt:function(r,i){return Ia(a._keys,r,i,!1)},decrypt:function(r,i){return Ia(a._keys,r,i,!0)}}}),a._init=!1};ce.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=ce.util.createBuffer(e.key);if(this.name.indexOf("3DES")===0&&t.length()!==24)throw new Error("Invalid Triple-DES key size: "+t.length()*8);this._keys=an(t),this._init=!0}};ft("DES-ECB",ce.cipher.modes.ecb);ft("DES-CBC",ce.cipher.modes.cbc);ft("DES-CFB",ce.cipher.modes.cfb);ft("DES-OFB",ce.cipher.modes.ofb);ft("DES-CTR",ce.cipher.modes.ctr);ft("3DES-ECB",ce.cipher.modes.ecb);ft("3DES-CBC",ce.cipher.modes.cbc);ft("3DES-CFB",ce.cipher.modes.cfb);ft("3DES-OFB",ce.cipher.modes.ofb);ft("3DES-CTR",ce.cipher.modes.ctr);function ft(e,t){var a=function(){return new ce.des.Algorithm(e,t)};ce.cipher.registerAlgorithm(e,a)}var Wi=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,0,65540,66560,0,16842756],ji=[-2146402272,-2147450880,32768,1081376,1048576,32,-2146435040,-2147450848,-2147483616,-2146402272,-2146402304,-2147483648,-2147450880,1048576,32,-2146435040,1081344,1048608,-2147450848,0,-2147483648,32768,1081376,-2146435072,1048608,-2147483616,0,1081344,32800,-2146402304,-2146435072,32800,0,1081376,-2146435040,1048576,-2147450848,-2146435072,-2146402304,32768,-2146435072,-2147450880,32,-2146402272,1081376,32,32768,-2147483648,32800,-2146402304,1048576,-2147483616,1048608,-2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],$i=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],Zi=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],Ji=[256,34078976,34078720,1107296512,524288,256,1073741824,34078720,1074266368,524288,33554688,1074266368,1107296512,1107820544,524544,1073741824,33554432,1074266112,1074266112,0,1073742080,1107820800,1107820800,33554688,1107820544,1073742080,0,1107296256,34078976,33554432,1107296256,524544,524288,1107296512,256,33554432,1073741824,34078720,1107296512,1074266368,33554688,1073741824,1107820544,34078976,1074266368,256,33554432,1107820544,1107820800,524544,1107296256,1107820800,34078720,0,1074266112,1107296256,524544,33554688,1073742080,524288,0,1074266112,34078976,1073742080],en=[536870928,541065216,16384,541081616,541065216,16,541081616,4194304,536887296,4210704,4194304,536870928,4194320,536887296,536870912,16400,0,4194320,536887312,16384,4210688,536887312,16,541065232,541065232,0,4210704,541081600,16400,4210688,541081600,536870912,536887296,16,541065232,4210688,541081616,4194304,16400,536870928,4194304,536887296,536870912,16400,536870928,541081616,4210688,541065216,4210704,541081600,0,541065232,16,16384,541065216,4210704,16384,4194320,536887312,0,541081600,536870912,4194320,536887312],tn=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,67108866,67110912,2048,2097154],rn=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,268435456,268701696];function an(e){for(var t=[0,4,536870912,536870916,65536,65540,536936448,536936452,512,516,536871424,536871428,66048,66052,536936960,536936964],a=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],r=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],i=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],s=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],n=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],o=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],f=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],u=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],l=[0,268435456,8,268435464,0,268435456,8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],c=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],v=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],C=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],y=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],x=e.length()>8?3:1,T=[],I=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],B=0,b,V=0;V>>4^w)&252645135,w^=b,D^=b<<4,b=(w>>>-16^D)&65535,D^=b,w^=b<<-16,b=(D>>>2^w)&858993459,w^=b,D^=b<<2,b=(w>>>-16^D)&65535,D^=b,w^=b<<-16,b=(D>>>1^w)&1431655765,w^=b,D^=b<<1,b=(w>>>8^D)&16711935,D^=b,w^=b<<8,b=(D>>>1^w)&1431655765,w^=b,D^=b<<1,b=D<<8|w>>>20&240,D=w<<24|w<<8&16711680|w>>>8&65280|w>>>24&240,w=b;for(var G=0;G>>26,w=w<<2|w>>>26):(D=D<<1|D>>>27,w=w<<1|w>>>27),D&=-15,w&=-15;var Y=t[D>>>28]|a[D>>>24&15]|r[D>>>20&15]|i[D>>>16&15]|s[D>>>12&15]|n[D>>>8&15]|o[D>>>4&15],re=f[w>>>28]|u[w>>>24&15]|l[w>>>20&15]|c[w>>>16&15]|v[w>>>12&15]|C[w>>>8&15]|y[w>>>4&15];b=(re>>>16^Y)&65535,T[B++]=Y^b,T[B++]=re^b<<16}}return T}function Ia(e,t,a,r){var i=e.length===32?3:9,s;i===3?s=r?[30,-2,-2]:[0,32,2]:s=r?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var n,o=t[0],f=t[1];n=(o>>>4^f)&252645135,f^=n,o^=n<<4,n=(o>>>16^f)&65535,f^=n,o^=n<<16,n=(f>>>2^o)&858993459,o^=n,f^=n<<2,n=(f>>>8^o)&16711935,o^=n,f^=n<<8,n=(o>>>1^f)&1431655765,f^=n,o^=n<<1,o=o<<1|o>>>31,f=f<<1|f>>>31;for(var u=0;u>>4|f<<28)^e[v+1];n=o,o=f,f=n^(ji[C>>>24&63]|Zi[C>>>16&63]|en[C>>>8&63]|rn[C&63]|Wi[y>>>24&63]|$i[y>>>16&63]|Ji[y>>>8&63]|tn[y&63])}n=o,o=f,f=n}o=o>>>1|o<<31,f=f>>>1|f<<31,n=(o>>>1^f)&1431655765,f^=n,o^=n<<1,n=(f>>>8^o)&16711935,o^=n,f^=n<<8,n=(f>>>2^o)&858993459,o^=n,f^=n<<2,n=(o>>>16^f)&65535,f^=n,o^=n<<16,n=(o>>>4^f)&252645135,f^=n,o^=n<<4,a[0]=o,a[1]=f}function Ir(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),a="DES-"+t,r;e.decrypt?r=ce.cipher.createDecipher(a,e.key):r=ce.cipher.createCipher(a,e.key);var i=r.start;return r.start=function(s,n){var o=null;n instanceof ce.util.ByteBuffer&&(o=n,n={}),n=n||{},n.output=o,n.iv=s,i.call(r,n)},r}var Ke=z,nn=Ke.pkcs5=Ke.pkcs5||{},lt;Ke.util.isNodejs&&!Ke.options.usePureJavaScript&&(lt=ea);Ke.pbkdf2=nn.pbkdf2=function(e,t,a,r,i,s){if(typeof i=="function"&&(s=i,i=null),Ke.util.isNodejs&&!Ke.options.usePureJavaScript&<.pbkdf2&&(i===null||typeof i!="object")&&(lt.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),s?lt.pbkdf2Sync.length===4?lt.pbkdf2(e,t,a,r,function(b,V){if(b)return s(b);s(null,V.toString("binary"))}):lt.pbkdf2(e,t,a,r,i,function(b,V){if(b)return s(b);s(null,V.toString("binary"))}):lt.pbkdf2Sync.length===4?lt.pbkdf2Sync(e,t,a,r).toString("binary"):lt.pbkdf2Sync(e,t,a,r,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in Ke.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=Ke.md[i].create()}var n=i.digestLength;if(r>4294967295*n){var o=new Error("Derived key is too long.");if(s)return s(o);throw o}var f=Math.ceil(r/n),u=r-(f-1)*n,l=Ke.hmac.create();l.start(i,e);var c="",v,C,y;if(!s){for(var x=1;x<=f;++x){l.start(null,null),l.update(t),l.update(Ke.util.int32ToBytes(x)),v=y=l.digest().getBytes();for(var T=2;T<=a;++T)l.start(null,null),l.update(y),C=l.digest().getBytes(),v=Ke.util.xorBytes(v,C,n),y=C;c+=xf)return s(null,c);l.start(null,null),l.update(t),l.update(Ke.util.int32ToBytes(x)),v=y=l.digest().getBytes(),T=2,B()}function B(){if(T<=a)return l.start(null,null),l.update(y),C=l.digest().getBytes(),v=Ke.util.xorBytes(v,C,n),y=C,++T,Ke.util.setImmediate(B);c+=x>>0,n>>>0];for(var o=r.fullMessageLength.length-1;o>=0;--o)r.fullMessageLength[o]+=n[1],n[1]=n[0]+(r.fullMessageLength[o]/4294967296>>>0),r.fullMessageLength[o]=r.fullMessageLength[o]>>>0,n[0]=n[1]/4294967296>>>0;return t.putBytes(i),Aa(e,a,t),(t.read>2048||t.length()===0)&&t.compact(),r},r.digest=function(){var i=st.util.createBuffer();i.putBytes(t.bytes());var s=r.fullMessageLength[r.fullMessageLength.length-1]+r.messageLengthSize,n=s&r.blockLength-1;i.putBytes(Mr.substr(0,r.blockLength-n));for(var o,f,u=r.fullMessageLength[0]*8,l=0;l>>0,u+=f,i.putInt32(u>>>0),u=o>>>0;i.putInt32(u);var c={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4,h5:e.h5,h6:e.h6,h7:e.h7};Aa(c,a,i);var v=st.util.createBuffer();return v.putInt32(c.h0),v.putInt32(c.h1),v.putInt32(c.h2),v.putInt32(c.h3),v.putInt32(c.h4),v.putInt32(c.h5),v.putInt32(c.h6),v.putInt32(c.h7),v},r};var Mr=null,ei=!1,ti=null;function sn(){Mr=String.fromCharCode(128),Mr+=st.util.fillString(String.fromCharCode(0),64),ti=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],ei=!0}function Aa(e,t,a){for(var r,i,s,n,o,f,u,l,c,v,C,y,x,T,I,B=a.length();B>=64;){for(u=0;u<16;++u)t[u]=a.getInt32();for(;u<64;++u)r=t[u-2],r=(r>>>17|r<<15)^(r>>>19|r<<13)^r>>>10,i=t[u-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[u]=r+t[u-7]+i+t[u-16]|0;for(l=e.h0,c=e.h1,v=e.h2,C=e.h3,y=e.h4,x=e.h5,T=e.h6,I=e.h7,u=0;u<64;++u)n=(y>>>6|y<<26)^(y>>>11|y<<21)^(y>>>25|y<<7),o=T^y&(x^T),s=(l>>>2|l<<30)^(l>>>13|l<<19)^(l>>>22|l<<10),f=l&c|v&(l^c),r=I+n+o+ti[u]+t[u],i=s+f,I=T,T=x,x=y,y=C+r>>>0,C=v,v=c,c=l,l=r+i>>>0;e.h0=e.h0+l|0,e.h1=e.h1+c|0,e.h2=e.h2+v|0,e.h3=e.h3+C|0,e.h4=e.h4+y|0,e.h5=e.h5+x|0,e.h6=e.h6+T|0,e.h7=e.h7+I|0,B-=64}}var at=z,fr=null;at.util.isNodejs&&!at.options.usePureJavaScript&&!process.versions["node-webkit"]&&(fr=ea);var on=at.prng=at.prng||{};on.create=function(e){for(var t={plugin:e,key:null,seed:null,time:null,reseeds:0,generated:0,keyBytes:""},a=e.md,r=new Array(32),i=0;i<32;++i)r[i]=a.create();t.pools=r,t.pool=0,t.generate=function(u,l){if(!l)return t.generateSync(u);var c=t.plugin.cipher,v=t.plugin.increment,C=t.plugin.formatKey,y=t.plugin.formatSeed,x=at.util.createBuffer();t.key=null,T();function T(I){if(I)return l(I);if(x.length()>=u)return l(null,x.getBytes(u));if(t.generated>1048575&&(t.key=null),t.key===null)return at.util.nextTick(function(){s(T)});var B=c(t.key,t.seed);t.generated+=B.length,x.putBytes(B),t.key=C(c(t.key,v(t.seed))),t.seed=y(c(t.key,t.seed)),at.util.setImmediate(T)}},t.generateSync=function(u){var l=t.plugin.cipher,c=t.plugin.increment,v=t.plugin.formatKey,C=t.plugin.formatSeed;t.key=null;for(var y=at.util.createBuffer();y.length()1048575&&(t.key=null),t.key===null&&n();var x=l(t.key,t.seed);t.generated+=x.length,y.putBytes(x),t.key=v(l(t.key,c(t.seed))),t.seed=C(l(t.key,t.seed))}return y.getBytes(u)};function s(u){if(t.pools[0].messageLength>=32)return o(),u();var l=32-t.pools[0].messageLength<<5;t.seedFile(l,function(c,v){if(c)return u(c);t.collect(v),o(),u()})}function n(){if(t.pools[0].messageLength>=32)return o();var u=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(u)),o()}function o(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var u=t.plugin.md.create();u.update(t.keyBytes);for(var l=1,c=0;c<32;++c)t.reseeds%l===0&&(u.update(t.pools[c].digest().getBytes()),t.pools[c].start()),l=l<<1;t.keyBytes=u.digest().getBytes(),u.start(),u.update(t.keyBytes);var v=u.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(v),t.generated=0}function f(u){var l=null,c=at.util.globalScope,v=c.crypto||c.msCrypto;v&&v.getRandomValues&&(l=function(D){return v.getRandomValues(D)});var C=at.util.createBuffer();if(l)for(;C.length()>16),B+=(I&32767)<<16,B+=I>>15,B=(B&2147483647)+(B>>31),V=B&4294967295;for(var T=0;T<3;++T)b=V>>>(T<<3),b^=Math.floor(Math.random()*256),C.putByte(b&255)}return C.getBytes(u)}return fr?(t.seedFile=function(u,l){fr.randomBytes(u,function(c,v){if(c)return l(c);l(null,v.toString())})},t.seedFileSync=function(u){return fr.randomBytes(u).toString()}):(t.seedFile=function(u,l){try{l(null,f(u))}catch(c){l(c)}},t.seedFileSync=f),t.collect=function(u){for(var l=u.length,c=0;c>v&255);t.collect(c)},t.registerWorker=function(u){if(u===self)t.seedFile=function(c,v){function C(y){var x=y.data;x.forge&&x.forge.prng&&(self.removeEventListener("message",C),v(x.forge.prng.err,x.forge.prng.bytes))}self.addEventListener("message",C),self.postMessage({forge:{prng:{needed:c}}})};else{var l=function(c){var v=c.data;v.forge&&v.forge.prng&&t.seedFile(v.forge.prng.needed,function(C,y){u.postMessage({forge:{prng:{err:C,bytes:y}}})})};u.addEventListener("message",l)}},t};var me=z;(function(){if(me.random&&me.random.getBytes){me.random;return}(function(e){var t={},a=new Array(4),r=me.util.createBuffer();t.formatKey=function(c){var v=me.util.createBuffer(c);return c=new Array(4),c[0]=v.getInt32(),c[1]=v.getInt32(),c[2]=v.getInt32(),c[3]=v.getInt32(),me.aes._expandKey(c,!1)},t.formatSeed=function(c){var v=me.util.createBuffer(c);return c=new Array(4),c[0]=v.getInt32(),c[1]=v.getInt32(),c[2]=v.getInt32(),c[3]=v.getInt32(),c},t.cipher=function(c,v){return me.aes._updateBlock(c,v,a,!1),r.putInt32(a[0]),r.putInt32(a[1]),r.putInt32(a[2]),r.putInt32(a[3]),r.getBytes()},t.increment=function(c){return++c[3],c},t.md=me.md.sha256;function i(){var c=me.prng.create(t);return c.getBytes=function(v,C){return c.generate(v,C)},c.getBytesSync=function(v){return c.generate(v)},c}var s=i(),n=null,o=me.util.globalScope,f=o.crypto||o.msCrypto;if(f&&f.getRandomValues&&(n=function(c){return f.getRandomValues(c)}),me.options.usePureJavaScript||!me.util.isNodejs&&!n){if(s.collectInt(+new Date,32),typeof navigator<"u"){var u="";for(var l in navigator)try{typeof navigator[l]=="string"&&(u+=navigator[l])}catch{}s.collect(u),u=null}e&&(e().mousemove(function(c){s.collectInt(c.clientX,16),s.collectInt(c.clientY,16)}),e().keypress(function(c){s.collectInt(c.charCode,8)}))}if(!me.random)me.random=s;else for(var l in s)me.random[l]=s[l];me.random.createInstance=i,me.random})(typeof jQuery<"u"?jQuery:null)})();var Ge=z,Rr=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,139,251,162,23,154,89,245,135,179,79,19,97,69,109,141,9,129,125,50,189,143,64,235,134,183,123,11,240,149,33,34,92,107,78,130,84,214,101,147,206,96,178,28,115,86,192,20,167,140,241,220,18,117,202,31,59,190,228,209,66,61,212,48,163,60,182,38,111,191,14,218,70,105,7,87,39,242,29,155,188,148,67,3,248,17,199,246,144,239,62,231,6,195,213,47,200,102,30,215,8,232,234,222,128,82,238,247,132,170,114,172,53,77,106,42,150,26,210,113,90,21,73,116,75,159,208,94,4,24,164,236,194,224,65,110,15,81,203,204,36,145,175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],Ba=[1,2,3,5],un=function(e,t){return e<>16-t},fn=function(e,t){return(e&65535)>>t|e<<16-t&65535};Ge.rc2=Ge.rc2||{};Ge.rc2.expandKey=function(e,t){typeof e=="string"&&(e=Ge.util.createBuffer(e)),t=t||128;var a=e,r=e.length(),i=t,s=Math.ceil(i/8),n=255>>(i&7),o;for(o=r;o<128;o++)a.putByte(Rr[a.at(o-1)+a.at(o-r)&255]);for(a.setAt(128-s,Rr[a.at(128-s)&n]),o=127-s;o>=0;o--)a.setAt(o,Rr[a.at(o+1)^a.at(o+s)]);return a};var ri=function(e,t,a){var r=!1,i=null,s=null,n=null,o,f,u,l,c=[];for(e=Ge.rc2.expandKey(e,t),u=0;u<64;u++)c.push(e.getInt16Le());a?(o=function(y){for(u=0;u<4;u++)y[u]+=c[l]+(y[(u+3)%4]&y[(u+2)%4])+(~y[(u+3)%4]&y[(u+1)%4]),y[u]=un(y[u],Ba[u]),l++},f=function(y){for(u=0;u<4;u++)y[u]+=c[y[(u+3)%4]&63]}):(o=function(y){for(u=3;u>=0;u--)y[u]=fn(y[u],Ba[u]),y[u]-=c[l]+(y[(u+3)%4]&y[(u+2)%4])+(~y[(u+3)%4]&y[(u+1)%4]),l--},f=function(y){for(u=3;u>=0;u--)y[u]-=c[y[(u+3)%4]&63]});var v=function(y){var x=[];for(u=0;u<4;u++){var T=i.getInt16Le();n!==null&&(a?T^=n.getInt16Le():n.putInt16Le(T)),x.push(T&65535)}l=a?0:63;for(var I=0;I=8;)v([[5,o],[1,f],[6,o],[1,f],[5,o]])},finish:function(y){var x=!0;if(a)if(y)x=y(8,i,!a);else{var T=i.length()===8?8:8-i.length();i.fillWithByte(T,T)}if(x&&(r=!0,C.update()),!a&&(x=i.length()===0,x))if(y)x=y(8,s,!a);else{var I=s.length(),B=s.at(I-1);B>I?x=!1:s.truncate(B)}return x}},C};Ge.rc2.startEncrypting=function(e,t,a){var r=Ge.rc2.createEncryptionCipher(e,128);return r.start(t,a),r};Ge.rc2.createEncryptionCipher=function(e,t){return ri(e,t,!0)};Ge.rc2.startDecrypting=function(e,t,a){var r=Ge.rc2.createDecryptionCipher(e,128);return r.start(t,a),r};Ge.rc2.createDecryptionCipher=function(e,t){return ri(e,t,!1)};var Hr=z;Hr.jsbn=Hr.jsbn||{};var ht;function N(e,t,a){this.data=[],e!=null&&(typeof e=="number"?this.fromNumber(e,t,a):t==null&&typeof e!="string"?this.fromString(e,256):this.fromString(e,t))}Hr.jsbn.BigInteger=N;function ee(){return new N(null)}function ln(e,t,a,r,i,s){for(;--s>=0;){var n=t*this.data[e++]+a.data[r]+i;i=Math.floor(n/67108864),a.data[r++]=n&67108863}return i}function cn(e,t,a,r,i,s){for(var n=t&32767,o=t>>15;--s>=0;){var f=this.data[e]&32767,u=this.data[e++]>>15,l=o*f+u*n;f=n*f+((l&32767)<<15)+a.data[r]+(i&1073741823),i=(f>>>30)+(l>>>15)+o*u+(i>>>30),a.data[r++]=f&1073741823}return i}function ba(e,t,a,r,i,s){for(var n=t&16383,o=t>>14;--s>=0;){var f=this.data[e]&16383,u=this.data[e++]>>14,l=o*f+u*n;f=n*f+((l&16383)<<14)+a.data[r]+i,i=(f>>28)+(l>>14)+o*u,a.data[r++]=f&268435455}return i}typeof navigator>"u"?(N.prototype.am=ba,ht=28):navigator.appName=="Microsoft Internet Explorer"?(N.prototype.am=cn,ht=30):navigator.appName!="Netscape"?(N.prototype.am=ln,ht=26):(N.prototype.am=ba,ht=28);N.prototype.DB=ht;N.prototype.DM=(1<=0;--t)e.data[t]=this.data[t];e.t=this.t,e.s=this.s}function pn(e){this.t=1,this.s=e<0?-1:0,e>0?this.data[0]=e:e<-1?this.data[0]=e+this.DV:this.t=0}function Ct(e){var t=ee();return t.fromInt(e),t}function vn(e,t){var a;if(t==16)a=4;else if(t==8)a=3;else if(t==256)a=8;else if(t==2)a=1;else if(t==32)a=5;else if(t==4)a=2;else{this.fromRadix(e,t);return}this.t=0,this.s=0;for(var r=e.length,i=!1,s=0;--r>=0;){var n=a==8?e[r]&255:ai(e,r);if(n<0){e.charAt(r)=="-"&&(i=!0);continue}i=!1,s==0?this.data[this.t++]=n:s+a>this.DB?(this.data[this.t-1]|=(n&(1<>this.DB-s):this.data[this.t-1]|=n<=this.DB&&(s-=this.DB)}a==8&&e[0]&128&&(this.s=-1,s>0&&(this.data[this.t-1]|=(1<0&&this.data[this.t-1]==e;)--this.t}function gn(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(e==16)t=4;else if(e==8)t=3;else if(e==2)t=1;else if(e==32)t=5;else if(e==4)t=2;else return this.toRadix(e);var a=(1<0)for(o>o)>0&&(i=!0,s=_a(r));n>=0;)o>(o+=this.DB-t)):(r=this.data[n]>>(o-=t)&a,o<=0&&(o+=this.DB,--n)),r>0&&(i=!0),i&&(s+=_a(r));return i?s:"0"}function Cn(){var e=ee();return N.ZERO.subTo(this,e),e}function mn(){return this.s<0?this.negate():this}function En(e){var t=this.s-e.s;if(t!=0)return t;var a=this.t;if(t=a-e.t,t!=0)return this.s<0?-t:t;for(;--a>=0;)if((t=this.data[a]-e.data[a])!=0)return t;return 0}function Br(e){var t=1,a;return(a=e>>>16)!=0&&(e=a,t+=16),(a=e>>8)!=0&&(e=a,t+=8),(a=e>>4)!=0&&(e=a,t+=4),(a=e>>2)!=0&&(e=a,t+=2),(a=e>>1)!=0&&(e=a,t+=1),t}function xn(){return this.t<=0?0:this.DB*(this.t-1)+Br(this.data[this.t-1]^this.s&this.DM)}function Sn(e,t){var a;for(a=this.t-1;a>=0;--a)t.data[a+e]=this.data[a];for(a=e-1;a>=0;--a)t.data[a]=0;t.t=this.t+e,t.s=this.s}function Tn(e,t){for(var a=e;a=0;--o)t.data[o+s+1]=this.data[o]>>r|n,n=(this.data[o]&i)<=0;--o)t.data[o]=0;t.data[s]=n,t.t=this.t+s+1,t.s=this.s,t.clamp()}function An(e,t){t.s=this.s;var a=Math.floor(e/this.DB);if(a>=this.t){t.t=0;return}var r=e%this.DB,i=this.DB-r,s=(1<>r;for(var n=a+1;n>r;r>0&&(t.data[this.t-a-1]|=(this.s&s)<>=this.DB;if(e.t>=this.DB;r+=this.s}else{for(r+=this.s;a>=this.DB;r-=e.s}t.s=r<0?-1:0,r<-1?t.data[a++]=this.DV+r:r>0&&(t.data[a++]=r),t.t=a,t.clamp()}function bn(e,t){var a=this.abs(),r=e.abs(),i=a.t;for(t.t=i+r.t;--i>=0;)t.data[i]=0;for(i=0;i=0;)e.data[a]=0;for(a=0;a=t.DV&&(e.data[a+t.t]-=t.DV,e.data[a+t.t+1]=1)}e.t>0&&(e.data[e.t-1]+=t.am(a,t.data[a],e,2*a,0,1)),e.s=0,e.clamp()}function Nn(e,t,a){var r=e.abs();if(!(r.t<=0)){var i=this.abs();if(i.t0?(r.lShiftTo(f,s),i.lShiftTo(f,a)):(r.copyTo(s),i.copyTo(a));var u=s.t,l=s.data[u-1];if(l!=0){var c=l*(1<1?s.data[u-2]>>this.F2:0),v=this.FV/c,C=(1<=0&&(a.data[a.t++]=1,a.subTo(I,a)),N.ONE.dlShiftTo(u,I),I.subTo(s,s);s.t=0;){var B=a.data[--x]==l?this.DM:Math.floor(a.data[x]*v+(a.data[x-1]+y)*C);if((a.data[x]+=s.am(0,B,a,T,0,u))0&&a.rShiftTo(f,a),n<0&&N.ZERO.subTo(a,a)}}}function Rn(e){var t=ee();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(N.ZERO)>0&&e.subTo(t,t),t}function wt(e){this.m=e}function wn(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Ln(e){return e}function Dn(e){e.divRemTo(this.m,null,e)}function kn(e,t,a){e.multiplyTo(t,a),this.reduce(a)}function Un(e,t){e.squareTo(t),this.reduce(t)}wt.prototype.convert=wn;wt.prototype.revert=Ln;wt.prototype.reduce=Dn;wt.prototype.mulTo=kn;wt.prototype.sqrTo=Un;function Pn(){if(this.t<1)return 0;var e=this.data[0];if(!(e&1))return 0;var t=e&3;return t=t*(2-(e&15)*t)&15,t=t*(2-(e&255)*t)&255,t=t*(2-((e&65535)*t&65535))&65535,t=t*(2-e*t%this.DV)%this.DV,t>0?this.DV-t:-t}function Lt(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(t,t),t}function On(e){var t=ee();return e.copyTo(t),this.reduce(t),t}function Fn(e){for(;e.t<=this.mt2;)e.data[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(a=t+this.m.t,e.data[a]+=this.m.am(0,r,e,t,0,this.m.t);e.data[a]>=e.DV;)e.data[a]-=e.DV,e.data[++a]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)}function Kn(e,t){e.squareTo(t),this.reduce(t)}function Mn(e,t,a){e.multiplyTo(t,a),this.reduce(a)}Lt.prototype.convert=Vn;Lt.prototype.revert=On;Lt.prototype.reduce=Fn;Lt.prototype.mulTo=Mn;Lt.prototype.sqrTo=Kn;function Hn(){return(this.t>0?this.data[0]&1:this.s)==0}function Gn(e,t){if(e>4294967295||e<1)return N.ONE;var a=ee(),r=ee(),i=t.convert(this),s=Br(e)-1;for(i.copyTo(a);--s>=0;)if(t.sqrTo(a,r),(e&1<0)t.mulTo(r,i,a);else{var n=a;a=r,r=n}return t.revert(a)}function qn(e,t){var a;return e<256||t.isEven()?a=new wt(t):a=new Lt(t),this.exp(e,a)}N.prototype.copyTo=dn;N.prototype.fromInt=pn;N.prototype.fromString=vn;N.prototype.clamp=yn;N.prototype.dlShiftTo=Sn;N.prototype.drShiftTo=Tn;N.prototype.lShiftTo=In;N.prototype.rShiftTo=An;N.prototype.subTo=Bn;N.prototype.multiplyTo=bn;N.prototype.squareTo=_n;N.prototype.divRemTo=Nn;N.prototype.invDigit=Pn;N.prototype.isEven=Hn;N.prototype.exp=Gn;N.prototype.toString=gn;N.prototype.negate=Cn;N.prototype.abs=mn;N.prototype.compareTo=En;N.prototype.bitLength=xn;N.prototype.mod=Rn;N.prototype.modPowInt=qn;N.ZERO=Ct(0);N.ONE=Ct(1);function Qn(){var e=ee();return this.copyTo(e),e}function zn(){if(this.s<0){if(this.t==1)return this.data[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this.data[0];if(this.t==0)return 0}return(this.data[1]&(1<<32-this.DB)-1)<>24}function Xn(){return this.t==0?this.s:this.data[0]<<16>>16}function Wn(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function jn(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function $n(e){if(e==null&&(e=10),this.signum()==0||e<2||e>36)return"0";var t=this.chunkSize(e),a=Math.pow(e,t),r=Ct(a),i=ee(),s=ee(),n="";for(this.divRemTo(r,i,s);i.signum()>0;)n=(a+s.intValue()).toString(e).substr(1)+n,i.divRemTo(r,i,s);return s.intValue().toString(e)+n}function Zn(e,t){this.fromInt(0),t==null&&(t=10);for(var a=this.chunkSize(t),r=Math.pow(t,a),i=!1,s=0,n=0,o=0;o=a&&(this.dMultiply(r),this.dAddOffset(n,0),s=0,n=0)}s>0&&(this.dMultiply(Math.pow(t,s)),this.dAddOffset(n,0)),i&&N.ZERO.subTo(this,this)}function Jn(e,t,a){if(typeof t=="number")if(e<2)this.fromInt(1);else for(this.fromNumber(e,a),this.testBit(e-1)||this.bitwiseTo(N.ONE.shiftLeft(e-1),ua,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(N.ONE.shiftLeft(e-1),this);else{var r=new Array,i=e&7;r.length=(e>>3)+1,t.nextBytes(r),i>0?r[0]&=(1<0)for(a>a)!=(this.s&this.DM)>>a&&(t[i++]=r|this.s<=0;)a<8?(r=(this.data[e]&(1<>(a+=this.DB-8)):(r=this.data[e]>>(a-=8)&255,a<=0&&(a+=this.DB,--e)),r&128&&(r|=-256),i==0&&(this.s&128)!=(r&128)&&++i,(i>0||r!=this.s)&&(t[i++]=r);return t}function ts(e){return this.compareTo(e)==0}function rs(e){return this.compareTo(e)<0?this:e}function as(e){return this.compareTo(e)>0?this:e}function is(e,t,a){var r,i,s=Math.min(e.t,this.t);for(r=0;r>=16,t+=16),e&255||(e>>=8,t+=8),e&15||(e>>=4,t+=4),e&3||(e>>=2,t+=2),e&1||++t,t}function ps(){for(var e=0;e=this.t?this.s!=0:(this.data[t]&1<>=this.DB;if(e.t>=this.DB;r+=this.s}else{for(r+=this.s;a>=this.DB;r+=e.s}t.s=r<0?-1:0,r>0?t.data[a++]=r:r<-1&&(t.data[a++]=this.DV+r),t.t=a,t.clamp()}function Ts(e){var t=ee();return this.addTo(e,t),t}function Is(e){var t=ee();return this.subTo(e,t),t}function As(e){var t=ee();return this.multiplyTo(e,t),t}function Bs(e){var t=ee();return this.divRemTo(e,t,null),t}function bs(e){var t=ee();return this.divRemTo(e,null,t),t}function _s(e){var t=ee(),a=ee();return this.divRemTo(e,t,a),new Array(t,a)}function Ns(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function Rs(e,t){if(e!=0){for(;this.t<=t;)this.data[this.t++]=0;for(this.data[t]+=e;this.data[t]>=this.DV;)this.data[t]-=this.DV,++t>=this.t&&(this.data[this.t++]=0),++this.data[t]}}function tr(){}function si(e){return e}function ws(e,t,a){e.multiplyTo(t,a)}function Ls(e,t){e.squareTo(t)}tr.prototype.convert=si;tr.prototype.revert=si;tr.prototype.mulTo=ws;tr.prototype.sqrTo=Ls;function Ds(e){return this.exp(e,new tr)}function ks(e,t,a){var r=Math.min(this.t+e.t,t);for(a.s=0,a.t=r;r>0;)a.data[--r]=0;var i;for(i=a.t-this.t;r=0;)a.data[r]=0;for(r=Math.max(t-this.t,0);r2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=ee();return e.copyTo(t),this.reduce(t),t}function Vs(e){return e}function Os(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)}function Fs(e,t){e.squareTo(t),this.reduce(t)}function Ks(e,t,a){e.multiplyTo(t,a),this.reduce(a)}qt.prototype.convert=Ps;qt.prototype.revert=Vs;qt.prototype.reduce=Os;qt.prototype.mulTo=Ks;qt.prototype.sqrTo=Fs;function Ms(e,t){var a=e.bitLength(),r,i=Ct(1),s;if(a<=0)return i;a<18?r=1:a<48?r=3:a<144?r=4:a<768?r=5:r=6,a<8?s=new wt(t):t.isEven()?s=new qt(t):s=new Lt(t);var n=new Array,o=3,f=r-1,u=(1<1){var l=ee();for(s.sqrTo(n[1],l);o<=u;)n[o]=ee(),s.mulTo(l,n[o-2],n[o]),o+=2}var c=e.t-1,v,C=!0,y=ee(),x;for(a=Br(e.data[c])-1;c>=0;){for(a>=f?v=e.data[c]>>a-f&u:(v=(e.data[c]&(1<0&&(v|=e.data[c-1]>>this.DB+a-f)),o=r;!(v&1);)v>>=1,--o;if((a-=o)<0&&(a+=this.DB,--c),C)n[v].copyTo(i),C=!1;else{for(;o>1;)s.sqrTo(i,y),s.sqrTo(y,i),o-=2;o>0?s.sqrTo(i,y):(x=i,i=y,y=x),s.mulTo(y,n[v],i)}for(;c>=0&&!(e.data[c]&1<0&&(t.rShiftTo(s,t),a.rShiftTo(s,a));t.signum()>0;)(i=t.getLowestSetBit())>0&&t.rShiftTo(i,t),(i=a.getLowestSetBit())>0&&a.rShiftTo(i,a),t.compareTo(a)>=0?(t.subTo(a,t),t.rShiftTo(1,t)):(a.subTo(t,a),a.rShiftTo(1,a));return s>0&&a.lShiftTo(s,a),a}function Gs(e){if(e<=0)return 0;var t=this.DV%e,a=this.s<0?e-1:0;if(this.t>0)if(t==0)a=this.data[0]%e;else for(var r=this.t-1;r>=0;--r)a=(t*a+this.data[r])%e;return a}function qs(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return N.ZERO;for(var a=e.clone(),r=this.clone(),i=Ct(1),s=Ct(0),n=Ct(0),o=Ct(1);a.signum()!=0;){for(;a.isEven();)a.rShiftTo(1,a),t?((!i.isEven()||!s.isEven())&&(i.addTo(this,i),s.subTo(e,s)),i.rShiftTo(1,i)):s.isEven()||s.subTo(e,s),s.rShiftTo(1,s);for(;r.isEven();)r.rShiftTo(1,r),t?((!n.isEven()||!o.isEven())&&(n.addTo(this,n),o.subTo(e,o)),n.rShiftTo(1,n)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);a.compareTo(r)>=0?(a.subTo(r,a),t&&i.subTo(n,i),s.subTo(o,s)):(r.subTo(a,r),t&&n.subTo(i,n),o.subTo(s,o))}if(r.compareTo(N.ONE)!=0)return N.ZERO;if(o.compareTo(e)>=0)return o.subtract(e);if(o.signum()<0)o.addTo(e,o);else return o;return o.signum()<0?o.add(e):o}var et=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509],Qs=(1<<26)/et[et.length-1];function zs(e){var t,a=this.abs();if(a.t==1&&a.data[0]<=et[et.length-1]){for(t=0;t=0);var o=s.modPow(r,this);if(o.compareTo(N.ONE)!=0&&o.compareTo(t)!=0){for(var f=1;f++>>0,n>>>0];for(var o=r.fullMessageLength.length-1;o>=0;--o)r.fullMessageLength[o]+=n[1],n[1]=n[0]+(r.fullMessageLength[o]/4294967296>>>0),r.fullMessageLength[o]=r.fullMessageLength[o]>>>0,n[0]=n[1]/4294967296>>>0;return t.putBytes(i),Na(e,a,t),(t.read>2048||t.length()===0)&&t.compact(),r},r.digest=function(){var i=ot.util.createBuffer();i.putBytes(t.bytes());var s=r.fullMessageLength[r.fullMessageLength.length-1]+r.messageLengthSize,n=s&r.blockLength-1;i.putBytes(Gr.substr(0,r.blockLength-n));for(var o,f,u=r.fullMessageLength[0]*8,l=0;l>>0,u+=f,i.putInt32(u>>>0),u=o>>>0;i.putInt32(u);var c={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};Na(c,a,i);var v=ot.util.createBuffer();return v.putInt32(c.h0),v.putInt32(c.h1),v.putInt32(c.h2),v.putInt32(c.h3),v.putInt32(c.h4),v},r};var Gr=null,ui=!1;function Ws(){Gr=String.fromCharCode(128),Gr+=ot.util.fillString(String.fromCharCode(0),64),ui=!0}function Na(e,t,a){for(var r,i,s,n,o,f,u,l,c=a.length();c>=64;){for(i=e.h0,s=e.h1,n=e.h2,o=e.h3,f=e.h4,l=0;l<16;++l)r=a.getInt32(),t[l]=r,u=o^s&(n^o),r=(i<<5|i>>>27)+u+f+1518500249+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;for(;l<20;++l)r=t[l-3]^t[l-8]^t[l-14]^t[l-16],r=r<<1|r>>>31,t[l]=r,u=o^s&(n^o),r=(i<<5|i>>>27)+u+f+1518500249+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;for(;l<32;++l)r=t[l-3]^t[l-8]^t[l-14]^t[l-16],r=r<<1|r>>>31,t[l]=r,u=s^n^o,r=(i<<5|i>>>27)+u+f+1859775393+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;for(;l<40;++l)r=t[l-6]^t[l-16]^t[l-28]^t[l-32],r=r<<2|r>>>30,t[l]=r,u=s^n^o,r=(i<<5|i>>>27)+u+f+1859775393+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;for(;l<60;++l)r=t[l-6]^t[l-16]^t[l-28]^t[l-32],r=r<<2|r>>>30,t[l]=r,u=s&n|o&(s^n),r=(i<<5|i>>>27)+u+f+2400959708+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;for(;l<80;++l)r=t[l-6]^t[l-16]^t[l-28]^t[l-32],r=r<<2|r>>>30,t[l]=r,u=s^n^o,r=(i<<5|i>>>27)+u+f+3395469782+r,f=o,o=n,n=(s<<30|s>>>2)>>>0,s=i,i=r;e.h0=e.h0+i|0,e.h1=e.h1+s|0,e.h2=e.h2+n|0,e.h3=e.h3+o|0,e.h4=e.h4+f|0,c-=64}}var ut=z,fi=ut.pkcs1=ut.pkcs1||{};fi.encode_rsa_oaep=function(e,t,a){var r,i,s,n;typeof a=="string"?(r=a,i=arguments[3]||void 0,s=arguments[4]||void 0):a&&(r=a.label||void 0,i=a.seed||void 0,s=a.md||void 0,a.mgf1&&a.mgf1.md&&(n=a.mgf1.md)),s?s.start():s=ut.md.sha1.create(),n||(n=s);var o=Math.ceil(e.n.bitLength()/8),f=o-2*s.digestLength-2;if(t.length>f){var u=new Error("RSAES-OAEP input message length is too long.");throw u.length=t.length,u.maxLength=f,u}r||(r=""),s.update(r,"raw");for(var l=s.digest(),c="",v=f-t.length,C=0;C>24&255,s>>16&255,s>>8&255,s&255);a.start(),a.update(e+n),r+=a.digest().getBytes()}return r.substring(0,t)}var pt=z;(function(){if(pt.prime){pt.prime;return}var e=pt.prime=pt.prime||{},t=pt.jsbn.BigInteger,a=[6,4,2,4,2,4,6,2],r=new t(null);r.fromInt(30);var i=function(c,v){return c|v};e.generateProbablePrime=function(c,v,C){typeof v=="function"&&(C=v,v={}),v=v||{};var y=v.algorithm||"PRIMEINC";typeof y=="string"&&(y={name:y}),y.options=y.options||{};var x=v.prng||pt.random,T={nextBytes:function(I){for(var B=x.getBytesSync(I.length),b=0;bv&&(c=u(v,C)),c.isProbablePrime(x))return I(null,c);c.dAddOffset(a[y++%8],0)}while(T<0||+new Date-B"u")return n(c,v,C,y);var x=u(c,v),T=C.workers,I=C.workLoad||100,B=I*30/8,b=C.workerScript||"forge/prime.worker.js";if(T===-1)return pt.util.estimateCores(function(D,w){D&&(w=2),T=w-1,V()});V();function V(){T=Math.max(1,T);for(var D=[],w=0;wc&&(x=u(c,v));var he=x.toString(16);re.target.postMessage({hex:he,workLoad:I}),x.dAddOffset(B,0)}}}}function u(c,v){var C=new t(c,v),y=c-1;return C.testBit(y)||C.bitwiseTo(t.ONE.shiftLeft(y),i,C),C.dAddOffset(31-C.mod(r).byteValue(),0),C}function l(c){return c<=100?27:c<=150?18:c<=200?15:c<=250?12:c<=300?9:c<=350?8:c<=400?7:c<=500?6:c<=600?5:c<=800?4:c<=1250?3:2}})();var K=z;if(typeof J>"u")var J=K.jsbn.BigInteger;var qr=K.util.isNodejs?ea:null,S=K.asn1,$e=K.util;K.pki=K.pki||{};K.pki.rsa=K.rsa=K.rsa||{};var q=K.pki,js=[6,4,2,4,2,4,6,2],$s={name:"PrivateKeyInfo",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},Zs={name:"RSAPrivateKey",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},Js={name:"RSAPublicKey",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},e0=K.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:S.Class.UNIVERSAL,type:S.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},t0={name:"DigestInfo",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:S.Class.UNIVERSAL,type:S.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},r0=function(e){var t;if(e.algorithm in q.oids)t=q.oids[e.algorithm];else{var a=new Error("Unknown message digest algorithm.");throw a.algorithm=e.algorithm,a}var r=S.oidToDer(t).getBytes(),i=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[]),s=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[]);s.value.push(S.create(S.Class.UNIVERSAL,S.Type.OID,!1,r)),s.value.push(S.create(S.Class.UNIVERSAL,S.Type.NULL,!1,""));var n=S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(s),i.value.push(n),S.toDer(i).getBytes()},li=function(e,t,a){if(a)return e.modPow(t.e,t.n);if(!t.p||!t.q)return e.modPow(t.d,t.n);t.dP||(t.dP=t.d.mod(t.p.subtract(J.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(J.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var r;do r=new J(K.util.bytesToHex(K.random.getBytes(t.n.bitLength()/8)),16);while(r.compareTo(t.n)>=0||!r.gcd(t.n).equals(J.ONE));e=e.multiply(r.modPow(t.e,t.n)).mod(t.n);for(var i=e.mod(t.p).modPow(t.dP,t.p),s=e.mod(t.q).modPow(t.dQ,t.q);i.compareTo(s)<0;)i=i.add(t.p);var n=i.subtract(s).multiply(t.qInv).mod(t.p).multiply(t.q).add(s);return n=n.multiply(r.modInverse(t.n)).mod(t.n),n};q.rsa.encrypt=function(e,t,a){var r=a,i,s=Math.ceil(t.n.bitLength()/8);a!==!1&&a!==!0?(r=a===2,i=ci(e,t,a)):(i=K.util.createBuffer(),i.putBytes(e));for(var n=new J(i.toHex(),16),o=li(n,t,r),f=o.toString(16),u=K.util.createBuffer(),l=s-Math.ceil(f.length/2);l>0;)u.putByte(0),--l;return u.putBytes(K.util.hexToBytes(f)),u.getBytes()};q.rsa.decrypt=function(e,t,a,r){var i=Math.ceil(t.n.bitLength()/8);if(e.length!==i){var s=new Error("Encrypted message length is invalid.");throw s.length=e.length,s.expected=i,s}var n=new J(K.util.createBuffer(e).toHex(),16);if(n.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var o=li(n,t,a),f=o.toString(16),u=K.util.createBuffer(),l=i-Math.ceil(f.length/2);l>0;)u.putByte(0),--l;return u.putBytes(K.util.hexToBytes(f)),r!==!1?dr(u.getBytes(),t,a):u.getBytes()};q.rsa.createKeyPairGenerationState=function(e,t,a){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,a=a||{};var r=a.prng||K.random,i={nextBytes:function(o){for(var f=r.getBytesSync(o.length),u=0;u>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},n.e.fromInt(n.eInt);else throw new Error("Invalid key generation algorithm: "+s);return n};q.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var a=new J(null);a.fromInt(30);for(var r=0,i=function(c,v){return c|v},s=+new Date,n,o=0;e.keys===null&&(t<=0||of?e.pqState=0:e.num.isProbablePrime(i0(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(js[r++%8],0):e.pqState===2?e.pqState=e.num.subtract(J.ONE).gcd(e.e).compareTo(J.ONE)===0?3:0:e.pqState===3&&(e.pqState=0,e.p===null?e.p=e.num:e.q=e.num,e.p!==null&&e.q!==null&&++e.state,e.num=null)}else if(e.state===1)e.p.compareTo(e.q)<0&&(e.num=e.p,e.p=e.q,e.q=e.num),++e.state;else if(e.state===2)e.p1=e.p.subtract(J.ONE),e.q1=e.q.subtract(J.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(J.ONE)===0?++e.state:(e.p=null,e.q=null,e.state=0);else if(e.state===4)e.n=e.p.multiply(e.q),e.n.bitLength()===e.bits?++e.state:(e.q=null,e.state=0);else if(e.state===5){var l=e.e.modInverse(e.phi);e.keys={privateKey:q.rsa.setPrivateKey(e.n,e.e,l,e.p,e.q,l.mod(e.p1),l.mod(e.q1),e.q.modInverse(e.p)),publicKey:q.rsa.setPublicKey(e.n,e.e)}}n=+new Date,o+=n-s,s=n}return e.keys!==null};q.rsa.generateKeyPair=function(e,t,a,r){if(arguments.length===1?typeof e=="object"?(a=e,e=void 0):typeof e=="function"&&(r=e,e=void 0):arguments.length===2?typeof e=="number"?typeof t=="function"?(r=t,t=void 0):typeof t!="number"&&(a=t,t=void 0):(a=e,r=t,e=void 0,t=void 0):arguments.length===3&&(typeof t=="number"?typeof a=="function"&&(r=a,a=void 0):(r=a,a=t,t=void 0)),a=a||{},e===void 0&&(e=a.bits||2048),t===void 0&&(t=a.e||65537),!K.options.usePureJavaScript&&!a.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(r){if(Ra("generateKeyPair"))return qr.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(o,f,u){if(o)return r(o);r(null,{privateKey:q.privateKeyFromPem(u),publicKey:q.publicKeyFromPem(f)})});if(wa("generateKey")&&wa("exportKey"))return $e.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:Da(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(o){return $e.globalScope.crypto.subtle.exportKey("pkcs8",o.privateKey)}).then(void 0,function(o){r(o)}).then(function(o){if(o){var f=q.privateKeyFromAsn1(S.fromDer(K.util.createBuffer(o)));r(null,{privateKey:f,publicKey:q.setRsaPublicKey(f.n,f.e)})}});if(La("generateKey")&&La("exportKey")){var i=$e.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:Da(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(o){var f=o.target.result,u=$e.globalScope.msCrypto.subtle.exportKey("pkcs8",f.privateKey);u.oncomplete=function(l){var c=l.target.result,v=q.privateKeyFromAsn1(S.fromDer(K.util.createBuffer(c)));r(null,{privateKey:v,publicKey:q.setRsaPublicKey(v.n,v.e)})},u.onerror=function(l){r(l)}},i.onerror=function(o){r(o)};return}}else if(Ra("generateKeyPairSync")){var s=qr.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:q.privateKeyFromPem(s.privateKey),publicKey:q.publicKeyFromPem(s.publicKey)}}}var n=q.rsa.createKeyPairGenerationState(e,t,a);if(!r)return q.rsa.stepKeyPairGenerationState(n,0),n.keys;a0(n,a,r)};q.setRsaPublicKey=q.rsa.setPublicKey=function(e,t){var a={n:e,e:t};return a.encrypt=function(r,i,s){if(typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSAES-PKCS1-V1_5"),i==="RSAES-PKCS1-V1_5")i={encode:function(o,f,u){return ci(o,f,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(o,f){return K.pkcs1.encode_rsa_oaep(f,o,s)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(o){return o}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var n=i.encode(r,a,!0);return q.rsa.encrypt(n,a,!0)},a.verify=function(r,i,s,n){typeof s=="string"?s=s.toUpperCase():s===void 0&&(s="RSASSA-PKCS1-V1_5"),n===void 0&&(n={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in n||(n._parseAllDigestBytes=!0),s==="RSASSA-PKCS1-V1_5"?s={verify:function(f,u){u=dr(u,a,!0);var l=S.fromDer(u,{parseAllBytes:n._parseAllDigestBytes}),c={},v=[];if(!S.validate(l,t0,c,v)){var C=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw C.errors=v,C}var y=S.derToOid(c.algorithmIdentifier);if(!(y===K.oids.md2||y===K.oids.md5||y===K.oids.sha1||y===K.oids.sha224||y===K.oids.sha256||y===K.oids.sha384||y===K.oids.sha512||y===K.oids["sha512-224"]||y===K.oids["sha512-256"])){var C=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw C.oid=y,C}if((y===K.oids.md2||y===K.oids.md5)&&!("parameters"in c))throw new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value. Missing algorithm identifer NULL parameters.");return f===c.digest}}:(s==="NONE"||s==="NULL"||s===null)&&(s={verify:function(f,u){return u=dr(u,a,!0),f===u}});var o=q.rsa.decrypt(i,a,!0,!1);return s.verify(r,o,a.n.bitLength())},a};q.setRsaPrivateKey=q.rsa.setPrivateKey=function(e,t,a,r,i,s,n,o){var f={n:e,e:t,d:a,p:r,q:i,dP:s,dQ:n,qInv:o};return f.decrypt=function(u,l,c){typeof l=="string"?l=l.toUpperCase():l===void 0&&(l="RSAES-PKCS1-V1_5");var v=q.rsa.decrypt(u,f,!1,!1);if(l==="RSAES-PKCS1-V1_5")l={decode:dr};else if(l==="RSA-OAEP"||l==="RSAES-OAEP")l={decode:function(C,y){return K.pkcs1.decode_rsa_oaep(y,C,c)}};else if(["RAW","NONE","NULL",null].indexOf(l)!==-1)l={decode:function(C){return C}};else throw new Error('Unsupported encryption scheme: "'+l+'".');return l.decode(v,f,!1)},f.sign=function(u,l){var c=!1;typeof l=="string"&&(l=l.toUpperCase()),l===void 0||l==="RSASSA-PKCS1-V1_5"?(l={encode:r0},c=1):(l==="NONE"||l==="NULL"||l===null)&&(l={encode:function(){return u}},c=1);var v=l.encode(u,f.n.bitLength());return q.rsa.encrypt(v,f,c)},f};q.wrapRsaPrivateKey=function(e){return S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,S.integerToDer(0).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(q.oids.rsaEncryption).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.NULL,!1,"")]),S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,S.toDer(e).getBytes())])};q.privateKeyFromAsn1=function(e){var t={},a=[];if(S.validate(e,$s,t,a)&&(e=S.fromDer(K.util.createBuffer(t.privateKey))),t={},a=[],!S.validate(e,Zs,t,a)){var r=new Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey.");throw r.errors=a,r}var i,s,n,o,f,u,l,c;return i=K.util.createBuffer(t.privateKeyModulus).toHex(),s=K.util.createBuffer(t.privateKeyPublicExponent).toHex(),n=K.util.createBuffer(t.privateKeyPrivateExponent).toHex(),o=K.util.createBuffer(t.privateKeyPrime1).toHex(),f=K.util.createBuffer(t.privateKeyPrime2).toHex(),u=K.util.createBuffer(t.privateKeyExponent1).toHex(),l=K.util.createBuffer(t.privateKeyExponent2).toHex(),c=K.util.createBuffer(t.privateKeyCoefficient).toHex(),q.setRsaPrivateKey(new J(i,16),new J(s,16),new J(n,16),new J(o,16),new J(f,16),new J(u,16),new J(l,16),new J(c,16))};q.privateKeyToAsn1=q.privateKeyToRSAPrivateKey=function(e){return S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,S.integerToDer(0).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.n)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.e)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.d)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.p)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.q)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.dP)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.dQ)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.qInv))])};q.publicKeyFromAsn1=function(e){var t={},a=[];if(S.validate(e,e0,t,a)){var r=S.derToOid(t.publicKeyOid);if(r!==q.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=r,i}e=t.rsaPublicKey}if(a=[],!S.validate(e,Js,t,a)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=a,i}var s=K.util.createBuffer(t.publicKeyModulus).toHex(),n=K.util.createBuffer(t.publicKeyExponent).toHex();return q.setRsaPublicKey(new J(s,16),new J(n,16))};q.publicKeyToAsn1=q.publicKeyToSubjectPublicKeyInfo=function(e){return S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(q.oids.rsaEncryption).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.NULL,!1,"")]),S.create(S.Class.UNIVERSAL,S.Type.BITSTRING,!1,[q.publicKeyToRSAPublicKey(e)])])};q.publicKeyToRSAPublicKey=function(e){return S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.n)),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,rt(e.e))])};function ci(e,t,a){var r=K.util.createBuffer(),i=Math.ceil(t.n.bitLength()/8);if(e.length>i-11){var s=new Error("Message is too long for PKCS#1 v1.5 padding.");throw s.length=e.length,s.max=i-11,s}r.putByte(0),r.putByte(a);var n=i-3-e.length,o;if(a===0||a===1){o=a===0?0:255;for(var f=0;f0;){for(var u=0,l=K.random.getBytes(n),f=0;f"u")throw new Error("Encryption block is invalid.");var f=0;if(o===0){f=i-3-r;for(var u=0;u1;){if(s.getByte()!==255){--s.read;break}++f}else if(o===2)for(f=0;s.length()>1;){if(s.getByte()===0){--s.read;break}++f}var l=s.getByte();if(l!==0||f!==i-3-s.length())throw new Error("Encryption block is invalid.");return s.getBytes()}function a0(e,t,a){typeof t=="function"&&(a=t,t={}),t=t||{};var r={algorithm:{name:t.algorithm||"PRIMEINC",options:{workers:t.workers||2,workLoad:t.workLoad||100,workerScript:t.workerScript}}};"prng"in t&&(r.prng=t.prng),i();function i(){s(e.pBits,function(o,f){if(o)return a(o);if(e.p=f,e.q!==null)return n(o,e.q);s(e.qBits,n)})}function s(o,f){K.prime.generateProbablePrime(o,r,f)}function n(o,f){if(o)return a(o);if(e.q=f,e.p.compareTo(e.q)<0){var u=e.p;e.p=e.q,e.q=u}if(e.p.subtract(J.ONE).gcd(e.e).compareTo(J.ONE)!==0){e.p=null,i();return}if(e.q.subtract(J.ONE).gcd(e.e).compareTo(J.ONE)!==0){e.q=null,s(e.qBits,n);return}if(e.p1=e.p.subtract(J.ONE),e.q1=e.q.subtract(J.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(J.ONE)!==0){e.p=e.q=null,i();return}if(e.n=e.p.multiply(e.q),e.n.bitLength()!==e.bits){e.q=null,s(e.qBits,n);return}var l=e.e.modInverse(e.phi);e.keys={privateKey:q.rsa.setPrivateKey(e.n,e.e,l,e.p,e.q,l.mod(e.p1),l.mod(e.q1),e.q.modInverse(e.p)),publicKey:q.rsa.setPublicKey(e.n,e.e)},a(null,e.keys)}}function rt(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var a=K.util.hexToBytes(t);return a.length>1&&(a.charCodeAt(0)===0&&!(a.charCodeAt(1)&128)||a.charCodeAt(0)===255&&(a.charCodeAt(1)&128)===128)?a.substr(1):a}function i0(e){return e<=100?27:e<=150?18:e<=200?15:e<=250?12:e<=300?9:e<=350?8:e<=400?7:e<=500?6:e<=600?5:e<=800?4:e<=1250?3:2}function Ra(e){return K.util.isNodejs&&typeof qr[e]=="function"}function wa(e){return typeof $e.globalScope<"u"&&typeof $e.globalScope.crypto=="object"&&typeof $e.globalScope.crypto.subtle=="object"&&typeof $e.globalScope.crypto.subtle[e]=="function"}function La(e){return typeof $e.globalScope<"u"&&typeof $e.globalScope.msCrypto=="object"&&typeof $e.globalScope.msCrypto.subtle=="object"&&typeof $e.globalScope.msCrypto.subtle[e]=="function"}function Da(e){for(var t=K.util.hexToBytes(e.toString(16)),a=new Uint8Array(t.length),r=0;r"u")var n0=O.jsbn.BigInteger;var A=O.asn1,Q=O.pki=O.pki||{};Q.pbe=O.pbe=O.pbe||{};var At=Q.oids,s0={name:"EncryptedPrivateKeyInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},o0={name:"PBES2Algorithms",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},u0={name:"pkcs-12PbeParams",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"iterations"}]};Q.encryptPrivateKeyInfo=function(e,t,a){a=a||{},a.saltSize=a.saltSize||8,a.count=a.count||2048,a.algorithm=a.algorithm||"aes128",a.prfAlgorithm=a.prfAlgorithm||"sha1";var r=O.random.getBytesSync(a.saltSize),i=a.count,s=A.integerToDer(i),n,o,f;if(a.algorithm.indexOf("aes")===0||a.algorithm==="des"){var u,l,c;switch(a.algorithm){case"aes128":n=16,u=16,l=At["aes128-CBC"],c=O.aes.createEncryptionCipher;break;case"aes192":n=24,u=16,l=At["aes192-CBC"],c=O.aes.createEncryptionCipher;break;case"aes256":n=32,u=16,l=At["aes256-CBC"],c=O.aes.createEncryptionCipher;break;case"des":n=8,u=8,l=At.desCBC,c=O.des.createEncryptionCipher;break;default:var v=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw v.algorithm=a.algorithm,v}var C="hmacWith"+a.prfAlgorithm.toUpperCase(),y=di(C),x=O.pkcs5.pbkdf2(t,r,i,n,y),T=O.random.getBytesSync(u),I=c(x);I.start(T),I.update(A.toDer(e)),I.finish(),f=I.output.getBytes();var B=f0(r,s,n,C);o=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(At.pkcs5PBES2).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(At.pkcs5PBKDF2).getBytes()),B]),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(l).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,T)])])])}else if(a.algorithm==="3des"){n=24;var b=new O.util.ByteBuffer(r),x=Q.pbe.generatePkcs12Key(t,b,1,i,n),T=Q.pbe.generatePkcs12Key(t,b,2,i,n),I=O.des.createEncryptionCipher(x);I.start(T),I.update(A.toDer(e)),I.finish(),f=I.output.getBytes(),o=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(At["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,r),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,s.getBytes())])])}else{var v=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw v.algorithm=a.algorithm,v}var V=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[o,A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,f)]);return V};Q.decryptPrivateKeyInfo=function(e,t){var a=null,r={},i=[];if(!A.validate(e,s0,r,i)){var s=new Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}var n=A.derToOid(r.encryptionOid),o=Q.pbe.getCipher(n,r.encryptionParams,t),f=O.util.createBuffer(r.encryptedData);return o.update(f),o.finish()&&(a=A.fromDer(o.output)),a};Q.encryptedPrivateKeyToPem=function(e,t){var a={type:"ENCRYPTED PRIVATE KEY",body:A.toDer(e).getBytes()};return O.pem.encode(a,{maxline:t})};Q.encryptedPrivateKeyFromPem=function(e){var t=O.pem.decode(e)[0];if(t.type!=="ENCRYPTED PRIVATE KEY"){var a=new Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');throw a.headerType=t.type,a}if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return A.fromDer(t.body)};Q.encryptRsaPrivateKey=function(e,t,a){if(a=a||{},!a.legacy){var r=Q.wrapRsaPrivateKey(Q.privateKeyToAsn1(e));return r=Q.encryptPrivateKeyInfo(r,t,a),Q.encryptedPrivateKeyToPem(r)}var i,s,n,o;switch(a.algorithm){case"aes128":i="AES-128-CBC",n=16,s=O.random.getBytesSync(16),o=O.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",n=24,s=O.random.getBytesSync(16),o=O.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",n=32,s=O.random.getBytesSync(16),o=O.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",n=24,s=O.random.getBytesSync(8),o=O.des.createEncryptionCipher;break;case"des":i="DES-CBC",n=8,s=O.random.getBytesSync(8),o=O.des.createEncryptionCipher;break;default:var f=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+a.algorithm+'".');throw f.algorithm=a.algorithm,f}var u=O.pbe.opensslDeriveBytes(t,s.substr(0,8),n),l=o(u);l.start(s),l.update(A.toDer(Q.privateKeyToAsn1(e))),l.finish();var c={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:O.util.bytesToHex(s).toUpperCase()},body:l.output.getBytes()};return O.pem.encode(c)};Q.decryptRsaPrivateKey=function(e,t){var a=null,r=O.pem.decode(e)[0];if(r.type!=="ENCRYPTED PRIVATE KEY"&&r.type!=="PRIVATE KEY"&&r.type!=="RSA PRIVATE KEY"){var i=new Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".');throw i.headerType=i,i}if(r.procType&&r.procType.type==="ENCRYPTED"){var s,n;switch(r.dekInfo.algorithm){case"DES-CBC":s=8,n=O.des.createDecryptionCipher;break;case"DES-EDE3-CBC":s=24,n=O.des.createDecryptionCipher;break;case"AES-128-CBC":s=16,n=O.aes.createDecryptionCipher;break;case"AES-192-CBC":s=24,n=O.aes.createDecryptionCipher;break;case"AES-256-CBC":s=32,n=O.aes.createDecryptionCipher;break;case"RC2-40-CBC":s=5,n=function(c){return O.rc2.createDecryptionCipher(c,40)};break;case"RC2-64-CBC":s=8,n=function(c){return O.rc2.createDecryptionCipher(c,64)};break;case"RC2-128-CBC":s=16,n=function(c){return O.rc2.createDecryptionCipher(c,128)};break;default:var i=new Error('Could not decrypt private key; unsupported encryption algorithm "'+r.dekInfo.algorithm+'".');throw i.algorithm=r.dekInfo.algorithm,i}var o=O.util.hexToBytes(r.dekInfo.parameters),f=O.pbe.opensslDeriveBytes(t,o.substr(0,8),s),u=n(f);if(u.start(o),u.update(O.util.createBuffer(r.body)),u.finish())a=u.output.getBytes();else return a}else a=r.body;return r.type==="ENCRYPTED PRIVATE KEY"?a=Q.decryptPrivateKeyInfo(A.fromDer(a),t):a=A.fromDer(a),a!==null&&(a=Q.privateKeyFromAsn1(a)),a};Q.pbe.generatePkcs12Key=function(e,t,a,r,i,s){var n,o;if(typeof s>"u"||s===null){if(!("sha1"in O.md))throw new Error('"sha1" hash algorithm unavailable.');s=O.md.sha1.create()}var f=s.digestLength,u=s.blockLength,l=new O.util.ByteBuffer,c=new O.util.ByteBuffer;if(e!=null){for(o=0;o=0;o--)he=he>>8,he+=Y.at(o)+ie.at(o),ie.setAt(o,he&255);ae.putBuffer(ie)}b=ae,l.putBuffer(w)}return l.truncate(l.length()-i),l};Q.pbe.getCipher=function(e,t,a){switch(e){case Q.oids.pkcs5PBES2:return Q.pbe.getCipherForPBES2(e,t,a);case Q.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case Q.oids["pbewithSHAAnd40BitRC2-CBC"]:return Q.pbe.getCipherForPKCS12PBE(e,t,a);default:var r=new Error("Cannot read encrypted PBE data block. Unsupported OID.");throw r.oid=e,r.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC","pbewithSHAAnd40BitRC2-CBC"],r}};Q.pbe.getCipherForPBES2=function(e,t,a){var r={},i=[];if(!A.validate(t,o0,r,i)){var s=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}if(e=A.derToOid(r.kdfOid),e!==Q.oids.pkcs5PBKDF2){var s=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw s.oid=e,s.supportedOids=["pkcs5PBKDF2"],s}if(e=A.derToOid(r.encOid),e!==Q.oids["aes128-CBC"]&&e!==Q.oids["aes192-CBC"]&&e!==Q.oids["aes256-CBC"]&&e!==Q.oids["des-EDE3-CBC"]&&e!==Q.oids.desCBC){var s=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw s.oid=e,s.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],s}var n=r.kdfSalt,o=O.util.createBuffer(r.kdfIterationCount);o=o.getInt(o.length()<<3);var f,u;switch(Q.oids[e]){case"aes128-CBC":f=16,u=O.aes.createDecryptionCipher;break;case"aes192-CBC":f=24,u=O.aes.createDecryptionCipher;break;case"aes256-CBC":f=32,u=O.aes.createDecryptionCipher;break;case"des-EDE3-CBC":f=24,u=O.des.createDecryptionCipher;break;case"desCBC":f=8,u=O.des.createDecryptionCipher;break}var l=hi(r.prfOid),c=O.pkcs5.pbkdf2(a,n,o,f,l),v=r.encIv,C=u(c);return C.start(v),C};Q.pbe.getCipherForPKCS12PBE=function(e,t,a){var r={},i=[];if(!A.validate(t,u0,r,i)){var s=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}var n=O.util.createBuffer(r.salt),o=O.util.createBuffer(r.iterations);o=o.getInt(o.length()<<3);var f,u,l;switch(e){case Q.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:f=24,u=8,l=O.des.startDecrypting;break;case Q.oids["pbewithSHAAnd40BitRC2-CBC"]:f=5,u=8,l=function(x,T){var I=O.rc2.createDecryptionCipher(x,40);return I.start(T,null),I};break;default:var s=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw s.oid=e,s}var c=hi(r.prfOid),v=Q.pbe.generatePkcs12Key(a,n,1,o,f,c);c.start();var C=Q.pbe.generatePkcs12Key(a,n,2,o,u,c);return l(v,C)};Q.pbe.opensslDeriveBytes=function(e,t,a,r){if(typeof r>"u"||r===null){if(!("md5"in O.md))throw new Error('"md5" hash algorithm unavailable.');r=O.md.md5.create()}t===null&&(t="");for(var i=[ka(r,e+t)],s=16,n=1;s>8*v-c&255;return D=String.fromCharCode(D.charCodeAt(0)&~w)+D.substr(1),D+T+String.fromCharCode(188)},o.verify=function(f,u,l){var c,v=l-1,C=Math.ceil(v/8);if(u=u.substr(-C),C>8*C-v&255;if(x.charCodeAt(0)&I)throw new Error("Bits beyond keysize not zero as expected.");var B=a.generate(T,y),b="";for(c=0;c2)throw new Error("Cannot read notBefore/notAfter validity times; more than two times were provided in the certificate.");if(f.length<2)throw new Error("Cannot read notBefore/notAfter validity times; they were not provided as either UTCTime or GeneralizedTime.");if(n.validity.notBefore=f[0],n.validity.notAfter=f[1],n.tbsCertificate=a.tbsCertificate,t){n.md=br({signatureOid:n.signatureOid,type:"certificate"});var u=h.toDer(n.tbsCertificate);n.md.update(u.getBytes())}var l=M.md.sha1.create(),c=h.toDer(a.certIssuer);l.update(c.getBytes()),n.issuer.getField=function(y){return St(n.issuer,y)},n.issuer.addField=function(y){Ze([y]),n.issuer.attributes.push(y)},n.issuer.attributes=L.RDNAttributesAsArray(a.certIssuer),a.certIssuerUniqueId&&(n.issuer.uniqueId=a.certIssuerUniqueId),n.issuer.hash=l.digest().toHex();var v=M.md.sha1.create(),C=h.toDer(a.certSubject);return v.update(C.getBytes()),n.subject.getField=function(y){return St(n.subject,y)},n.subject.addField=function(y){Ze([y]),n.subject.attributes.push(y)},n.subject.attributes=L.RDNAttributesAsArray(a.certSubject),a.certSubjectUniqueId&&(n.subject.uniqueId=a.certSubjectUniqueId),n.subject.hash=v.digest().toHex(),a.certExtensions?n.extensions=L.certificateExtensionsFromAsn1(a.certExtensions):n.extensions=[],n.publicKey=L.publicKeyFromAsn1(a.subjectPublicKeyInfo),n};L.certificateExtensionsFromAsn1=function(e){for(var t=[],a=0;a1&&(r=a.value.charCodeAt(1),i=a.value.length>2?a.value.charCodeAt(2):0),t.digitalSignature=(r&128)===128,t.nonRepudiation=(r&64)===64,t.keyEncipherment=(r&32)===32,t.dataEncipherment=(r&16)===16,t.keyAgreement=(r&8)===8,t.keyCertSign=(r&4)===4,t.cRLSign=(r&2)===2,t.encipherOnly=(r&1)===1,t.decipherOnly=(i&128)===128}else if(t.name==="basicConstraints"){var a=h.fromDer(t.value);a.value.length>0&&a.value[0].type===h.Type.BOOLEAN?t.cA=a.value[0].value.charCodeAt(0)!==0:t.cA=!1;var s=null;a.value.length>0&&a.value[0].type===h.Type.INTEGER?s=a.value[0].value:a.value.length>1&&(s=a.value[1].value),s!==null&&(t.pathLenConstraint=h.derToInteger(s))}else if(t.name==="extKeyUsage")for(var a=h.fromDer(t.value),n=0;n1&&(r=a.value.charCodeAt(1)),t.client=(r&128)===128,t.server=(r&64)===64,t.email=(r&32)===32,t.objsign=(r&16)===16,t.reserved=(r&8)===8,t.sslCA=(r&4)===4,t.emailCA=(r&2)===2,t.objCA=(r&1)===1}else if(t.name==="subjectAltName"||t.name==="issuerAltName"){t.altNames=[];for(var f,a=h.fromDer(t.value),u=0;u"u"&&(t.type&&t.type in L.oids?t.name=L.oids[t.type]:t.shortName&&t.shortName in de&&(t.name=L.oids[de[t.shortName]])),typeof t.type>"u")if(t.name&&t.name in L.oids)t.type=L.oids[t.name];else{var r=new Error("Attribute type not specified.");throw r.attribute=t,r}if(typeof t.shortName>"u"&&t.name&&t.name in de&&(t.shortName=de[t.name]),t.type===Z.extensionRequest&&(t.valueConstructed=!0,t.valueTagClass=h.Type.SEQUENCE,!t.value&&t.extensions)){t.value=[];for(var i=0;i"u"){var r=new Error("Attribute value not specified.");throw r.attribute=t,r}}}function Ci(e,t){if(t=t||{},typeof e.name>"u"&&e.id&&e.id in L.oids&&(e.name=L.oids[e.id]),typeof e.id>"u")if(e.name&&e.name in L.oids)e.id=L.oids[e.name];else{var a=new Error("Extension ID not specified.");throw a.extension=e,a}if(typeof e.value<"u")return e;if(e.name==="keyUsage"){var r=0,i=0,s=0;e.digitalSignature&&(i|=128,r=7),e.nonRepudiation&&(i|=64,r=6),e.keyEncipherment&&(i|=32,r=5),e.dataEncipherment&&(i|=16,r=4),e.keyAgreement&&(i|=8,r=3),e.keyCertSign&&(i|=4,r=2),e.cRLSign&&(i|=2,r=1),e.encipherOnly&&(i|=1,r=0),e.decipherOnly&&(s|=128,r=7);var n=String.fromCharCode(r);s!==0?n+=String.fromCharCode(i)+String.fromCharCode(s):i!==0&&(n+=String.fromCharCode(i)),e.value=h.create(h.Class.UNIVERSAL,h.Type.BITSTRING,!1,n)}else if(e.name==="basicConstraints")e.value=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]),e.cA&&e.value.value.push(h.create(h.Class.UNIVERSAL,h.Type.BOOLEAN,!1,String.fromCharCode(255))),"pathLenConstraint"in e&&e.value.value.push(h.create(h.Class.UNIVERSAL,h.Type.INTEGER,!1,h.integerToDer(e.pathLenConstraint).getBytes()));else if(e.name==="extKeyUsage"){e.value=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]);var o=e.value.value;for(var f in e)e[f]===!0&&(f in Z?o.push(h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(Z[f]).getBytes())):f.indexOf(".")!==-1&&o.push(h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(f).getBytes())))}else if(e.name==="nsCertType"){var r=0,i=0;e.client&&(i|=128,r=7),e.server&&(i|=64,r=6),e.email&&(i|=32,r=5),e.objsign&&(i|=16,r=4),e.reserved&&(i|=8,r=3),e.sslCA&&(i|=4,r=2),e.emailCA&&(i|=2,r=1),e.objCA&&(i|=1,r=0);var n=String.fromCharCode(r);i!==0&&(n+=String.fromCharCode(i)),e.value=h.create(h.Class.UNIVERSAL,h.Type.BITSTRING,!1,n)}else if(e.name==="subjectAltName"||e.name==="issuerAltName"){e.value=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]);for(var u,l=0;l128)throw new Error('Invalid "nsComment" content.');e.value=h.create(h.Class.UNIVERSAL,h.Type.IA5STRING,!1,e.comment)}else if(e.name==="subjectKeyIdentifier"&&t.cert){var c=t.cert.generateSubjectKeyIdentifier();e.subjectKeyIdentifier=c.toHex(),e.value=h.create(h.Class.UNIVERSAL,h.Type.OCTETSTRING,!1,c.getBytes())}else if(e.name==="authorityKeyIdentifier"&&t.cert){e.value=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]);var o=e.value.value;if(e.keyIdentifier){var v=e.keyIdentifier===!0?t.cert.generateSubjectKeyIdentifier().getBytes():e.keyIdentifier;o.push(h.create(h.Class.CONTEXT_SPECIFIC,0,!1,v))}if(e.authorityCertIssuer){var C=[h.create(h.Class.CONTEXT_SPECIFIC,4,!0,[Kt(e.authorityCertIssuer===!0?t.cert.issuer:e.authorityCertIssuer)])];o.push(h.create(h.Class.CONTEXT_SPECIFIC,1,!0,C))}if(e.serialNumber){var y=M.util.hexToBytes(e.serialNumber===!0?t.cert.serialNumber:e.serialNumber);o.push(h.create(h.Class.CONTEXT_SPECIFIC,2,!1,y))}}else if(e.name==="cRLDistributionPoints"){e.value=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]);for(var o=e.value.value,x=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]),T=h.create(h.Class.CONTEXT_SPECIFIC,0,!0,[]),u,l=0;l"u"){var a=new Error("Extension value not specified.");throw a.extension=e,a}return e}function fa(e,t){switch(e){case Z["RSASSA-PSS"]:var a=[];return t.hash.algorithmOid!==void 0&&a.push(h.create(h.Class.CONTEXT_SPECIFIC,0,!0,[h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(t.hash.algorithmOid).getBytes()),h.create(h.Class.UNIVERSAL,h.Type.NULL,!1,"")])])),t.mgf.algorithmOid!==void 0&&a.push(h.create(h.Class.CONTEXT_SPECIFIC,1,!0,[h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(t.mgf.algorithmOid).getBytes()),h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(t.mgf.hash.algorithmOid).getBytes()),h.create(h.Class.UNIVERSAL,h.Type.NULL,!1,"")])])])),t.saltLength!==void 0&&a.push(h.create(h.Class.CONTEXT_SPECIFIC,2,!0,[h.create(h.Class.UNIVERSAL,h.Type.INTEGER,!1,h.integerToDer(t.saltLength).getBytes())])),h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,a);default:return h.create(h.Class.UNIVERSAL,h.Type.NULL,!1,"")}}function g0(e){var t=h.create(h.Class.CONTEXT_SPECIFIC,0,!0,[]);if(e.attributes.length===0)return t;for(var a=e.attributes,r=0;r=C0&&e0&&r.value.push(L.certificateExtensionsToAsn1(e.extensions)),r};L.getCertificationRequestInfo=function(e){var t=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[h.create(h.Class.UNIVERSAL,h.Type.INTEGER,!1,h.integerToDer(e.version).getBytes()),Kt(e.subject),L.publicKeyToAsn1(e.publicKey),g0(e)]);return t};L.distinguishedNameToAsn1=function(e){return Kt(e)};L.certificateToAsn1=function(e){var t=e.tbsCertificate||L.getTBSCertificate(e);return h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[t,h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[h.create(h.Class.UNIVERSAL,h.Type.OID,!1,h.oidToDer(e.signatureOid).getBytes()),fa(e.signatureOid,e.signatureParameters)]),h.create(h.Class.UNIVERSAL,h.Type.BITSTRING,!1,String.fromCharCode(0)+e.signature)])};L.certificateExtensionsToAsn1=function(e){var t=h.create(h.Class.CONTEXT_SPECIFIC,3,!0,[]),a=h.create(h.Class.UNIVERSAL,h.Type.SEQUENCE,!0,[]);t.value.push(a);for(var r=0;r"u"&&(i=new Date);var s=!0,n=null,o=0;do{var f=t.shift(),u=null,l=!1;if(i&&(if.validity.notAfter)&&(n={message:"Certificate is not valid yet or has expired.",error:L.certificateError.certificate_expired,notBefore:f.validity.notBefore,notAfter:f.validity.notAfter,now:i}),n===null){if(u=t[0]||e.getIssuer(f),u===null&&f.isIssuer(f)&&(l=!0,u=f),u){var c=u;M.util.isArray(c)||(c=[c]);for(var v=!1;!v&&c.length>0;){u=c.shift();try{v=u.verify(f)}catch{}}v||(n={message:"Certificate signature is invalid.",error:L.certificateError.bad_certificate})}n===null&&(!u||l)&&!e.hasCertificate(f)&&(n={message:"Certificate is not trusted.",error:L.certificateError.unknown_ca})}if(n===null&&u&&!f.isIssuer(u)&&(n={message:"Certificate issuer is invalid.",error:L.certificateError.bad_certificate}),n===null)for(var C={keyUsage:!0,basicConstraints:!0},y=0;n===null&&yT.pathLenConstraint&&(n={message:"Certificate basicConstraints pathLenConstraint violated.",error:L.certificateError.bad_certificate})}}var b=n===null?!0:n.error,V=a.verify?a.verify(b,o,r):b;if(V===!0)n=null;else throw b===!0&&(n={message:"The application rejected the certificate.",error:L.certificateError.bad_certificate}),(V||V===0)&&(typeof V=="object"&&!M.util.isArray(V)?(V.message&&(n.message=V.message),V.error&&(n.error=V.error)):typeof V=="string"&&(n.error=V)),n;s=!1,++o}while(t.length>0);return!0};var oe=z,g=oe.asn1,X=oe.pki,Jt=oe.pkcs12=oe.pkcs12||{},mi={name:"ContentInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"ContentInfo.contentType",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"contentType"},{name:"ContentInfo.content",tagClass:g.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"content"}]},E0={name:"PFX",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.version",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"version"},mi,{name:"PFX.macData",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"mac",value:[{name:"PFX.macData.mac",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"macAlgorithm"},{name:"PFX.macData.mac.digestAlgorithm.parameters",tagClass:g.Class.UNIVERSAL,captureAsn1:"macAlgorithmParameters"}]},{name:"PFX.macData.mac.digest",tagClass:g.Class.UNIVERSAL,type:g.Type.OCTETSTRING,constructed:!1,capture:"macDigest"}]},{name:"PFX.macData.macSalt",tagClass:g.Class.UNIVERSAL,type:g.Type.OCTETSTRING,constructed:!1,capture:"macSalt"},{name:"PFX.macData.iterations",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,optional:!0,capture:"macIterations"}]}]},x0={name:"SafeBag",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"SafeBag.bagId",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"bagId"},{name:"SafeBag.bagValue",tagClass:g.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"bagValue"},{name:"SafeBag.bagAttributes",tagClass:g.Class.UNIVERSAL,type:g.Type.SET,constructed:!0,optional:!0,capture:"bagAttributes"}]},S0={name:"Attribute",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"Attribute.attrId",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"oid"},{name:"Attribute.attrValues",tagClass:g.Class.UNIVERSAL,type:g.Type.SET,constructed:!0,capture:"values"}]},T0={name:"CertBag",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"CertBag.certId",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"certId"},{name:"CertBag.certValue",tagClass:g.Class.CONTEXT_SPECIFIC,constructed:!0,value:[{name:"CertBag.certValue[0]",tagClass:g.Class.UNIVERSAL,type:g.Class.OCTETSTRING,constructed:!1,capture:"cert"}]}]};function zt(e,t,a,r){for(var i=[],s=0;s=0&&i.push(o)}}return i}Jt.pkcs12FromAsn1=function(e,t,a){typeof t=="string"?(a=t,t=!0):t===void 0&&(t=!0);var r={},i=[];if(!g.validate(e,E0,r,i)){var s=new Error("Cannot read PKCS#12 PFX. ASN.1 object is not an PKCS#12 PFX.");throw s.errors=s,s}var n={version:r.version.charCodeAt(0),safeContents:[],getBags:function(T){var I={},B;return"localKeyId"in T?B=T.localKeyId:"localKeyIdHex"in T&&(B=oe.util.hexToBytes(T.localKeyIdHex)),B===void 0&&!("friendlyName"in T)&&"bagType"in T&&(I[T.bagType]=zt(n.safeContents,null,null,T.bagType)),B!==void 0&&(I.localKeyId=zt(n.safeContents,"localKeyId",B,T.bagType)),"friendlyName"in T&&(I.friendlyName=zt(n.safeContents,"friendlyName",T.friendlyName,T.bagType)),I},getBagsByFriendlyName:function(T,I){return zt(n.safeContents,"friendlyName",T,I)},getBagsByLocalKeyId:function(T,I){return zt(n.safeContents,"localKeyId",T,I)}};if(r.version.charCodeAt(0)!==3){var s=new Error("PKCS#12 PFX of version other than 3 not supported.");throw s.version=r.version.charCodeAt(0),s}if(g.derToOid(r.contentType)!==X.oids.data){var s=new Error("Only PKCS#12 PFX in password integrity mode supported.");throw s.oid=g.derToOid(r.contentType),s}var o=r.content.value[0];if(o.tagClass!==g.Class.UNIVERSAL||o.type!==g.Type.OCTETSTRING)throw new Error("PKCS#12 authSafe content data is not an OCTET STRING.");if(o=la(o),r.mac){var f=null,u=0,l=g.derToOid(r.macAlgorithm);switch(l){case X.oids.sha1:f=oe.md.sha1.create(),u=20;break;case X.oids.sha256:f=oe.md.sha256.create(),u=32;break;case X.oids.sha384:f=oe.md.sha384.create(),u=48;break;case X.oids.sha512:f=oe.md.sha512.create(),u=64;break;case X.oids.md5:f=oe.md.md5.create(),u=16;break}if(f===null)throw new Error("PKCS#12 uses unsupported MAC algorithm: "+l);var c=new oe.util.ByteBuffer(r.macSalt),v="macIterations"in r?parseInt(oe.util.bytesToHex(r.macIterations),16):1,C=Jt.generateKey(a,c,3,v,u,f),y=oe.hmac.create();y.start(f,C),y.update(o.value);var x=y.getMac();if(x.getBytes()!==r.macDigest)throw new Error("PKCS#12 MAC could not be verified. Invalid password?")}return I0(n,o.value,t,a),n};function la(e){if(e.composed||e.constructed){for(var t=oe.util.createBuffer(),a=0;a0&&(s=g.create(g.Class.UNIVERSAL,g.Type.SET,!0,f));var u=[],l=[];t!==null&&(oe.util.isArray(t)?l=t:l=[t]);for(var c=[],v=0;v0){var T=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,c),I=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.data).getBytes()),g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,g.toDer(T).getBytes())])]);u.push(I)}var B=null;if(e!==null){var b=X.wrapRsaPrivateKey(X.privateKeyToAsn1(e));a===null?B=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.keyBag).getBytes()),g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[b]),s]):B=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.pkcs8ShroudedKeyBag).getBytes()),g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[X.encryptPrivateKeyInfo(b,a,r)]),s]);var V=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[B]),D=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.data).getBytes()),g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,g.toDer(V).getBytes())])]);u.push(D)}var w=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,u),G;if(r.useMac){var o=oe.md.sha1.create(),Y=new oe.util.ByteBuffer(oe.random.getBytes(r.saltSize)),re=r.count,e=Jt.generateKey(a,Y,3,re,20),ae=oe.hmac.create();ae.start(o,e),ae.update(g.toDer(w).getBytes());var ie=ae.getMac();G=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.sha1).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")]),g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,ie.getBytes())]),g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,Y.getBytes()),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(re).getBytes())])}return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(3).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(X.oids.data).getBytes()),g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,g.toDer(w).getBytes())])]),G])};Jt.generateKey=oe.pbe.generatePkcs12Key;var Tt=z,ca=Tt.asn1,Mt=Tt.pki=Tt.pki||{};Mt.pemToDer=function(e){var t=Tt.pem.decode(e)[0];if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert PEM to DER; PEM is encrypted.");return Tt.util.createBuffer(t.body)};Mt.privateKeyFromPem=function(e){var t=Tt.pem.decode(e)[0];if(t.type!=="PRIVATE KEY"&&t.type!=="RSA PRIVATE KEY"){var a=new Error('Could not convert private key from PEM; PEM header type is not "PRIVATE KEY" or "RSA PRIVATE KEY".');throw a.headerType=t.type,a}if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert private key from PEM; PEM is encrypted.");var r=ca.fromDer(t.body);return Mt.privateKeyFromAsn1(r)};Mt.privateKeyToPem=function(e,t){var a={type:"RSA PRIVATE KEY",body:ca.toDer(Mt.privateKeyToAsn1(e)).getBytes()};return Tt.pem.encode(a,{maxline:t})};Mt.privateKeyInfoToPem=function(e,t){var a={type:"PRIVATE KEY",body:ca.toDer(e).getBytes()};return Tt.pem.encode(a,{maxline:t})};var _=z,_r=function(e,t,a,r){var i=_.util.createBuffer(),s=e.length>>1,n=s+(e.length&1),o=e.substr(0,n),f=e.substr(s,n),u=_.util.createBuffer(),l=_.hmac.create();a=t+a;var c=Math.ceil(r/16),v=Math.ceil(r/20);l.start("MD5",o);var C=_.util.createBuffer();u.putBytes(a);for(var y=0;y0&&(p.queue(e,p.createAlert(e,{level:p.Alert.Level.warning,description:p.Alert.Description.no_renegotiation})),p.flush(e)),e.process()};p.parseHelloMessage=function(e,t,a){var r=null,i=e.entity===p.ConnectionEnd.client;if(a<38)e.error(e,{message:i?"Invalid ServerHello message. Message too short.":"Invalid ClientHello message. Message too short.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.illegal_parameter}});else{var s=t.fragment,n=s.length();if(r={version:{major:s.getByte(),minor:s.getByte()},random:_.util.createBuffer(s.getBytes(32)),session_id:ze(s,1),extensions:[]},i?(r.cipher_suite=s.getBytes(2),r.compression_method=s.getByte()):(r.cipher_suites=ze(s,2),r.compression_methods=ze(s,1)),n=a-(n-s.length()),n>0){for(var o=ze(s,2);o.length()>0;)r.extensions.push({type:[o.getByte(),o.getByte()],data:ze(o,2)});if(!i)for(var f=0;f0;){var c=l.getByte();if(c!==0)break;e.session.extensions.server_name.serverNameList.push(ze(l,2).getBytes())}}}if(e.session.version&&(r.version.major!==e.session.version.major||r.version.minor!==e.session.version.minor))return e.error(e,{message:"TLS version change is disallowed during renegotiation.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.protocol_version}});if(i)e.session.cipherSuite=p.getCipherSuite(r.cipher_suite);else for(var v=_.util.createBuffer(r.cipher_suites.bytes());v.length()>0&&(e.session.cipherSuite=p.getCipherSuite(v.getBytes(2)),e.session.cipherSuite===null););if(e.session.cipherSuite===null)return e.error(e,{message:"No cipher suites in common.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.handshake_failure},cipherSuite:_.util.bytesToHex(r.cipher_suite)});i?e.session.compressionMethod=r.compression_method:e.session.compressionMethod=p.CompressionMethod.none}return r};p.createSecurityParameters=function(e,t){var a=e.entity===p.ConnectionEnd.client,r=t.random.bytes(),i=a?e.session.sp.client_random:r,s=a?r:p.createRandom().getBytes();e.session.sp={entity:e.entity,prf_algorithm:p.PRFAlgorithm.tls_prf_sha256,bulk_cipher_algorithm:null,cipher_type:null,enc_key_length:null,block_length:null,fixed_iv_length:null,record_iv_length:null,mac_algorithm:null,mac_length:null,mac_key_length:null,compression_algorithm:e.session.compressionMethod,pre_master_secret:null,master_secret:null,client_random:i,server_random:s}};p.handleServerHello=function(e,t,a){var r=p.parseHelloMessage(e,t,a);if(!e.fail){if(r.version.minor<=e.version.minor)e.version.minor=r.version.minor;else return e.error(e,{message:"Incompatible TLS version.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.protocol_version}});e.session.version=e.version;var i=r.session_id.bytes();i.length>0&&i===e.session.id?(e.expect=Ei,e.session.resuming=!0,e.session.sp.server_random=r.random.bytes()):(e.expect=L0,e.session.resuming=!1,p.createSecurityParameters(e,r)),e.session.id=i,e.process()}};p.handleClientHello=function(e,t,a){var r=p.parseHelloMessage(e,t,a);if(!e.fail){var i=r.session_id.bytes(),s=null;if(e.sessionCache&&(s=e.sessionCache.getSession(i),s===null?i="":(s.version.major!==r.version.major||s.version.minor>r.version.minor)&&(s=null,i="")),i.length===0&&(i=_.random.getBytes(32)),e.session.id=i,e.session.clientHelloVersion=r.version,e.session.sp={},s)e.version=e.session.version=s.version,e.session.sp=s.sp;else{for(var n,o=1;o0;)s=ze(i.certificate_list,3),n=_.asn1.fromDer(s),s=_.pki.certificateFromAsn1(n,!0),o.push(s)}catch(u){return e.error(e,{message:"Could not parse certificate list.",cause:u,send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.bad_certificate}})}var f=e.entity===p.ConnectionEnd.client;(f||e.verifyClient===!0)&&o.length===0?e.error(e,{message:f?"No server certificate provided.":"No client certificate provided.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.illegal_parameter}}):o.length===0?e.expect=f?Pa:Qr:(f?e.session.serverCertificate=o[0]:e.session.clientCertificate=o[0],p.verifyCertificateChain(e,o)&&(e.expect=f?Pa:Qr)),e.process()};p.handleServerKeyExchange=function(e,t,a){if(a>0)return e.error(e,{message:"Invalid key parameters. Only RSA is supported.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.unsupported_certificate}});e.expect=D0,e.process()};p.handleClientKeyExchange=function(e,t,a){if(a<48)return e.error(e,{message:"Invalid key parameters. Only RSA is supported.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.unsupported_certificate}});var r=t.fragment,i={enc_pre_master_secret:ze(r,2).getBytes()},s=null;if(e.getPrivateKey)try{s=e.getPrivateKey(e,e.session.serverCertificate),s=_.pki.privateKeyFromPem(s)}catch(f){e.error(e,{message:"Could not get private key.",cause:f,send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.internal_error}})}if(s===null)return e.error(e,{message:"No private key set.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.internal_error}});try{var n=e.session.sp;n.pre_master_secret=s.decrypt(i.enc_pre_master_secret);var o=e.session.clientHelloVersion;if(o.major!==n.pre_master_secret.charCodeAt(0)||o.minor!==n.pre_master_secret.charCodeAt(1))throw new Error("TLS version rollback attack detected.")}catch{n.pre_master_secret=_.random.getBytes(48)}e.expect=ha,e.session.clientCertificate!==null&&(e.expect=K0),e.process()};p.handleCertificateRequest=function(e,t,a){if(a<3)return e.error(e,{message:"Invalid CertificateRequest. Message too short.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.illegal_parameter}});var r=t.fragment,i={certificate_types:ze(r,1),certificate_authorities:ze(r,2)};e.session.certificateRequest=i,e.expect=k0,e.process()};p.handleCertificateVerify=function(e,t,a){if(a<2)return e.error(e,{message:"Invalid CertificateVerify. Message too short.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.illegal_parameter}});var r=t.fragment;r.read-=4;var i=r.bytes();r.read+=4;var s={signature:ze(r,2).getBytes()},n=_.util.createBuffer();n.putBuffer(e.session.md5.digest()),n.putBuffer(e.session.sha1.digest()),n=n.getBytes();try{var o=e.session.clientCertificate;if(!o.publicKey.verify(n,s.signature,"NONE"))throw new Error("CertificateVerify signature does not match.");e.session.md5.update(i),e.session.sha1.update(i)}catch{return e.error(e,{message:"Bad signature in CertificateVerify.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.handshake_failure}})}e.expect=ha,e.process()};p.handleServerHelloDone=function(e,t,a){if(a>0)return e.error(e,{message:"Invalid ServerHelloDone message. Invalid length.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.record_overflow}});if(e.serverCertificate===null){var r={message:"No server certificate provided. Not enough security.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.insufficient_security}},i=0,s=e.verify(e,r.alert.description,i,[]);if(s!==!0)return(s||s===0)&&(typeof s=="object"&&!_.util.isArray(s)?(s.message&&(r.message=s.message),s.alert&&(r.alert.description=s.alert)):typeof s=="number"&&(r.alert.description=s)),e.error(e,r)}e.session.certificateRequest!==null&&(t=p.createRecord(e,{type:p.ContentType.handshake,data:p.createCertificate(e)}),p.queue(e,t)),t=p.createRecord(e,{type:p.ContentType.handshake,data:p.createClientKeyExchange(e)}),p.queue(e,t),e.expect=V0;var n=function(o,f){o.session.certificateRequest!==null&&o.session.clientCertificate!==null&&p.queue(o,p.createRecord(o,{type:p.ContentType.handshake,data:p.createCertificateVerify(o,f)})),p.queue(o,p.createRecord(o,{type:p.ContentType.change_cipher_spec,data:p.createChangeCipherSpec()})),o.state.pending=p.createConnectionState(o),o.state.current.write=o.state.pending.write,p.queue(o,p.createRecord(o,{type:p.ContentType.handshake,data:p.createFinished(o)})),o.expect=Ei,p.flush(o),o.process()};if(e.session.certificateRequest===null||e.session.clientCertificate===null)return n(e,null);p.getClientSignature(e,n)};p.handleChangeCipherSpec=function(e,t){if(t.fragment.getByte()!==1)return e.error(e,{message:"Invalid ChangeCipherSpec message received.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.illegal_parameter}});var a=e.entity===p.ConnectionEnd.client;(e.session.resuming&&a||!e.session.resuming&&!a)&&(e.state.pending=p.createConnectionState(e)),e.state.current.read=e.state.pending.read,(!e.session.resuming&&a||e.session.resuming&&!a)&&(e.state.pending=null),e.expect=a?U0:M0,e.process()};p.handleFinished=function(e,t,a){var r=t.fragment;r.read-=4;var i=r.bytes();r.read+=4;var s=t.fragment.getBytes();r=_.util.createBuffer(),r.putBuffer(e.session.md5.digest()),r.putBuffer(e.session.sha1.digest());var n=e.entity===p.ConnectionEnd.client,o=n?"server finished":"client finished",f=e.session.sp,u=12,l=_r;if(r=l(f.master_secret,o,r.getBytes(),u),r.getBytes()!==s)return e.error(e,{message:"Invalid verify_data in Finished message.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.decrypt_error}});e.session.md5.update(i),e.session.sha1.update(i),(e.session.resuming&&n||!e.session.resuming&&!n)&&(p.queue(e,p.createRecord(e,{type:p.ContentType.change_cipher_spec,data:p.createChangeCipherSpec()})),e.state.current.write=e.state.pending.write,e.state.pending=null,p.queue(e,p.createRecord(e,{type:p.ContentType.handshake,data:p.createFinished(e)}))),e.expect=n?P0:H0,e.handshaking=!1,++e.handshakes,e.peerCertificate=n?e.session.serverCertificate:e.session.clientCertificate,p.flush(e),e.isConnected=!0,e.connected(e),e.process()};p.handleAlert=function(e,t){var a=t.fragment,r={level:a.getByte(),description:a.getByte()},i;switch(r.description){case p.Alert.Description.close_notify:i="Connection closed.";break;case p.Alert.Description.unexpected_message:i="Unexpected message.";break;case p.Alert.Description.bad_record_mac:i="Bad record MAC.";break;case p.Alert.Description.decryption_failed:i="Decryption failed.";break;case p.Alert.Description.record_overflow:i="Record overflow.";break;case p.Alert.Description.decompression_failure:i="Decompression failed.";break;case p.Alert.Description.handshake_failure:i="Handshake failure.";break;case p.Alert.Description.bad_certificate:i="Bad certificate.";break;case p.Alert.Description.unsupported_certificate:i="Unsupported certificate.";break;case p.Alert.Description.certificate_revoked:i="Certificate revoked.";break;case p.Alert.Description.certificate_expired:i="Certificate expired.";break;case p.Alert.Description.certificate_unknown:i="Certificate unknown.";break;case p.Alert.Description.illegal_parameter:i="Illegal parameter.";break;case p.Alert.Description.unknown_ca:i="Unknown certificate authority.";break;case p.Alert.Description.access_denied:i="Access denied.";break;case p.Alert.Description.decode_error:i="Decode error.";break;case p.Alert.Description.decrypt_error:i="Decrypt error.";break;case p.Alert.Description.export_restriction:i="Export restriction.";break;case p.Alert.Description.protocol_version:i="Unsupported protocol version.";break;case p.Alert.Description.insufficient_security:i="Insufficient security.";break;case p.Alert.Description.internal_error:i="Internal error.";break;case p.Alert.Description.user_canceled:i="User canceled.";break;case p.Alert.Description.no_renegotiation:i="Renegotiation not supported.";break;default:i="Unknown error.";break}if(r.description===p.Alert.Description.close_notify)return e.close();e.error(e,{message:i,send:!1,origin:e.entity===p.ConnectionEnd.client?"server":"client",alert:r}),e.process()};p.handleHandshake=function(e,t){var a=t.fragment,r=a.getByte(),i=a.getInt24();if(i>a.length())return e.fragmented=t,t.fragment=_.util.createBuffer(),a.read-=4,e.process();e.fragmented=null,a.read-=4;var s=a.bytes(i+4);a.read+=4,r in yr[e.entity][e.expect]?(e.entity===p.ConnectionEnd.server&&!e.open&&!e.fail&&(e.handshaking=!0,e.session={version:null,extensions:{server_name:{serverNameList:[]}},cipherSuite:null,compressionMethod:null,serverCertificate:null,clientCertificate:null,md5:_.md.md5.create(),sha1:_.md.sha1.create()}),r!==p.HandshakeType.hello_request&&r!==p.HandshakeType.certificate_verify&&r!==p.HandshakeType.finished&&(e.session.md5.update(s),e.session.sha1.update(s)),yr[e.entity][e.expect][r](e,t,i)):p.handleUnexpected(e,t)};p.handleApplicationData=function(e,t){e.data.putBuffer(t.fragment),e.dataReady(e),e.process()};p.handleHeartbeat=function(e,t){var a=t.fragment,r=a.getByte(),i=a.getInt16(),s=a.getBytes(i);if(r===p.HeartbeatMessageType.heartbeat_request){if(e.handshaking||i>s.length)return e.process();p.queue(e,p.createRecord(e,{type:p.ContentType.heartbeat,data:p.createHeartbeat(p.HeartbeatMessageType.heartbeat_response,s)})),p.flush(e)}else if(r===p.HeartbeatMessageType.heartbeat_response){if(s!==e.expectedHeartbeatPayload)return e.process();e.heartbeatReceived&&e.heartbeatReceived(e,_.util.createBuffer(s))}e.process()};var w0=0,L0=1,Pa=2,D0=3,k0=4,Ei=5,U0=6,P0=7,V0=8,O0=0,F0=1,Qr=2,K0=3,ha=4,M0=5,H0=6,d=p.handleUnexpected,xi=p.handleChangeCipherSpec,Te=p.handleAlert,Me=p.handleHandshake,Si=p.handleApplicationData,Ie=p.handleHeartbeat,da=[];da[p.ConnectionEnd.client]=[[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[xi,Te,d,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,Si,Ie],[d,Te,Me,d,Ie]];da[p.ConnectionEnd.server]=[[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,d,Ie],[xi,Te,d,d,Ie],[d,Te,Me,d,Ie],[d,Te,Me,Si,Ie],[d,Te,Me,d,Ie]];var vt=p.handleHelloRequest,G0=p.handleServerHello,Ti=p.handleCertificate,Va=p.handleServerKeyExchange,wr=p.handleCertificateRequest,ir=p.handleServerHelloDone,Ii=p.handleFinished,yr=[];yr[p.ConnectionEnd.client]=[[d,d,G0,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,Ti,Va,wr,ir,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,Va,wr,ir,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,d,wr,ir,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,d,d,ir,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,Ii],[vt,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[vt,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d]];var q0=p.handleClientHello,Q0=p.handleClientKeyExchange,z0=p.handleCertificateVerify;yr[p.ConnectionEnd.server]=[[d,q0,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,Ti,d,d,d,d,d,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,Q0,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,z0,d,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,Ii],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d],[d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d,d]];p.generateKeys=function(e,t){var a=_r,r=t.client_random+t.server_random;e.session.resuming||(t.master_secret=a(t.pre_master_secret,"master secret",r,48).bytes(),t.pre_master_secret=null),r=t.server_random+t.client_random;var i=2*t.mac_key_length+2*t.enc_key_length,s=e.version.major===p.Versions.TLS_1_0.major&&e.version.minor===p.Versions.TLS_1_0.minor;s&&(i+=2*t.fixed_iv_length);var n=a(t.master_secret,"key expansion",r,i),o={client_write_MAC_key:n.getBytes(t.mac_key_length),server_write_MAC_key:n.getBytes(t.mac_key_length),client_write_key:n.getBytes(t.enc_key_length),server_write_key:n.getBytes(t.enc_key_length)};return s&&(o.client_write_IV=n.getBytes(t.fixed_iv_length),o.server_write_IV=n.getBytes(t.fixed_iv_length)),o};p.createConnectionState=function(e){var t=e.entity===p.ConnectionEnd.client,a=function(){var s={sequenceNumber:[0,0],macKey:null,macLength:0,macFunction:null,cipherState:null,cipherFunction:function(n){return!0},compressionState:null,compressFunction:function(n){return!0},updateSequenceNumber:function(){s.sequenceNumber[1]===4294967295?(s.sequenceNumber[1]=0,++s.sequenceNumber[0]):++s.sequenceNumber[1]}};return s},r={read:a(),write:a()};if(r.read.update=function(s,n){return r.read.cipherFunction(n,r.read)?r.read.compressFunction(s,n,r.read)||s.error(s,{message:"Could not decompress record.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.decompression_failure}}):s.error(s,{message:"Could not decrypt record or bad MAC.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.bad_record_mac}}),!s.fail},r.write.update=function(s,n){return r.write.compressFunction(s,n,r.write)?r.write.cipherFunction(n,r.write)||s.error(s,{message:"Could not encrypt record.",send:!1,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.internal_error}}):s.error(s,{message:"Could not compress record.",send:!1,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.internal_error}}),!s.fail},e.session){var i=e.session.sp;switch(e.session.cipherSuite.initSecurityParameters(i),i.keys=p.generateKeys(e,i),r.read.macKey=t?i.keys.server_write_MAC_key:i.keys.client_write_MAC_key,r.write.macKey=t?i.keys.client_write_MAC_key:i.keys.server_write_MAC_key,e.session.cipherSuite.initConnectionState(r,e,i),i.compression_algorithm){case p.CompressionMethod.none:break;case p.CompressionMethod.deflate:r.read.compressFunction=R0,r.write.compressFunction=N0;break;default:throw new Error("Unsupported compression algorithm.")}}return r};p.createRandom=function(){var e=new Date,t=+e+e.getTimezoneOffset()*6e4,a=_.util.createBuffer();return a.putInt32(t),a.putBytes(_.random.getBytes(28)),a};p.createRecord=function(e,t){if(!t.data)return null;var a={type:t.type,version:{major:e.version.major,minor:e.version.minor},length:t.data.length(),fragment:t.data};return a};p.createAlert=function(e,t){var a=_.util.createBuffer();return a.putByte(t.level),a.putByte(t.description),p.createRecord(e,{type:p.ContentType.alert,data:a})};p.createClientHello=function(e){e.session.clientHelloVersion={major:e.version.major,minor:e.version.minor};for(var t=_.util.createBuffer(),a=0;a0&&(c+=2);var v=e.session.id,C=v.length+1+2+4+28+2+i+1+n+c,y=_.util.createBuffer();return y.putByte(p.HandshakeType.client_hello),y.putInt24(C),y.putByte(e.version.major),y.putByte(e.version.minor),y.putBytes(e.session.sp.client_random),We(y,1,_.util.createBuffer(v)),We(y,2,t),We(y,1,s),c>0&&We(y,2,o),y};p.createServerHello=function(e){var t=e.session.id,a=t.length+1+2+4+28+2+1,r=_.util.createBuffer();return r.putByte(p.HandshakeType.server_hello),r.putInt24(a),r.putByte(e.version.major),r.putByte(e.version.minor),r.putBytes(e.session.sp.server_random),We(r,1,_.util.createBuffer(t)),r.putByte(e.session.cipherSuite.id[0]),r.putByte(e.session.cipherSuite.id[1]),r.putByte(e.session.compressionMethod),r};p.createCertificate=function(e){var t=e.entity===p.ConnectionEnd.client,a=null;if(e.getCertificate){var r;t?r=e.session.certificateRequest:r=e.session.extensions.server_name.serverNameList,a=e.getCertificate(e,r)}var i=_.util.createBuffer();if(a!==null)try{_.util.isArray(a)||(a=[a]);for(var s=null,n=0;n"u"&&(a=t.length);var r=_.util.createBuffer();r.putByte(e),r.putInt16(a),r.putBytes(t);var i=r.length(),s=Math.max(16,i-a-3);return r.putBytes(_.random.getBytes(s)),r};p.queue=function(e,t){if(t&&!(t.fragment.length()===0&&(t.type===p.ContentType.handshake||t.type===p.ContentType.alert||t.type===p.ContentType.change_cipher_spec))){if(t.type===p.ContentType.handshake){var a=t.fragment.bytes();e.session.md5.update(a),e.session.sha1.update(a),a=null}var r;if(t.fragment.length()<=p.MaxFragment)r=[t];else{r=[];for(var i=t.fragment.bytes();i.length>p.MaxFragment;)r.push(p.createRecord(e,{type:t.type,data:_.util.createBuffer(i.slice(0,p.MaxFragment))})),i=i.slice(p.MaxFragment);i.length>0&&r.push(p.createRecord(e,{type:t.type,data:_.util.createBuffer(i)}))}for(var s=0;s0&&(n=a.order[0]),n!==null&&n in a.cache){s=a.cache[n],delete a.cache[n];for(var o in a.order)if(a.order[o]===n){a.order.splice(o,1);break}}return s},a.setSession=function(i,s){if(a.order.length===a.capacity){var n=a.order.shift();delete a.cache[n]}var n=_.util.bytesToHex(i);a.order.push(n),a.cache[n]=s}}return a};p.createConnection=function(e){var t=null;e.caStore?_.util.isArray(e.caStore)?t=_.pki.createCaStore(e.caStore):t=e.caStore:t=_.pki.createCaStore();var a=e.cipherSuites||null;if(a===null){a=[];for(var r in p.CipherSuites)a.push(p.CipherSuites[r])}var i=e.server?p.ConnectionEnd.server:p.ConnectionEnd.client,s=e.sessionCache?p.createSessionCache(e.sessionCache):null,n={version:{major:p.Version.major,minor:p.Version.minor},entity:i,sessionId:e.sessionId,caStore:t,sessionCache:s,cipherSuites:a,connected:e.connected,virtualHost:e.virtualHost||null,verifyClient:e.verifyClient||!1,verify:e.verify||function(l,c,v,C){return c},verifyOptions:e.verifyOptions||{},getCertificate:e.getCertificate||null,getPrivateKey:e.getPrivateKey||null,getSignature:e.getSignature||null,input:_.util.createBuffer(),tlsData:_.util.createBuffer(),data:_.util.createBuffer(),tlsDataReady:e.tlsDataReady,dataReady:e.dataReady,heartbeatReceived:e.heartbeatReceived,closed:e.closed,error:function(l,c){c.origin=c.origin||(l.entity===p.ConnectionEnd.client?"client":"server"),c.send&&(p.queue(l,p.createAlert(l,c.alert)),p.flush(l));var v=c.fatal!==!1;v&&(l.fail=!0),e.error(l,c),v&&l.close(!1)},deflate:e.deflate||null,inflate:e.inflate||null};n.reset=function(l){n.version={major:p.Version.major,minor:p.Version.minor},n.record=null,n.session=null,n.peerCertificate=null,n.state={pending:null,current:null},n.expect=n.entity===p.ConnectionEnd.client?w0:O0,n.fragmented=null,n.records=[],n.open=!1,n.handshakes=0,n.handshaking=!1,n.isConnected=!1,n.fail=!(l||typeof l>"u"),n.input.clear(),n.tlsData.clear(),n.data.clear(),n.state.current=p.createConnectionState(n)},n.reset();var o=function(l,c){var v=c.type-p.ContentType.change_cipher_spec,C=da[l.entity][l.expect];v in C?C[v](l,c):p.handleUnexpected(l,c)},f=function(l){var c=0,v=l.input,C=v.length();if(C<5)c=5-C;else{l.record={type:v.getByte(),version:{major:v.getByte(),minor:v.getByte()},length:v.getInt16(),fragment:_.util.createBuffer(),ready:!1};var y=l.record.version.major===l.version.major;y&&l.session&&l.session.version&&(y=l.record.version.minor===l.version.minor),y||l.error(l,{message:"Incompatible TLS version.",send:!0,alert:{level:p.Alert.Level.fatal,description:p.Alert.Description.protocol_version}})}return c},u=function(l){var c=0,v=l.input,C=v.length();if(C0&&(n.sessionCache&&(c=n.sessionCache.getSession(l)),c===null&&(l="")),l.length===0&&n.sessionCache&&(c=n.sessionCache.getSession(),c!==null&&(l=c.id)),n.session={id:l,version:null,cipherSuite:null,compressionMethod:null,serverCertificate:null,certificateRequest:null,clientCertificate:null,sp:{},md5:_.md.md5.create(),sha1:_.md.sha1.create()},c&&(n.version=c.version,n.session.sp=c.sp),n.session.sp.client_random=p.createRandom().getBytes(),n.open=!0,p.queue(n,p.createRecord(n,{type:p.ContentType.handshake,data:p.createClientHello(n)})),p.flush(n)}},n.process=function(l){var c=0;return l&&n.input.putBytes(l),n.fail||(n.record!==null&&n.record.ready&&n.record.fragment.isEmpty()&&(n.record=null),n.record===null&&(c=f(n)),!n.fail&&n.record!==null&&!n.record.ready&&(c=u(n)),!n.fail&&n.record!==null&&n.record.ready&&o(n,n.record)),c},n.prepare=function(l){return p.queue(n,p.createRecord(n,{type:p.ContentType.application_data,data:_.util.createBuffer(l)})),p.flush(n)},n.prepareHeartbeatRequest=function(l,c){return l instanceof _.util.ByteBuffer&&(l=l.bytes()),typeof c>"u"&&(c=l.length),n.expectedHeartbeatPayload=l,p.queue(n,p.createRecord(n,{type:p.ContentType.heartbeat,data:p.createHeartbeat(p.HeartbeatMessageType.heartbeat_request,l,c)})),p.flush(n)},n.close=function(l){if(!n.fail&&n.sessionCache&&n.session){var c={id:n.session.id,version:n.session.version,sp:n.session.sp};c.sp.keys=null,n.sessionCache.setSession(c.id,c)}n.open&&(n.open=!1,n.input.clear(),(n.isConnected||n.handshaking)&&(n.isConnected=n.handshaking=!1,p.queue(n,p.createAlert(n,{level:p.Alert.Level.warning,description:p.Alert.Description.close_notify})),p.flush(n)),n.closed(n)),n.reset(l)},n};_.tls=_.tls||{};for(var Dr in p)typeof p[Dr]!="function"&&(_.tls[Dr]=p[Dr]);_.tls.prf_tls1=_r;_.tls.hmac_sha1=_0;_.tls.createSessionCache=p.createSessionCache;_.tls.createConnection=p.createConnection;var xt=z,Je=xt.tls;Je.CipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA={id:[0,47],name:"TLS_RSA_WITH_AES_128_CBC_SHA",initSecurityParameters:function(e){e.bulk_cipher_algorithm=Je.BulkCipherAlgorithm.aes,e.cipher_type=Je.CipherType.block,e.enc_key_length=16,e.block_length=16,e.fixed_iv_length=16,e.record_iv_length=16,e.mac_algorithm=Je.MACAlgorithm.hmac_sha1,e.mac_length=20,e.mac_key_length=20},initConnectionState:Ai};Je.CipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA={id:[0,53],name:"TLS_RSA_WITH_AES_256_CBC_SHA",initSecurityParameters:function(e){e.bulk_cipher_algorithm=Je.BulkCipherAlgorithm.aes,e.cipher_type=Je.CipherType.block,e.enc_key_length=32,e.block_length=16,e.fixed_iv_length=16,e.record_iv_length=16,e.mac_algorithm=Je.MACAlgorithm.hmac_sha1,e.mac_length=20,e.mac_key_length=20},initConnectionState:Ai};function Ai(e,t,a){var r=t.entity===xt.tls.ConnectionEnd.client;e.read.cipherState={init:!1,cipher:xt.cipher.createDecipher("AES-CBC",r?a.keys.server_write_key:a.keys.client_write_key),iv:r?a.keys.server_write_IV:a.keys.client_write_IV},e.write.cipherState={init:!1,cipher:xt.cipher.createCipher("AES-CBC",r?a.keys.client_write_key:a.keys.server_write_key),iv:r?a.keys.client_write_IV:a.keys.server_write_IV},e.read.cipherFunction=$0,e.write.cipherFunction=X0,e.read.macLength=e.write.macLength=a.mac_length,e.read.macFunction=e.write.macFunction=Je.hmac_sha1}function X0(e,t){var a=!1,r=t.macFunction(t.macKey,t.sequenceNumber,e);e.fragment.putBytes(r),t.updateSequenceNumber();var i;e.version.minor===Je.Versions.TLS_1_0.minor?i=t.cipherState.init?null:t.cipherState.iv:i=xt.random.getBytesSync(16),t.cipherState.init=!0;var s=t.cipherState.cipher;return s.start({iv:i}),e.version.minor>=Je.Versions.TLS_1_1.minor&&s.output.putBytes(i),s.update(e.fragment),s.finish(W0)&&(e.fragment=s.output,e.length=e.fragment.length(),a=!0),a}function W0(e,t,a){if(!a){var r=e-t.length()%e;t.fillWithByte(r-1,r)}return!0}function j0(e,t,a){var r=!0;if(a){for(var i=t.length(),s=t.last(),n=i-1-s;n=s?(e.fragment=i.output.getBytes(o-s),n=i.output.getBytes(s)):e.fragment=i.output.getBytes(),e.fragment=xt.util.createBuffer(e.fragment),e.length=e.fragment.length();var f=t.macFunction(t.macKey,t.sequenceNumber,e);return t.updateSequenceNumber(),a=Z0(t.macKey,n,f)&&a,a}function Z0(e,t,a){var r=xt.hmac.create();return r.start("SHA1",e),r.update(t),t=r.digest().getBytes(),r.start(null,null),r.update(a),a=r.digest().getBytes(),t===a}var le=z,rr=le.sha512=le.sha512||{};le.md.sha512=le.md.algorithms.sha512=rr;var Bi=le.sha384=le.sha512.sha384=le.sha512.sha384||{};Bi.create=function(){return rr.create("SHA-384")};le.md.sha384=le.md.algorithms.sha384=Bi;le.sha512.sha256=le.sha512.sha256||{create:function(){return rr.create("SHA-512/256")}};le.md["sha512/256"]=le.md.algorithms["sha512/256"]=le.sha512.sha256;le.sha512.sha224=le.sha512.sha224||{create:function(){return rr.create("SHA-512/224")}};le.md["sha512/224"]=le.md.algorithms["sha512/224"]=le.sha512.sha224;rr.create=function(e){if(bi||J0(),typeof e>"u"&&(e="SHA-512"),!(e in bt))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=bt[e],a=null,r=le.util.createBuffer(),i=new Array(80),s=0;s<80;++s)i[s]=new Array(2);var n=64;switch(e){case"SHA-384":n=48;break;case"SHA-512/256":n=32;break;case"SHA-512/224":n=28;break}var o={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:n,messageLength:0,fullMessageLength:null,messageLengthSize:16};return o.start=function(){o.messageLength=0,o.fullMessageLength=o.messageLength128=[];for(var f=o.messageLengthSize/4,u=0;u>>0,l>>>0];for(var c=o.fullMessageLength.length-1;c>=0;--c)o.fullMessageLength[c]+=l[1],l[1]=l[0]+(o.fullMessageLength[c]/4294967296>>>0),o.fullMessageLength[c]=o.fullMessageLength[c]>>>0,l[0]=l[1]/4294967296>>>0;return r.putBytes(f),Oa(a,i,r),(r.read>2048||r.length()===0)&&r.compact(),o},o.digest=function(){var f=le.util.createBuffer();f.putBytes(r.bytes());var u=o.fullMessageLength[o.fullMessageLength.length-1]+o.messageLengthSize,l=u&o.blockLength-1;f.putBytes(zr.substr(0,o.blockLength-l));for(var c,v,C=o.fullMessageLength[0]*8,y=0;y>>0,C+=v,f.putInt32(C>>>0),C=c>>>0;f.putInt32(C);for(var x=new Array(a.length),y=0;y=128;){for(ne=0;ne<16;++ne)t[ne][0]=a.getInt32()>>>0,t[ne][1]=a.getInt32()>>>0;for(;ne<80;++ne)It=t[ne-2],pe=It[0],F=It[1],r=((pe>>>19|F<<13)^(F>>>29|pe<<3)^pe>>>6)>>>0,i=((pe<<13|F>>>19)^(F<<3|pe>>>29)^(pe<<26|F>>>6))>>>0,ve=t[ne-15],pe=ve[0],F=ve[1],s=((pe>>>1|F<<31)^(pe>>>8|F<<24)^pe>>>7)>>>0,n=((pe<<31|F>>>1)^(pe<<24|F>>>8)^(pe<<25|F>>>7))>>>0,Dt=t[ne-7],ye=t[ne-16],F=i+Dt[1]+n+ye[1],t[ne][0]=r+Dt[0]+s+ye[0]+(F/4294967296>>>0)>>>0,t[ne][1]=F>>>0;for(x=e[0][0],T=e[0][1],I=e[1][0],B=e[1][1],b=e[2][0],V=e[2][1],D=e[3][0],w=e[3][1],G=e[4][0],Y=e[4][1],re=e[5][0],ae=e[5][1],ie=e[6][0],he=e[6][1],Qe=e[7][0],Xe=e[7][1],ne=0;ne<80;++ne)u=((G>>>14|Y<<18)^(G>>>18|Y<<14)^(Y>>>9|G<<23))>>>0,l=((G<<18|Y>>>14)^(G<<14|Y>>>18)^(Y<<23|G>>>9))>>>0,c=(ie^G&(re^ie))>>>0,v=(he^Y&(ae^he))>>>0,o=((x>>>28|T<<4)^(T>>>2|x<<30)^(T>>>7|x<<25))>>>0,f=((x<<4|T>>>28)^(T<<30|x>>>2)^(T<<25|x>>>7))>>>0,C=(x&I|b&(x^I))>>>0,y=(T&B|V&(T^B))>>>0,F=Xe+l+v+Yr[ne][1]+t[ne][1],r=Qe+u+c+Yr[ne][0]+t[ne][0]+(F/4294967296>>>0)>>>0,i=F>>>0,F=f+y,s=o+C+(F/4294967296>>>0)>>>0,n=F>>>0,Qe=ie,Xe=he,ie=re,he=ae,re=G,ae=Y,F=w+i,G=D+r+(F/4294967296>>>0)>>>0,Y=F>>>0,D=b,w=V,b=I,V=B,I=x,B=T,F=i+n,x=r+s+(F/4294967296>>>0)>>>0,T=F>>>0;F=e[0][1]+T,e[0][0]=e[0][0]+x+(F/4294967296>>>0)>>>0,e[0][1]=F>>>0,F=e[1][1]+B,e[1][0]=e[1][0]+I+(F/4294967296>>>0)>>>0,e[1][1]=F>>>0,F=e[2][1]+V,e[2][0]=e[2][0]+b+(F/4294967296>>>0)>>>0,e[2][1]=F>>>0,F=e[3][1]+w,e[3][0]=e[3][0]+D+(F/4294967296>>>0)>>>0,e[3][1]=F>>>0,F=e[4][1]+Y,e[4][0]=e[4][0]+G+(F/4294967296>>>0)>>>0,e[4][1]=F>>>0,F=e[5][1]+ae,e[5][0]=e[5][0]+re+(F/4294967296>>>0)>>>0,e[5][1]=F>>>0,F=e[6][1]+he,e[6][0]=e[6][0]+ie+(F/4294967296>>>0)>>>0,e[6][1]=F>>>0,F=e[7][1]+Xe,e[7][0]=e[7][0]+Qe+(F/4294967296>>>0)>>>0,e[7][1]=F>>>0,Ce-=128}}var pa={},eo=z,Ee=eo.asn1;pa.privateKeyValidator={name:"PrivateKeyInfo",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]};pa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{tagClass:Ee.Class.UNIVERSAL,type:Ee.Type.BITSTRING,constructed:!1,composed:!0,captureBitStringValue:"ed25519PublicKey"}]};var Ae=z,_i=pa,to=_i.publicKeyValidator,ro=_i.privateKeyValidator;if(typeof ao>"u")var ao=Ae.jsbn.BigInteger;var Xr=Ae.util.ByteBuffer,qe=typeof Buffer>"u"?Uint8Array:Buffer;Ae.pki=Ae.pki||{};Ae.pki.ed25519=Ae.ed25519=Ae.ed25519||{};var W=Ae.ed25519;W.constants={};W.constants.PUBLIC_KEY_BYTE_LENGTH=32;W.constants.PRIVATE_KEY_BYTE_LENGTH=64;W.constants.SEED_BYTE_LENGTH=32;W.constants.SIGN_BYTE_LENGTH=64;W.constants.HASH_BYTE_LENGTH=64;W.generateKeyPair=function(e){e=e||{};var t=e.seed;if(t===void 0)t=Ae.random.getBytesSync(W.constants.SEED_BYTE_LENGTH);else if(typeof t=="string"){if(t.length!==W.constants.SEED_BYTE_LENGTH)throw new TypeError('"seed" must be '+W.constants.SEED_BYTE_LENGTH+" bytes in length.")}else if(!(t instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, Uint8Array, or a binary string.');t=dt({message:t,encoding:"binary"});for(var a=new qe(W.constants.PUBLIC_KEY_BYTE_LENGTH),r=new qe(W.constants.PRIVATE_KEY_BYTE_LENGTH),i=0;i<32;++i)r[i]=t[i];return oo(a,r),{publicKey:a,privateKey:r}};W.privateKeyFromAsn1=function(e){var t={},a=[],r=Ae.asn1.validate(e,ro,t,a);if(!r){var i=new Error("Invalid Key.");throw i.errors=a,i}var s=Ae.asn1.derToOid(t.privateKeyOid),n=Ae.oids.EdDSA25519;if(s!==n)throw new Error('Invalid OID "'+s+'"; OID must be "'+n+'".');var o=t.privateKey,f=dt({message:Ae.asn1.fromDer(o).value,encoding:"binary"});return{privateKeyBytes:f}};W.publicKeyFromAsn1=function(e){var t={},a=[],r=Ae.asn1.validate(e,to,t,a);if(!r){var i=new Error("Invalid Key.");throw i.errors=a,i}var s=Ae.asn1.derToOid(t.publicKeyOid),n=Ae.oids.EdDSA25519;if(s!==n)throw new Error('Invalid OID "'+s+'"; OID must be "'+n+'".');var o=t.ed25519PublicKey;if(o.length!==W.constants.PUBLIC_KEY_BYTE_LENGTH)throw new Error("Key length is invalid.");return dt({message:o,encoding:"binary"})};W.publicKeyFromPrivateKey=function(e){e=e||{};var t=dt({message:e.privateKey,encoding:"binary"});if(t.length!==W.constants.PRIVATE_KEY_BYTE_LENGTH)throw new TypeError('"options.privateKey" must have a byte length of '+W.constants.PRIVATE_KEY_BYTE_LENGTH);for(var a=new qe(W.constants.PUBLIC_KEY_BYTE_LENGTH),r=0;r=0};function dt(e){var t=e.message;if(t instanceof Uint8Array||t instanceof qe)return t;var a=e.encoding;if(t===void 0)if(e.md)t=e.md.digest().getBytes(),a="binary";else throw new TypeError('"options.message" or "options.md" not specified.');if(typeof t=="string"&&!a)throw new TypeError('"options.encoding" must be "binary" or "utf8".');if(typeof t=="string"){if(typeof Buffer<"u")return Buffer.from(t,a);t=new Xr(t,a)}else if(!(t instanceof Xr))throw new TypeError('"options.message" must be a node.js Buffer, a Uint8Array, a forge ByteBuffer, or a string with "options.encoding" specifying its encoding.');for(var r=new qe(t.length()),i=0;i=32;--r){for(a=0,i=r-32,s=r-12;i>8,t[i]-=a*256;t[i]+=a,t[r]=0}for(a=0,i=0;i<32;++i)t[i]+=a-(t[31]>>4)*kr[i],a=t[i]>>8,t[i]&=255;for(i=0;i<32;++i)t[i]-=a*kr[i];for(r=0;r<32;++r)t[r+1]+=t[r]>>8,e[r]=t[r]&255}function jr(e){for(var t=new Float64Array(64),a=0;a<64;++a)t[a]=e[a],e[a]=0;Ni(e,t)}function $r(e,t){var a=H(),r=H(),i=H(),s=H(),n=H(),o=H(),f=H(),u=H(),l=H();Vt(a,e[1],e[0]),Vt(l,t[1],t[0]),se(a,a,l),Ut(r,e[0],e[1]),Ut(l,t[0],t[1]),se(r,r,l),se(i,e[3],t[3]),se(i,i,no),se(s,e[2],t[2]),Ut(s,s,s),Vt(n,r,a),Vt(o,s,i),Ut(f,s,i),Ut(u,r,a),se(e[0],n,o),se(e[1],u,f),se(e[2],f,o),se(e[3],n,u)}function Ma(e,t,a){for(var r=0;r<4;++r)Di(e[r],t[r],a)}function va(e,t){var a=H(),r=H(),i=H();vo(i,t[2]),se(a,t[0],i),se(r,t[1],i),Cr(e,r),e[31]^=wi(a)<<7}function Cr(e,t){var a,r,i,s=H(),n=H();for(a=0;a<16;++a)n[a]=t[a];for(Ur(n),Ur(n),Ur(n),r=0;r<2;++r){for(s[0]=n[0]-65517,a=1;a<15;++a)s[a]=n[a]-65535-(s[a-1]>>16&1),s[a-1]&=65535;s[15]=n[15]-32767-(s[14]>>16&1),i=s[15]>>16&1,s[14]&=65535,Di(n,s,1-i)}for(a=0;a<16;a++)e[2*a]=n[a]&255,e[2*a+1]=n[a]>>8}function lo(e,t){var a=H(),r=H(),i=H(),s=H(),n=H(),o=H(),f=H();return mt(e[2],gr),co(e[1],t),_t(i,e[1]),se(s,i,io),Vt(i,i,e[2]),Ut(s,e[2],s),_t(n,s),_t(o,n),se(f,o,n),se(a,f,i),se(a,a,s),ho(a,a),se(a,a,i),se(a,a,s),se(a,a,s),se(e[0],a,s),_t(r,e[0]),se(r,r,s),Ha(r,i)&&se(e[0],e[0],so),_t(r,e[0]),se(r,r,s),Ha(r,i)?-1:(wi(e[0])===t[31]>>7&&Vt(e[0],Wr,e[0]),se(e[3],e[0],e[1]),0)}function co(e,t){var a;for(a=0;a<16;++a)e[a]=t[2*a]+(t[2*a+1]<<8);e[15]&=32767}function ho(e,t){var a=H(),r;for(r=0;r<16;++r)a[r]=t[r];for(r=250;r>=0;--r)_t(a,a),r!==1&&se(a,a,t);for(r=0;r<16;++r)e[r]=a[r]}function Ha(e,t){var a=new qe(32),r=new qe(32);return Cr(a,e),Cr(r,t),Ri(a,0,r,0)}function Ri(e,t,a,r){return po(e,t,a,r,32)}function po(e,t,a,r,i){var s,n=0;for(s=0;s>>8)-1}function wi(e){var t=new qe(32);return Cr(t,e),t[0]&1}function Li(e,t,a){var r,i;for(mt(e[0],Wr),mt(e[1],gr),mt(e[2],gr),mt(e[3],Wr),i=255;i>=0;--i)r=a[i/8|0]>>(i&7)&1,Ma(e,t,r),$r(t,e),$r(e,e),Ma(e,t,r)}function ya(e,t){var a=[H(),H(),H(),H()];mt(a[0],Fa),mt(a[1],Ka),mt(a[2],gr),se(a[3],Fa,Ka),Li(e,a,t)}function mt(e,t){var a;for(a=0;a<16;a++)e[a]=t[a]|0}function vo(e,t){var a=H(),r;for(r=0;r<16;++r)a[r]=t[r];for(r=253;r>=0;--r)_t(a,a),r!==2&&r!==4&&se(a,a,t);for(r=0;r<16;++r)e[r]=a[r]}function Ur(e){var t,a,r=1;for(t=0;t<16;++t)a=e[t]+r+65535,r=Math.floor(a/65536),e[t]=a-r*65536;e[0]+=r-1+37*(r-1)}function Di(e,t,a){for(var r,i=~(a-1),s=0;s<16;++s)r=i&(e[s]^t[s]),e[s]^=r,t[s]^=r}function H(e){var t,a=new Float64Array(16);if(e)for(t=0;t0&&(o=Ye.util.fillString(String.fromCharCode(0),f)+o);var u=i.encrypt(o,"NONE"),l=e.generate(o,s);return{encapsulation:u,key:l}},r.decrypt=function(i,s,n){var o=i.decrypt(s,"NONE");return e.generate(o,n)},r};Ye.kem.kdf1=function(e,t){ki(this,e,0,t||e.digestLength)};Ye.kem.kdf2=function(e,t){ki(this,e,1,t||e.digestLength)};function ki(e,t,a,r){e.generate=function(i,s){for(var n=new Ye.util.ByteBuffer,o=Math.ceil(s/r)+a,f=new Ye.util.ByteBuffer,u=a;u"u"||t?e.flags|=$.log.LEVEL_LOCKED:e.flags&=~$.log.LEVEL_LOCKED};$.log.addLogger=function(e){Zr.push(e)};if(typeof console<"u"&&"log"in console){var Yt;if(console.error&&console.warn&&console.info&&console.debug){var yo={error:console.error,warning:console.warn,info:console.info,debug:console.debug,verbose:console.debug},ga=function(e,t){$.log.prepareStandard(t);var a=yo[t.level],r=[t.standard];r=r.concat(t.arguments.slice()),a.apply(console,r)};Yt=$.log.makeLogger(ga)}else{var ga=function(t,a){$.log.prepareStandardFull(a),console.log(a.standardFull)};Yt=$.log.makeLogger(ga)}$.log.setLevel(Yt,"debug"),$.log.addLogger(Yt),Zt=Yt}else console={log:function(){}};if(Zt!==null&&typeof window<"u"&&window.location){var nr=new URL(window.location.href).searchParams;if(nr.has("console.level")&&$.log.setLevel(Zt,nr.get("console.level").slice(-1)[0]),nr.has("console.lock")){var go=nr.get("console.lock").slice(-1)[0];go=="true"&&$.log.lock(Zt)}}$.log.consoleLogger=Zt;var k=z,m=k.asn1,He=k.pkcs7=k.pkcs7||{};He.messageFromPem=function(e){var t=k.pem.decode(e)[0];if(t.type!=="PKCS7"){var a=new Error('Could not convert PKCS#7 message from PEM; PEM header type is not "PKCS#7".');throw a.headerType=t.type,a}if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert PKCS#7 message from PEM; PEM is encrypted.");var r=m.fromDer(t.body);return He.messageFromAsn1(r)};He.messageToPem=function(e,t){var a={type:"PKCS7",body:m.toDer(e.toAsn1()).getBytes()};return k.pem.encode(a,{maxline:t})};He.messageFromAsn1=function(e){var t={},a=[];if(!m.validate(e,He.asn1.contentInfoValidator,t,a)){var r=new Error("Cannot read PKCS#7 message. ASN.1 object is not an PKCS#7 ContentInfo.");throw r.errors=a,r}var i=m.derToOid(t.contentType),s;switch(i){case k.pki.oids.envelopedData:s=He.createEnvelopedData();break;case k.pki.oids.encryptedData:s=He.createEncryptedData();break;case k.pki.oids.signedData:s=He.createSignedData();break;default:throw new Error("Cannot read PKCS#7 message. ContentType with OID "+i+" is not (yet) supported.")}return s.fromAsn1(t.content.value[0]),s};He.createSignedData=function(){var e=null;return e={type:k.pki.oids.signedData,version:1,certificates:[],crls:[],signers:[],digestAlgorithmIdentifiers:[],contentInfo:null,signerInfos:[],fromAsn1:function(r){if(Ca(e,r,He.asn1.signedDataValidator),e.certificates=[],e.crls=[],e.digestAlgorithmIdentifiers=[],e.contentInfo=null,e.signerInfos=[],e.rawCapture.certificates)for(var i=e.rawCapture.certificates.value,s=0;s0&&n.value[0].value.push(m.create(m.Class.CONTEXT_SPECIFIC,0,!0,r)),s.length>0&&n.value[0].value.push(m.create(m.Class.CONTEXT_SPECIFIC,1,!0,s)),n.value[0].value.push(m.create(m.Class.UNIVERSAL,m.Type.SET,!0,e.signerInfos)),m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer(e.type).getBytes()),n])},addSigner:function(r){var i=r.issuer,s=r.serialNumber;if(r.certificate){var n=r.certificate;typeof n=="string"&&(n=k.pki.certificateFromPem(n)),i=n.issuer.attributes,s=n.serialNumber}var o=r.key;if(!o)throw new Error("Could not add PKCS#7 signer; no private key specified.");typeof o=="string"&&(o=k.pki.privateKeyFromPem(o));var f=r.digestAlgorithm||k.pki.oids.sha1;switch(f){case k.pki.oids.sha1:case k.pki.oids.sha256:case k.pki.oids.sha384:case k.pki.oids.sha512:case k.pki.oids.md5:break;default:throw new Error("Could not add PKCS#7 signer; unknown message digest algorithm: "+f)}var u=r.authenticatedAttributes||[];if(u.length>0){for(var l=!1,c=!1,v=0;v0){for(var a=m.create(m.Class.CONTEXT_SPECIFIC,1,!0,[]),r=0;r=a&&i="8"&&(a="00"+a);var r=ge.util.hexToBytes(a);e.putInt32(r.length),e.putBytes(r)}function Ot(e,t){e.putInt32(t.length),e.putString(t)}function sr(){for(var e=ge.md.sha1.create(),t=arguments.length,a=0;a