28 lines
88 KiB
JavaScript
28 lines
88 KiB
JavaScript
|
var Ye="0123456789abcdefghijklmnopqrstuvwxyz";function B(n){return Ye.charAt(n)}function Je(n,t){return n&t}function it(n,t){return n|t}function Gt(n,t){return n^t}function zt(n,t){return n&~t}function Xe(n){if(n==0)return-1;var t=0;return n&65535||(n>>=16,t+=16),n&255||(n>>=8,t+=8),n&15||(n>>=4,t+=4),n&3||(n>>=2,t+=2),n&1||++t,t}function Qe(n){for(var t=0;n!=0;)n&=n-1,++t;return t}var J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Le="=";function dt(n){var t,e,r="";for(t=0;t+3<=n.length;t+=3)e=parseInt(n.substring(t,t+3),16),r+=J.charAt(e>>6)+J.charAt(e&63);for(t+1==n.length?(e=parseInt(n.substring(t,t+1),16),r+=J.charAt(e<<2)):t+2==n.length&&(e=parseInt(n.substring(t,t+2),16),r+=J.charAt(e>>2)+J.charAt((e&3)<<4));(r.length&3)>0;)r+=Le;return r}function Zt(n){var t="",e,r=0,s=0;for(e=0;e<n.length&&n.charAt(e)!=Le;++e){var i=J.indexOf(n.charAt(e));i<0||(r==0?(t+=B(i>>2),s=i&3,r=1):r==1?(t+=B(s<<2|i>>4),s=i&15,r=2):r==2?(t+=B(s),t+=B(i>>2),s=i&3,r=3):(t+=B(s<<2|i>>4),t+=B(i&15),r=0))}return r==1&&(t+=B(s<<2)),t}var G,We={decode:function(n){var t;if(G===void 0){var e="0123456789ABCDEF",r=` \f
|
|||
|
\r \u2028\u2029`;for(G={},t=0;t<16;++t)G[e.charAt(t)]=t;for(e=e.toLowerCase(),t=10;t<16;++t)G[e.charAt(t)]=t;for(t=0;t<r.length;++t)G[r.charAt(t)]=-1}var s=[],i=0,o=0;for(t=0;t<n.length;++t){var a=n.charAt(t);if(a=="=")break;if(a=G[a],a!=-1){if(a===void 0)throw new Error("Illegal character at offset "+t);i|=a,++o>=2?(s[s.length]=i,i=0,o=0):i<<=4}}if(o)throw new Error("Hex encoding incomplete: 4 bits missing");return s}},H,jt={decode:function(n){var t;if(H===void 0){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r=`= \f
|
|||
|
\r \u2028\u2029`;for(H=Object.create(null),t=0;t<64;++t)H[e.charAt(t)]=t;for(H["-"]=62,H._=63,t=0;t<r.length;++t)H[r.charAt(t)]=-1}var s=[],i=0,o=0;for(t=0;t<n.length;++t){var a=n.charAt(t);if(a=="=")break;if(a=H[a],a!=-1){if(a===void 0)throw new Error("Illegal character at offset "+t);i|=a,++o>=4?(s[s.length]=i>>16,s[s.length]=i>>8&255,s[s.length]=i&255,i=0,o=0):i<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:s[s.length]=i>>10;break;case 3:s[s.length]=i>>16,s[s.length]=i>>8&255;break}return s},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(n){var t=jt.re.exec(n);if(t)if(t[1])n=t[1];else if(t[2])n=t[2];else throw new Error("RegExp out of sync");return jt.decode(n)}},z=1e13,nt=function(){function n(t){this.buf=[+t||0]}return n.prototype.mulAdd=function(t,e){var r=this.buf,s=r.length,i,o;for(i=0;i<s;++i)o=r[i]*t+e,o<z?e=0:(e=0|o/z,o-=e*z),r[i]=o;e>0&&(r[i]=e)},n.prototype.sub=function(t){var e=this.buf,r=e.length,s,i;for(s=0;s<r;++s)i=e[s]-t,i<0?(i+=z,t=1):t=0,e[s]=i;for(;e[e.length-1]===0;)e.pop()},n.prototype.toString=function(t){if((t||10)!=10)throw new Error("only base 10 is supported");for(var e=this.buf,r=e[e.length-1].toString(),s=e.length-2;s>=0;--s)r+=(z+e[s]).toString().substring(1);return r},n.prototype.valueOf=function(){for(var t=this.buf,e=0,r=t.length-1;r>=0;--r)e=e*z+t[r];return e},n.prototype.simplify=function(){var t=this.buf;return t.length==1?t[0]:this},n}(),Ne="…",tn=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,en=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function X(n,t){return n.length>t&&(n=n.substring(0,t)+Ne),n}var Tt=function(){function n(t,e){this.hexDigits="0123456789ABCDEF",t instanceof n?(this.enc=t.enc,this.pos=t.pos):(this.enc=t,this.pos=e)}return n.prototype.get=function(t){if(t===void 0&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset ".concat(t," on a stream of length ").concat(this.enc.length));return typeof this.enc=="string"?this.enc.charCodeAt(t):this.enc[t]},n.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(t&15)},n.prototype.hexDump=function(t,e,r){for(var s="",i=t;i<e;++i)if(s+=this.hexByte(this.get(i)),r!==!0)switch(i&15){case 7:s+=" ";break;case 15:s+=`
|
|||
|
`;break;default:s+=" "}return s},n.prototype.isASCII=function(t,e){for(var r=t;r<e;++r){var s=this.get(r);if(s<32||s>176)return!1}return!0},n.prototype.parseStringISO=function(t,e){for(var r="",s=t;s<e;++s)r+=String.fromCharCode(this.get(s));return r},n.prototype.parseStringUTF=function(t,e){for(var r="",s=t;s<e;){var i=this.get(s++);i<128?r+=String.fromCharCode(i):i>191&&i<224?r+=String.fromCharCode((i&31)<<6|this.get(s++)&63):r+=String.fromCharCode((i&15)<<12|(this.get(s++)&63)<<6|this.get(s++)&63)}return r},n.prototype.parseStringBMP=function(t,e){for(var r="",s,i,o=t;o<e;)s=this.get(o++),i=this.get(o++),r+=String.fromCharCode(s<<8|i);return r},n.prototype.parseTime=function(t,e,r){var s=this.parseStringISO(t,e),i=(r?tn:en).exec(s);return i?(r&&(i[1]=+i[1],i[1]+=+i[1]<70?2e3:1900),s=i[1]+"-"+i[2]+"-"+i[3]+" "+i[4],i[5]&&(s+=":"+i[5],i[6]&&(s+=":"+i[6],i[7]&&(s+="."+i[7]))),i[8]&&(s+=" UTC",i[8]!="Z"&&(s+=i[8],i[9]&&(s+=":"+i[9]))),s):"Unrecognized time: "+s},n.prototype.parseInteger=function(t,e){for(var r=this.get(t),s=r>127,i=s?255:0,o,a="";r==i&&++t<e;)r=this.get(t);if(o=e-t,o===0)return s?-1:0;if(o>4){for(a=r,o<<=3;!((+a^i)&128);)a=+a<<1,--o;a="("+o+` bit)
|
|||
|
`}s&&(r=r-256);for(var u=new nt(r),c=t+1;c<e;++c)u.mulAdd(256,this.get(c));return a+u.toString()},n.prototype.parseBitString=function(t,e,r){for(var s=this.get(t),i=(e-t-1<<3)-s,o="("+i+` bit)
|
|||
|
`,a="",u=t+1;u<e;++u){for(var c=this.get(u),h=u==e-1?s:0,d=7;d>=h;--d)a+=c>>d&1?"1":"0";if(a.length>r)return o+X(a,r)}return o+a},n.prototype.parseOctetString=function(t,e,r){if(this.isASCII(t,e))return X(this.parseStringISO(t,e),r);var s=e-t,i="("+s+` byte)
|
|||
|
`;r/=2,s>r&&(e=t+r);for(var o=t;o<e;++o)i+=this.hexByte(this.get(o));return s>r&&(i+=Ne),i},n.prototype.parseOID=function(t,e,r){for(var s="",i=new nt,o=0,a=t;a<e;++a){var u=this.get(a);if(i.mulAdd(128,u&127),o+=7,!(u&128)){if(s==="")if(i=i.simplify(),i instanceof nt)i.sub(80),s="2."+i.toString();else{var c=i<80?i<40?0:1:2;s=c+"."+(i-c*40)}else s+="."+i.toString();if(s.length>r)return X(s,r);i=new nt,o=0}}return o>0&&(s+=".incomplete"),s},n}(),nn=function(){function n(t,e,r,s,i){if(!(s instanceof Yt))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=r,this.tag=s,this.sub=i}return n.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},n.prototype.content=function(t){if(this.tag===void 0)return null;t===void 0&&(t=1/0);var e=this.posContent(),r=Math.abs(this.length);if(!this.tag.isUniversal())return this.sub!==null?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+r,t);switch(this.tag.tagNumber){case 1:return this.stream.get(e)===0?"false":"true";case 2:return this.stream.parseInteger(e,e+r);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+r,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+r,t);case 6:return this.stream.parseOID(e,e+r,t);case 16:case 17:return this.sub!==null?"("+this.sub.length+" elem)":"(no elem)";case 12:return X(this.stream.parseStringUTF(e,e+r),t);case 18:case 19:case 20:case 21:case 22:case 26:return X(this.stream.parseStringISO(e,e+r),t);case 30:return X(this.stream.parseStringBMP(e,e+r),t);case 23:case 24:return this.stream.parseTime(e,e+r,this.tag.tagNumber==23)}return null},n.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(this.sub===null?"null":this.sub.length)+"]"},n.prototype.toPrettyString=function(t){t===void 0&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":this.tag.isUniversal()&&(this.tag.tagNumber==3||this.tag.tagNumber==4)&&this.sub!==null&&(e+=" (encapsulates)"),e+=`
|
|||
|
`,this.sub!==null){t+=" ";for(var r=0,s=this.sub.length;r<s;++r)e+=this.sub[r].toPrettyString(t)}return e},n.prototype.posStart=function(){return this.stream.pos},n.prototype.posContent=function(){return this.stream.pos+this.header},n.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},n.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},n.decodeLength=function(t){var e=t.get(),r=e&127;if(r==e)return r;if(r>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(r===0)return null;e=0;for(var s=0;s<r;++s)e=e*256+t.get();return e},n.prototype.getHexStringValue=function(){var t=this.toHexString(),e=this.header*2,r=this.length*2;return t.substr(e,r)},n.decode=function(t){var e;t instanceof Tt?e=t:e=new Tt(t,0);var r=new Tt(e),s=new Yt(e),i=n.decodeLength(e),o=e.pos,a=o-r.pos,u=null,c=function(){var d=[];if(i!==null){for(var l=o+i;e.pos<l;)d[d.length]=n.decode(e);if(e.pos!=l)throw new Error("Content size is not correct for container starting at offset "+o)}else try{for(;;){var g=n.decode(e);if(g.tag.isEOC())break;d[d.length]=g}i=o-e.pos}catch(_){throw new Error("Exception while decoding undefined length content: "+_)}return d};if(s.tagConstructed)u=c();else if(s.isUniversal()&&(s.tagNumber==3||s.tagNumber==4))try{if(s.tagNumber==3&&e.get()!=0)throw new Error("BIT STRINGs with unused bits cannot encapsulate.");u=c();for(var h=0;h<u.length;++h)if(u[h].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch{u=null}if(u===null){if(i===null)throw new Error("We can't skip over an invalid tag with undefined length at offset "+o);e.pos=o+Math.abs(i)}return new n(r,a,i,s,u)},n}(),Yt=function(){function n(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=(e&32)!==0,this.tagNumber=e&31,this.tagNumber==31){var r=new nt;do e=t.get(),r.mulAdd(128,e&127);while(e&128);this.tagNumber=r.simplify()}}return n.prototype.isUniversal=function(){return this.tagClass===0},n.prototype.isEOC=function(){return this.tagClass===0&&this.tagNumber===0},n}(),q,rn=0xdeadbeefcafe,Jt=(rn&16777215)==15715070,P=[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,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],sn=(1<<26)/P[P.length-1],m=function(){function n(t,e,r){t!=null&&(typeof t=="number"?this.fromNumber(t,e,r):e==null&&typeof t!="string"?this.fromString(t,256):this.fromString(t,e))}return n.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(t==16)e=4;else if(t==8)e=3;else if(t==2)e=1;else if(t==32)e=5;else if(t==4)e=2;else return this.toRadix(t);var r=(1<<e)-1,s,i=!1,o="",a=this.t,u=this.DB-a*this.DB%e;if(a-- >0)for(u<this.DB&&(s=this[a]>>u)>0&&(i=!0,o=B(s));a>=0;)u<e?(s=(this[a]&(1<<u)-1)<<e-u,s|=this[--a]>>(u+=this.DB-e)):(s=this[a]>>(u-=e)&r,u<=0&&(u+=this.DB,--a)),s>0&&(i=!0),i&&(o+=B(s));return i?o:"0"},n.prototype.negate=function(){var t=v();return n.ZERO.subTo(this,t),t},n.prototype.abs=function(){return this.s<0?this.negate():this},n.prototype.compareTo=function(t){var e=this.s-t.s;if(e!=0)return e;var r=this.t;if(e=r-t.t,e!=0)return this.s<0?-e:e;for(;--r>=0;)if((e=this[r]-t[r])!=0)return e;return 0},n.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+ot(this[this.t-1]^this.s&this.DM)},n.prototype.mod=function(t){var e=v();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(n.ZERO)>0&&t.subTo(e,e),e},n.prototype.modPowInt=function(t,e){var r;return t<256||e.isEven()?r=new Xt(e):r=new Qt(e),this.exp(t,r)},n.prototype.cl
|
|||
|
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|||
|
Code licensed under the BSD License:
|
|||
|
http://developer.yahoo.com/yui/license.html
|
|||
|
version: 2.9.0
|
|||
|
*/var b={};b.lang={extend:function(n,t,e){if(!t||!n)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var r=function(){};if(r.prototype=t.prototype,n.prototype=new r,n.prototype.constructor=n,n.superclass=t.prototype,t.prototype.constructor==Object.prototype.constructor&&(t.prototype.constructor=t),e){var s;for(s in e)n.prototype[s]=e[s];var i=function(){},o=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(i=function(a,u){for(s=0;s<o.length;s=s+1){var c=o[s],h=u[c];typeof h=="function"&&h!=Object.prototype[c]&&(a[c]=h)}})}catch{}i(n.prototype,e)}}};/**
|
|||
|
* @fileOverview
|
|||
|
* @name asn1-1.0.js
|
|||
|
* @author Kenji Urushima kenji.urushima@gmail.com
|
|||
|
* @version asn1 1.0.13 (2017-Jun-02)
|
|||
|
* @since jsrsasign 2.1
|
|||
|
* @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
|
|||
|
*/var f={};(typeof f.asn1>"u"||!f.asn1)&&(f.asn1={});f.asn1.ASN1Util=new function(){this.integerToByteHex=function(n){var t=n.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(n){var t=n.toString(16);if(t.substr(0,1)!="-")t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var e=t.substr(1),r=e.length;r%2==1?r+=1:t.match(/^[0-7]/)||(r+=2);for(var s="",i=0;i<r;i++)s+="f";var o=new m(s,16),a=o.xor(n).add(m.ONE);t=a.toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(n,t){return hextopem(n,t)},this.newObject=function(n){var t=f,e=t.asn1,r=e.DERBoolean,s=e.DERInteger,i=e.DERBitString,o=e.DEROctetString,a=e.DERNull,u=e.DERObjectIdentifier,c=e.DEREnumerated,h=e.DERUTF8String,d=e.DERNumericString,l=e.DERPrintableString,g=e.DERTeletexString,_=e.DERIA5String,S=e.DERUTCTime,E=e.DERGeneralizedTime,V=e.DERSequence,p=e.DERSet,U=e.DERTaggedObject,$=e.ASN1Util.newObject,W=Object.keys(n);if(W.length!=1)throw"key of param shall be only one.";var y=W[0];if(":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+y+":")==-1)throw"undefined key: "+y;if(y=="bool")return new r(n[y]);if(y=="int")return new s(n[y]);if(y=="bitstr")return new i(n[y]);if(y=="octstr")return new o(n[y]);if(y=="null")return new a(n[y]);if(y=="oid")return new u(n[y]);if(y=="enum")return new c(n[y]);if(y=="utf8str")return new h(n[y]);if(y=="numstr")return new d(n[y]);if(y=="prnstr")return new l(n[y]);if(y=="telstr")return new g(n[y]);if(y=="ia5str")return new _(n[y]);if(y=="utctime")return new S(n[y]);if(y=="gentime")return new E(n[y]);if(y=="seq"){for(var j=n[y],O=[],A=0;A<j.length;A++){var tt=$(j[A]);O.push(tt)}return new V({array:O})}if(y=="set"){for(var j=n[y],O=[],A=0;A<j.length;A++){var tt=$(j[A]);O.push(tt)}return new p({array:O})}if(y=="tag"){var x=n[y];if(Object.prototype.toString.call(x)==="[object Array]"&&x.length==3){var Ze=$(x[2]);return new U({tag:x[0],explicit:x[1],obj:Ze})}else{var st={};if(x.explicit!==void 0&&(st.explicit=x.explicit),x.tag!==void 0&&(st.tag=x.tag),x.obj===void 0)throw"obj shall be specified for 'tag'.";return st.obj=$(x.obj),new U(st)}}},this.jsonToASN1HEX=function(n){var t=this.newObject(n);return t.getEncodedHex()}};f.asn1.ASN1Util.oidHexToInt=function(n){for(var s="",t=parseInt(n.substr(0,2),16),e=Math.floor(t/40),r=t%40,s=e+"."+r,i="",o=2;o<n.length;o+=2){var a=parseInt(n.substr(o,2),16),u=("00000000"+a.toString(2)).slice(-8);if(i=i+u.substr(1,7),u.substr(0,1)=="0"){var c=new m(i,2);s=s+"."+c.toString(10),i=""}}return s};f.asn1.ASN1Util.oidIntToHex=function(n){var t=function(a){var u=a.toString(16);return u.length==1&&(u="0"+u),u},e=function(a){var u="",c=new m(a,10),h=c.toString(2),d=7-h.length%7;d==7&&(d=0);for(var l="",g=0;g<d;g++)l+="0";h=l+h;for(var g=0;g<h.length-1;g+=7){var _=h.substr(g,7);g!=h.length-7&&(_="1"+_),u+=t(parseInt(_,2))}return u};if(!n.match(/^[0-9.]+$/))throw"malformed oid string: "+n;var r="",s=n.split("."),i=parseInt(s[0])*40+parseInt(s[1]);r+=t(i),s.splice(0,2);for(var o=0;o<s.length;o++)r+=e(s[o]);return r};f.asn1.ASN1Object=function(){var n="";this.getLengthHexFromValue=function(){if(typeof this.hV>"u"||this.hV==null)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+n.length+",v="+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e="0"+e),t<128)return e;var r=e.length/2;if(r>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);var s=128+r;return s.toString(16)+e},this.getEncodedHex=function(){return(this.hTLV==null||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}};f.asn1.DERAbstractString=function(n){f.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohe
|
|||
|
?)|(.{1,`+r+"})";return e.match(RegExp(s,"g")).join(`
|
|||
|
`)},t.prototype.getPrivateKey=function(){var e=`-----BEGIN RSA PRIVATE KEY-----
|
|||
|
`;return e+=t.wordwrap(this.getPrivateBaseKeyB64())+`
|
|||
|
`,e+="-----END RSA PRIVATE KEY-----",e},t.prototype.getPublicKey=function(){var e=`-----BEGIN PUBLIC KEY-----
|
|||
|
`;return e+=t.wordwrap(this.getPublicBaseKeyB64())+`
|
|||
|
`,e+="-----END PUBLIC KEY-----",e},t.hasPublicKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},t}(ln),bt,vn=typeof process<"u"?(bt=process.env)===null||bt===void 0?void 0:bt.npm_package_version:void 0,_n=function(){function n(t){t===void 0&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return n.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new ee(t)},n.prototype.setPrivateKey=function(t){this.setKey(t)},n.prototype.setPublicKey=function(t){this.setKey(t)},n.prototype.decrypt=function(t){try{return this.getKey().decrypt(Zt(t))}catch{return!1}},n.prototype.encrypt=function(t){try{return dt(this.getKey().encrypt(t))}catch{return!1}},n.prototype.sign=function(t,e,r){try{return dt(this.getKey().sign(t,e,r))}catch{return!1}},n.prototype.verify=function(t,e,r){try{return this.getKey().verify(t,Zt(e),r)}catch{return!1}},n.prototype.getKey=function(t){if(!this.key){if(this.key=new ee,t&&{}.toString.call(t)==="[object Function]"){this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);return}this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},n.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},n.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},n.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},n.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},n.version=vn,n}();function Sn(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Ht={exports:{}},Be=function(n,t){return function(){for(var e=new Array(arguments.length),r=0;r<e.length;r++)e[r]=arguments[r];return n.apply(t,e)}},Tn=Be,F=Object.prototype.toString;function Kt(n){return F.call(n)==="[object Array]"}function Ct(n){return typeof n>"u"}function wn(n){return n!==null&&!Ct(n)&&n.constructor!==null&&!Ct(n.constructor)&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function bn(n){return F.call(n)==="[object ArrayBuffer]"}function En(n){return typeof FormData<"u"&&n instanceof FormData}function On(n){var t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(n):t=n&&n.buffer&&n.buffer instanceof ArrayBuffer,t}function An(n){return typeof n=="string"}function xn(n){return typeof n=="number"}function Ue(n){return n!==null&&typeof n=="object"}function lt(n){if(F.call(n)!=="[object Object]")return!1;var t=Object.getPrototypeOf(n);return t===null||t===Object.prototype}function Pn(n){return F.call(n)==="[object Date]"}function Dn(n){return F.call(n)==="[object File]"}function Rn(n){return F.call(n)==="[object Blob]"}function je(n){return F.call(n)==="[object Function]"}function In(n){return Ue(n)&&je(n.pipe)}function Ln(n){return typeof URLSearchParams<"u"&&n instanceof URLSearchParams}function Nn(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function Vn(){return typeof navigator<"u"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window<"u"&&typeof document<"u"}function Ft(n,t){if(!(n===null||typeof n>"u"))if(typeof n!="object"&&(n=[n]),Kt(n))for(var e=0,r=n.length;e<r;e++)t.call(null,n[e],e,n);else for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&t.call(null,n[s],s,n)}function Mt(){var n={};function t(s,i){lt(n[i])&<(s)?n[i]=Mt(n[i],s):lt(s)?n[i]=Mt({},s):Kt(s)?n[i]=s.slice():n[i]=s}for(var e=0,r=argume
|
|||
|
`),function(a){if(o=a.indexOf(":"),s=n.trim(a.substr(0,o)).toLowerCase(),i=n.trim(a.substr(o+1)),s){if(r[s]&&t.indexOf(s)>=0)return;s==="set-cookie"?r[s]=(r[s]?r[s]:[]).concat([i]):r[s]=r[s]?r[s]+", "+i:i}}),r},Pt}var Dt,pe;function zn(){if(pe)return Dt;pe=1;var n=R;return Dt=n.isStandardBrowserEnv()?function(){var t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a"),r;function s(i){var o=i;return t&&(e.setAttribute("href",o),o=e.href),e.setAttribute("href",o),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return r=s(window.location.href),function(i){var o=n.isString(i)?s(i):i;return o.protocol===r.protocol&&o.host===r.host}}():function(){return function(){return!0}}(),Dt}var Rt,le;function vt(){if(le)return Rt;le=1;function n(t){this.message=t}return n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,Rt=n,Rt}var It,ge;function Zn(){if(ge)return It;ge=1;var n=R,t=qn(),e=Hn(),r=ke,s=$n(),i=Gn(),o=zn(),a=Me(),u=_t(),c=vt();return It=function(h){return new Promise(function(d,l){var g=h.data,_=h.headers,S=h.responseType,E;function V(){h.cancelToken&&h.cancelToken.unsubscribe(E),h.signal&&h.signal.removeEventListener("abort",E)}n.isFormData(g)&&delete _["Content-Type"];var p=new XMLHttpRequest;if(h.auth){var U=h.auth.username||"",$=h.auth.password?unescape(encodeURIComponent(h.auth.password)):"";_.Authorization="Basic "+btoa(U+":"+$)}var W=s(h.baseURL,h.url);p.open(h.method.toUpperCase(),r(W,h.params,h.paramsSerializer),!0),p.timeout=h.timeout;function y(){if(p){var O="getAllResponseHeaders"in p?i(p.getAllResponseHeaders()):null,A=!S||S==="text"||S==="json"?p.responseText:p.response,tt={data:A,status:p.status,statusText:p.statusText,headers:O,config:h,request:p};t(function(x){d(x),V()},function(x){l(x),V()},tt),p=null}}if("onloadend"in p?p.onloadend=y:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(y)},p.onabort=function(){p&&(l(a("Request aborted",h,"ECONNABORTED",p)),p=null)},p.onerror=function(){l(a("Network Error",h,null,p)),p=null},p.ontimeout=function(){var O=h.timeout?"timeout of "+h.timeout+"ms exceeded":"timeout exceeded",A=h.transitional||u.transitional;h.timeoutErrorMessage&&(O=h.timeoutErrorMessage),l(a(O,h,A.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",p)),p=null},n.isStandardBrowserEnv()){var j=(h.withCredentials||o(W))&&h.xsrfCookieName?e.read(h.xsrfCookieName):void 0;j&&(_[h.xsrfHeaderName]=j)}"setRequestHeader"in p&&n.forEach(_,function(O,A){typeof g>"u"&&A.toLowerCase()==="content-type"?delete _[A]:p.setRequestHeader(A,O)}),n.isUndefined(h.withCredentials)||(p.withCredentials=!!h.withCredentials),S&&S!=="json"&&(p.responseType=h.responseType),typeof h.onDownloadProgress=="function"&&p.addEventListener("progress",h.onDownloadProgress),typeof h.onUploadProgress=="function"&&p.upload&&p.upload.addEventListener("progress",h.onUploadProgress),(h.cancelToken||h.signal)&&(E=function(O){p&&(l(!O||O&&O.type?new c("canceled"):O),p.abort(),p=null)},h.cancelToken&&h.cancelToken.subscribe(E),h.signal&&(h.signal.aborted?E():h.signal.addEventListener("abort",E))),g||(g=null),p.send(g)})},It}var Lt,de;function _t(){if(de)return Lt;de=1;var n=R,t=Mn,e=Ce,r={"Content-Type":"application/x-www-form-urlencoded"};function s(u,c){!n.isUndefined(u)&&n.isUndefined(u["Content-Type"])&&(u["Content-Type"]=c)}function i(){var u;return(typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(u=Zn()),u}function o(u,c,h){if(n.isString(u))try{return(c||JSON.parse)(u),n.trim(u)}catch(d){if(d.name!=="SyntaxError")throw d}return(h||JSON.stringify)(u)}var a={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:i(),transformRequest:[function(u,c){return t(c,"Accept"),t(c,"Content-Type")
|