@solibo/solibo-sdk 1.0.31 → 1.0.32-SNAPSHOT

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/KmLogging-logging.js +119 -119
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +1526 -1526
  3. package/KotlinBigInteger-bignum.js +1210 -1210
  4. package/MultiplatformSettings-multiplatform-settings.js +19 -19
  5. package/Stately-stately-concurrency.js +7 -7
  6. package/cryptography-kotlin-cryptography-bigint.js +46 -46
  7. package/cryptography-kotlin-cryptography-core.js +67 -67
  8. package/cryptography-kotlin-cryptography-provider-base.js +9 -9
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.js +153 -153
  10. package/cryptography-kotlin-cryptography-random.js +19 -19
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +130 -130
  12. package/cryptography-kotlin-cryptography-serialization-asn1.js +279 -279
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +30 -30
  14. package/kotlin-kotlin-stdlib.js +363 -359
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +21 -21
  17. package/kotlinx-coroutines-core.js +1890 -1890
  18. package/kotlinx-io-kotlinx-io-bytestring.js +46 -46
  19. package/kotlinx-io-kotlinx-io-core.js +474 -474
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +388 -152
  21. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-json.js +1209 -1208
  23. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  24. package/ktor-ktor-client-auth.js +286 -286
  25. package/ktor-ktor-client-content-negotiation.js +154 -154
  26. package/ktor-ktor-client-core.js +2787 -2787
  27. package/ktor-ktor-client-logging.js +663 -663
  28. package/ktor-ktor-events.js +11 -11
  29. package/ktor-ktor-http-cio.js +368 -368
  30. package/ktor-ktor-http.js +1010 -1010
  31. package/ktor-ktor-io.js +680 -680
  32. package/ktor-ktor-serialization-kotlinx-json.js +8 -8
  33. package/ktor-ktor-serialization-kotlinx.js +147 -147
  34. package/ktor-ktor-serialization.js +71 -71
  35. package/ktor-ktor-utils.js +743 -743
  36. package/ktor-ktor-websockets.js +421 -421
  37. package/package.json +1 -1
  38. package/solibo-sdk-sdk-home-api.js +20372 -20554
  39. package/solibo-sdk-sdk-home-api.js.map +1 -1
  40. package/solibo-sdk-sdk.d.ts +25 -30
  41. package/solibo-sdk-sdk.js +1663 -1615
  42. package/solibo-sdk-sdk.js.map +1 -1
@@ -14,8 +14,8 @@
14
14
  //region block: imports
15
15
  var Unit_instance = kotlin_kotlin.$_$.p5;
16
16
  var VOID = kotlin_kotlin.$_$.c;
17
- var protoOf = kotlin_kotlin.$_$.id;
18
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
17
+ var protoOf = kotlin_kotlin.$_$.jd;
18
+ var initMetadataForClass = kotlin_kotlin.$_$.jc;
19
19
  //endregion
20
20
  //region block: pre-declaration
21
21
  initMetadataForClass(StorageSettings, 'StorageSettings', StorageSettings);
@@ -29,45 +29,45 @@
29
29
  tmp = delegate;
30
30
  }
31
31
  delegate = tmp;
32
- this.wng_1 = delegate;
32
+ this.inh_1 = delegate;
33
33
  }
34
- protoOf(StorageSettings).n3h = function (key) {
35
- return this.wng_1.removeItem(key);
34
+ protoOf(StorageSettings).g3i = function (key) {
35
+ return this.inh_1.removeItem(key);
36
36
  };
37
- protoOf(StorageSettings).xng = function (key, value) {
38
- var tmp0 = this.wng_1;
37
+ protoOf(StorageSettings).jnh = function (key, value) {
38
+ var tmp0 = this.inh_1;
39
39
  // Inline function 'com.russhwolf.settings.set' call
40
40
  var value_0 = value.toString();
41
41
  tmp0.setItem(key, value_0);
42
42
  };
43
- protoOf(StorageSettings).yng = function (key, value) {
44
- var tmp0 = this.wng_1;
43
+ protoOf(StorageSettings).knh = function (key, value) {
44
+ var tmp0 = this.inh_1;
45
45
  // Inline function 'com.russhwolf.settings.set' call
46
46
  var value_0 = value.toString();
47
47
  tmp0.setItem(key, value_0);
48
48
  };
49
- protoOf(StorageSettings).zng = function (key, value) {
49
+ protoOf(StorageSettings).lnh = function (key, value) {
50
50
  // Inline function 'com.russhwolf.settings.set' call
51
- this.wng_1.setItem(key, value);
51
+ this.inh_1.setItem(key, value);
52
52
  };
53
- protoOf(StorageSettings).anh = function (key) {
53
+ protoOf(StorageSettings).mnh = function (key) {
54
54
  // Inline function 'com.russhwolf.settings.get' call
55
- return this.wng_1.getItem(key);
55
+ return this.inh_1.getItem(key);
56
56
  };
57
- protoOf(StorageSettings).bnh = function (key, value) {
58
- var tmp0 = this.wng_1;
57
+ protoOf(StorageSettings).nnh = function (key, value) {
58
+ var tmp0 = this.inh_1;
59
59
  // Inline function 'com.russhwolf.settings.set' call
60
60
  var value_0 = value.toString();
61
61
  tmp0.setItem(key, value_0);
62
62
  };
63
- protoOf(StorageSettings).cnh = function (key, value) {
64
- var tmp0 = this.wng_1;
63
+ protoOf(StorageSettings).onh = function (key, value) {
64
+ var tmp0 = this.inh_1;
65
65
  // Inline function 'com.russhwolf.settings.set' call
66
66
  var value_0 = value.toString();
67
67
  tmp0.setItem(key, value_0);
68
68
  };
69
- protoOf(StorageSettings).dnh = function (key, value) {
70
- var tmp0 = this.wng_1;
69
+ protoOf(StorageSettings).pnh = function (key, value) {
70
+ var tmp0 = this.inh_1;
71
71
  // Inline function 'com.russhwolf.settings.set' call
72
72
  var value_0 = value.toString();
73
73
  tmp0.setItem(key, value_0);
@@ -12,20 +12,20 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.id;
16
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
15
+ var protoOf = kotlin_kotlin.$_$.jd;
16
+ var initMetadataForClass = kotlin_kotlin.$_$.jc;
17
17
  //endregion
18
18
  //region block: pre-declaration
19
19
  initMetadataForClass(AtomicReference, 'AtomicReference');
20
20
  //endregion
21
21
  function AtomicReference(initialValue) {
22
- this.qms_1 = initialValue;
22
+ this.dmt_1 = initialValue;
23
23
  }
24
- protoOf(AtomicReference).m2f = function () {
25
- return this.qms_1;
24
+ protoOf(AtomicReference).f2g = function () {
25
+ return this.dmt_1;
26
26
  };
27
- protoOf(AtomicReference).rms = function (value_) {
28
- this.qms_1 = value_;
27
+ protoOf(AtomicReference).emt = function (value_) {
28
+ this.dmt_1 = value_;
29
29
  };
30
30
  //region block: exports
31
31
  _.$_$ = _.$_$ || {};
@@ -17,29 +17,29 @@
17
17
  //region block: imports
18
18
  var STRING_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i;
19
19
  var PrimitiveSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j1;
20
- var protoOf = kotlin_kotlin.$_$.id;
21
- var THROW_CCE = kotlin_kotlin.$_$.gi;
22
- var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.u2;
23
- var initMetadataForObject = kotlin_kotlin.$_$.oc;
20
+ var protoOf = kotlin_kotlin.$_$.jd;
21
+ var THROW_CCE = kotlin_kotlin.$_$.hi;
22
+ var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w2;
23
+ var initMetadataForObject = kotlin_kotlin.$_$.pc;
24
24
  var VOID = kotlin_kotlin.$_$.c;
25
25
  var arrayCopy = kotlin_kotlin.$_$.f6;
26
26
  var Unit_instance = kotlin_kotlin.$_$.p5;
27
- var initMetadataForCompanion = kotlin_kotlin.$_$.jc;
28
- var Number_0 = kotlin_kotlin.$_$.ci;
29
- var toByte = kotlin_kotlin.$_$.jg;
30
- var toShort = kotlin_kotlin.$_$.ug;
31
- var toInt = kotlin_kotlin.$_$.pg;
32
- var toLong = kotlin_kotlin.$_$.sg;
33
- var getStringHashCode = kotlin_kotlin.$_$.gc;
34
- var Comparable = kotlin_kotlin.$_$.sh;
35
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
36
- var toString = kotlin_kotlin.$_$.ld;
27
+ var initMetadataForCompanion = kotlin_kotlin.$_$.kc;
28
+ var Number_0 = kotlin_kotlin.$_$.di;
29
+ var toByte = kotlin_kotlin.$_$.kg;
30
+ var toShort = kotlin_kotlin.$_$.vg;
31
+ var toInt = kotlin_kotlin.$_$.qg;
32
+ var toLong = kotlin_kotlin.$_$.tg;
33
+ var getStringHashCode = kotlin_kotlin.$_$.hc;
34
+ var Comparable = kotlin_kotlin.$_$.th;
35
+ var initMetadataForClass = kotlin_kotlin.$_$.jc;
36
+ var toString = kotlin_kotlin.$_$.md;
37
37
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.q1;
38
- var toHexString = kotlin_kotlin.$_$.ng;
39
- var isBlank = kotlin_kotlin.$_$.ef;
38
+ var toHexString = kotlin_kotlin.$_$.og;
39
+ var isBlank = kotlin_kotlin.$_$.ff;
40
40
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.u1;
41
- var toByte_0 = kotlin_kotlin.$_$.jd;
42
- var hexToByteArray = kotlin_kotlin.$_$.af;
41
+ var toByte_0 = kotlin_kotlin.$_$.kd;
42
+ var hexToByteArray = kotlin_kotlin.$_$.bf;
43
43
  //endregion
44
44
  //region block: pre-declaration
45
45
  initMetadataForObject(BigIntAsStringSerializer, 'BigIntAsStringSerializer', VOID, VOID, [KSerializer]);
@@ -48,16 +48,16 @@
48
48
  //endregion
49
49
  function BigIntAsStringSerializer() {
50
50
  BigIntAsStringSerializer_instance = this;
51
- this.ens_1 = PrimitiveSerialDescriptor('BigInt', STRING_getInstance());
51
+ this.qns_1 = PrimitiveSerialDescriptor('BigInt', STRING_getInstance());
52
52
  }
53
53
  protoOf(BigIntAsStringSerializer).ps = function () {
54
- return this.ens_1;
54
+ return this.qns_1;
55
55
  };
56
- protoOf(BigIntAsStringSerializer).fns = function (encoder, value) {
56
+ protoOf(BigIntAsStringSerializer).rns = function (encoder, value) {
57
57
  encoder.ix(value.toString());
58
58
  };
59
59
  protoOf(BigIntAsStringSerializer).ct = function (encoder, value) {
60
- return this.fns(encoder, value instanceof BigInt_0 ? value : THROW_CCE());
60
+ return this.rns(encoder, value instanceof BigInt_0 ? value : THROW_CCE());
61
61
  };
62
62
  protoOf(BigIntAsStringSerializer).dt = function (decoder) {
63
63
  return toBigInt_3(decoder.aw());
@@ -69,8 +69,8 @@
69
69
  return BigIntAsStringSerializer_instance;
70
70
  }
71
71
  function encodeToByteArray(_this__u8e3s4) {
72
- var positive = _this__u8e3s4.hns(0) >= 0;
73
- var bytes = positive ? encodeToByteArray$decodeFromHex(_this__u8e3s4.gns_1.toString(16)) : invertTwoComplement(encodeToByteArray$decodeFromHex(jsBigIntNegate(_this__u8e3s4.gns_1).toString(16)));
72
+ var positive = _this__u8e3s4.tns(0) >= 0;
73
+ var bytes = positive ? encodeToByteArray$decodeFromHex(_this__u8e3s4.sns_1.toString(16)) : invertTwoComplement(encodeToByteArray$decodeFromHex(jsBigIntNegate(_this__u8e3s4.sns_1).toString(16)));
74
74
  var firstBytePositive = bytes[0] >= 0;
75
75
  if (positive === firstBytePositive)
76
76
  return bytes;
@@ -89,9 +89,9 @@
89
89
  }
90
90
  function Companion() {
91
91
  Companion_instance = this;
92
- this.ins_1 = new BigInt_0(BigInt(0));
92
+ this.uns_1 = new BigInt_0(BigInt(0));
93
93
  }
94
- protoOf(Companion).y1f = function () {
94
+ protoOf(Companion).r1g = function () {
95
95
  return BigIntAsStringSerializer_getInstance();
96
96
  };
97
97
  var Companion_instance;
@@ -103,39 +103,39 @@
103
103
  function BigInt_0(jsBigInt) {
104
104
  Companion_getInstance();
105
105
  Number_0.call(this);
106
- this.gns_1 = jsBigInt;
106
+ this.sns_1 = jsBigInt;
107
107
  }
108
- protoOf(BigInt_0).hns = function (other) {
109
- return this.jns(toBigInt(other));
108
+ protoOf(BigInt_0).tns = function (other) {
109
+ return this.vns(toBigInt(other));
110
110
  };
111
- protoOf(BigInt_0).jns = function (other) {
112
- return jsBigIntCompareTo(this.gns_1, other.gns_1);
111
+ protoOf(BigInt_0).vns = function (other) {
112
+ return jsBigIntCompareTo(this.sns_1, other.sns_1);
113
113
  };
114
114
  protoOf(BigInt_0).d = function (other) {
115
- return this.jns(other instanceof BigInt_0 ? other : THROW_CCE());
115
+ return this.vns(other instanceof BigInt_0 ? other : THROW_CCE());
116
116
  };
117
- protoOf(BigInt_0).kns = function () {
118
- return toByte(jsBigIntAsInt(this.gns_1, 8).toString());
117
+ protoOf(BigInt_0).wns = function () {
118
+ return toByte(jsBigIntAsInt(this.sns_1, 8).toString());
119
119
  };
120
- protoOf(BigInt_0).lns = function () {
121
- return toShort(jsBigIntAsInt(this.gns_1, 16).toString());
120
+ protoOf(BigInt_0).xns = function () {
121
+ return toShort(jsBigIntAsInt(this.sns_1, 16).toString());
122
122
  };
123
- protoOf(BigInt_0).mns = function () {
124
- return toInt(jsBigIntAsInt(this.gns_1, 32).toString());
123
+ protoOf(BigInt_0).yns = function () {
124
+ return toInt(jsBigIntAsInt(this.sns_1, 32).toString());
125
125
  };
126
- protoOf(BigInt_0).nns = function () {
127
- return toLong(jsBigIntAsInt(this.gns_1, 64).toString());
126
+ protoOf(BigInt_0).zns = function () {
127
+ return toLong(jsBigIntAsInt(this.sns_1, 64).toString());
128
128
  };
129
129
  protoOf(BigInt_0).toString = function () {
130
- return this.gns_1.toString();
130
+ return this.sns_1.toString();
131
131
  };
132
132
  protoOf(BigInt_0).hashCode = function () {
133
- return getStringHashCode(this.gns_1.toString(36));
133
+ return getStringHashCode(this.sns_1.toString(36));
134
134
  };
135
135
  protoOf(BigInt_0).equals = function (other) {
136
136
  if (!(other instanceof BigInt_0))
137
137
  return false;
138
- return jsBigIntEquals(this.gns_1, other.gns_1);
138
+ return jsBigIntEquals(this.sns_1, other.sns_1);
139
139
  };
140
140
  function decodeToBigInt(_this__u8e3s4) {
141
141
  // Inline function 'kotlin.collections.isNotEmpty' call
@@ -146,7 +146,7 @@
146
146
  throw IllegalArgumentException_init_$Create$(toString(message));
147
147
  }
148
148
  if (_this__u8e3s4.length === 1 && _this__u8e3s4[0] === 0)
149
- return Companion_getInstance().ins_1;
149
+ return Companion_getInstance().uns_1;
150
150
  var positive = _this__u8e3s4[0] >= 0;
151
151
  var tmp;
152
152
  if (positive) {
@@ -161,7 +161,7 @@
161
161
  return new BigInt_0(jsBigInt);
162
162
  }
163
163
  function toBigInt(_this__u8e3s4) {
164
- return _this__u8e3s4 === 0 ? Companion_getInstance().ins_1 : new BigInt_0(BigInt(_this__u8e3s4));
164
+ return _this__u8e3s4 === 0 ? Companion_getInstance().uns_1 : new BigInt_0(BigInt(_this__u8e3s4));
165
165
  }
166
166
  function toBigInt_0(_this__u8e3s4) {
167
167
  return toBigInt(_this__u8e3s4);
@@ -170,7 +170,7 @@
170
170
  return toBigInt(_this__u8e3s4);
171
171
  }
172
172
  function toBigInt_2(_this__u8e3s4) {
173
- return _this__u8e3s4 === 0n ? Companion_getInstance().ins_1 : new BigInt_0(BigInt(_this__u8e3s4.toString()));
173
+ return _this__u8e3s4 === 0n ? Companion_getInstance().uns_1 : new BigInt_0(BigInt(_this__u8e3s4.toString()));
174
174
  }
175
175
  function toBigInt_3(_this__u8e3s4) {
176
176
  // Inline function 'kotlin.text.isNotBlank' call
@@ -15,34 +15,34 @@
15
15
  }(function (_, kotlin_kotlin, kotlin_dev_whyoleg_cryptography_cryptography_random) {
16
16
  'use strict';
17
17
  //region block: imports
18
- var protoOf = kotlin_kotlin.$_$.id;
19
- var initMetadataForInterface = kotlin_kotlin.$_$.mc;
20
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
21
- var initMetadataForCompanion = kotlin_kotlin.$_$.jc;
22
- var toString = kotlin_kotlin.$_$.ld;
18
+ var protoOf = kotlin_kotlin.$_$.jd;
19
+ var initMetadataForInterface = kotlin_kotlin.$_$.nc;
20
+ var initMetadataForClass = kotlin_kotlin.$_$.jc;
21
+ var initMetadataForCompanion = kotlin_kotlin.$_$.kc;
22
+ var toString = kotlin_kotlin.$_$.md;
23
23
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.u1;
24
24
  var Unit_instance = kotlin_kotlin.$_$.p5;
25
- var initMetadataForObject = kotlin_kotlin.$_$.oc;
25
+ var initMetadataForObject = kotlin_kotlin.$_$.pc;
26
26
  var VOID = kotlin_kotlin.$_$.c;
27
- var equals = kotlin_kotlin.$_$.zb;
28
- var FunctionAdapter = kotlin_kotlin.$_$.mb;
29
- var isInterface = kotlin_kotlin.$_$.xc;
30
- var Comparator = kotlin_kotlin.$_$.th;
31
- var hashCode = kotlin_kotlin.$_$.hc;
32
- var compareValues = kotlin_kotlin.$_$.w9;
33
- var sortedWith = kotlin_kotlin.$_$.b9;
34
- var collectionSizeOrDefault = kotlin_kotlin.$_$.m6;
27
+ var equals = kotlin_kotlin.$_$.ac;
28
+ var FunctionAdapter = kotlin_kotlin.$_$.nb;
29
+ var isInterface = kotlin_kotlin.$_$.yc;
30
+ var Comparator = kotlin_kotlin.$_$.uh;
31
+ var hashCode = kotlin_kotlin.$_$.ic;
32
+ var compareValues = kotlin_kotlin.$_$.x9;
33
+ var sortedWith = kotlin_kotlin.$_$.c9;
34
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.n6;
35
35
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.j;
36
- var first = kotlin_kotlin.$_$.q7;
36
+ var first = kotlin_kotlin.$_$.r7;
37
37
  var Default_getInstance = kotlin_dev_whyoleg_cryptography_cryptography_random.$_$.a;
38
38
  var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.t;
39
- var lazy = kotlin_kotlin.$_$.fj;
39
+ var lazy = kotlin_kotlin.$_$.gj;
40
40
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.q1;
41
- var THROW_CCE = kotlin_kotlin.$_$.gi;
41
+ var THROW_CCE = kotlin_kotlin.$_$.hi;
42
42
  var KtMap = kotlin_kotlin.$_$.z5;
43
- var Enum = kotlin_kotlin.$_$.wh;
44
- var closeFinally = kotlin_kotlin.$_$.vi;
45
- var AutoCloseable = kotlin_kotlin.$_$.ph;
43
+ var Enum = kotlin_kotlin.$_$.xh;
44
+ var closeFinally = kotlin_kotlin.$_$.wi;
45
+ var AutoCloseable = kotlin_kotlin.$_$.qh;
46
46
  //endregion
47
47
  //region block: pre-declaration
48
48
  initMetadataForInterface(CryptographyAlgorithm, 'CryptographyAlgorithm');
@@ -104,21 +104,21 @@
104
104
  initMetadataForCompanion(Companion_10, CryptographyAlgorithmId);
105
105
  initMetadataForCompanion(Companion_11, CryptographyAlgorithmId);
106
106
  function decodeFromByteArray(format, bytes, $completion) {
107
- return this.hnt(format, bytes);
107
+ return this.tnt(format, bytes);
108
108
  }
109
109
  initMetadataForInterface(KeyDecoder, 'KeyDecoder', VOID, VOID, VOID, [2]);
110
110
  function hash(data, $completion) {
111
- return this.knt(data);
111
+ return this.wnt(data);
112
112
  }
113
113
  function hashBlocking(data) {
114
- var tmp0 = this.int();
114
+ var tmp0 = this.unt();
115
115
  var tmp$ret$1;
116
116
  $l$block: {
117
117
  // Inline function 'kotlin.use' call
118
118
  var exception = null;
119
119
  try {
120
- tmp0.lnt(data);
121
- tmp$ret$1 = tmp0.mnt();
120
+ tmp0.xnt(data);
121
+ tmp$ret$1 = tmp0.ynt();
122
122
  break $l$block;
123
123
  } catch ($p) {
124
124
  if ($p instanceof Error) {
@@ -137,17 +137,17 @@
137
137
  }
138
138
  initMetadataForInterface(Hasher, 'Hasher', VOID, VOID, VOID, [1]);
139
139
  function generateSignature(data, $completion) {
140
- return this.pnt(data);
140
+ return this.bnu(data);
141
141
  }
142
142
  function generateSignatureBlocking(data) {
143
- var tmp0 = this.nnt();
143
+ var tmp0 = this.znt();
144
144
  var tmp$ret$1;
145
145
  $l$block: {
146
146
  // Inline function 'kotlin.use' call
147
147
  var exception = null;
148
148
  try {
149
- tmp0.lnt(data);
150
- tmp$ret$1 = tmp0.qnt();
149
+ tmp0.xnt(data);
150
+ tmp$ret$1 = tmp0.cnu();
151
151
  break $l$block;
152
152
  } catch ($p) {
153
153
  if ($p instanceof Error) {
@@ -170,10 +170,10 @@
170
170
  endIndex = endIndex === VOID ? source.length : endIndex;
171
171
  var tmp;
172
172
  if ($super === VOID) {
173
- this.rnt(source, startIndex, endIndex);
173
+ this.dnu(source, startIndex, endIndex);
174
174
  tmp = Unit_instance;
175
175
  } else {
176
- tmp = $super.rnt.call(this, source, startIndex, endIndex);
176
+ tmp = $super.dnu.call(this, source, startIndex, endIndex);
177
177
  }
178
178
  return tmp;
179
179
  }
@@ -182,12 +182,12 @@
182
182
  function CryptographyAlgorithm() {
183
183
  }
184
184
  function CryptographyAlgorithmId(name) {
185
- this.ons_1 = name;
185
+ this.ant_1 = name;
186
186
  }
187
187
  function Companion() {
188
188
  }
189
- protoOf(Companion).pns = function () {
190
- return CryptographySystem_getInstance().rns();
189
+ protoOf(Companion).bnt = function () {
190
+ return CryptographySystem_getInstance().dnt();
191
191
  };
192
192
  var Companion_instance;
193
193
  function Companion_getInstance() {
@@ -195,8 +195,8 @@
195
195
  }
196
196
  function CryptographyProvider() {
197
197
  }
198
- protoOf(CryptographyProvider).tns = function (identifier) {
199
- var tmp0_elvis_lhs = this.sns(identifier);
198
+ protoOf(CryptographyProvider).fnt = function (identifier) {
199
+ var tmp0_elvis_lhs = this.ent(identifier);
200
200
  var tmp;
201
201
  if (tmp0_elvis_lhs == null) {
202
202
  throw IllegalStateException_init_$Create$('Algorithm not found: ' + toString(identifier));
@@ -207,14 +207,14 @@
207
207
  };
208
208
  function CryptographySystem() {
209
209
  CryptographySystem_instance = this;
210
- this.qns_1 = new CryptographySystemImpl();
210
+ this.cnt_1 = new CryptographySystemImpl();
211
211
  loadProviders(this);
212
212
  }
213
- protoOf(CryptographySystem).rns = function () {
214
- return this.qns_1.rns();
213
+ protoOf(CryptographySystem).dnt = function () {
214
+ return this.cnt_1.dnt();
215
215
  };
216
- protoOf(CryptographySystem).ant = function (provider, priority) {
217
- return this.qns_1.ant(provider, priority);
216
+ protoOf(CryptographySystem).mnt = function (provider, priority) {
217
+ return this.cnt_1.mnt(provider, priority);
218
218
  };
219
219
  var CryptographySystem_instance;
220
220
  function CryptographySystem_getInstance() {
@@ -224,17 +224,17 @@
224
224
  }
225
225
  function CompositeProvider(providers) {
226
226
  CryptographyProvider.call(this);
227
- this.bnt_1 = providers;
227
+ this.nnt_1 = providers;
228
228
  }
229
- protoOf(CompositeProvider).sns = function (identifier) {
230
- var tmp0 = this.bnt_1;
229
+ protoOf(CompositeProvider).ent = function (identifier) {
230
+ var tmp0 = this.nnt_1;
231
231
  var tmp$ret$1;
232
232
  $l$block: {
233
233
  // Inline function 'kotlin.collections.firstNotNullOfOrNull' call
234
234
  var _iterator__ex2g4s = tmp0.t();
235
235
  while (_iterator__ex2g4s.u()) {
236
236
  var element = _iterator__ex2g4s.v();
237
- var result = element.sns(identifier);
237
+ var result = element.ent(identifier);
238
238
  if (!(result == null)) {
239
239
  tmp$ret$1 = result;
240
240
  break $l$block;
@@ -245,16 +245,16 @@
245
245
  return tmp$ret$1;
246
246
  };
247
247
  function sam$kotlin_Comparator$0(function_0) {
248
- this.cnt_1 = function_0;
248
+ this.ont_1 = function_0;
249
249
  }
250
250
  protoOf(sam$kotlin_Comparator$0).le = function (a, b) {
251
- return this.cnt_1(a, b);
251
+ return this.ont_1(a, b);
252
252
  };
253
253
  protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
254
254
  return this.le(a, b);
255
255
  };
256
256
  protoOf(sam$kotlin_Comparator$0).q3 = function () {
257
- return this.cnt_1;
257
+ return this.ont_1;
258
258
  };
259
259
  protoOf(sam$kotlin_Comparator$0).equals = function (other) {
260
260
  var tmp;
@@ -283,7 +283,7 @@
283
283
  function CryptographySystemImpl$lazyRegisteredProviders$lambda(this$0) {
284
284
  return function () {
285
285
  // Inline function 'kotlin.collections.sortedBy' call
286
- var this_0 = this$0.uns_1.l1();
286
+ var this_0 = this$0.gnt_1.l1();
287
287
  // Inline function 'kotlin.comparisons.compareBy' call
288
288
  var tmp = CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda;
289
289
  var tmp$ret$0 = new sam$kotlin_Comparator$0(tmp);
@@ -302,11 +302,11 @@
302
302
  }
303
303
  function CryptographySystemImpl$lazyDefaultProvider$lambda(this$0) {
304
304
  return function () {
305
- var tmp0_elvis_lhs = this$0.wns_1;
305
+ var tmp0_elvis_lhs = this$0.int_1;
306
306
  var tmp;
307
307
  if (tmp0_elvis_lhs == null) {
308
308
  // Inline function 'kotlin.let' call
309
- var it = this$0.vns_1.n1();
309
+ var it = this$0.hnt_1.n1();
310
310
  var tmp_0;
311
311
  switch (it.g1()) {
312
312
  case 0:
@@ -328,27 +328,27 @@
328
328
  }
329
329
  function CryptographySystemImpl$lazyDefaultRandom$lambda(this$0) {
330
330
  return function () {
331
- var tmp0_elvis_lhs = this$0.yns_1;
331
+ var tmp0_elvis_lhs = this$0.knt_1;
332
332
  return tmp0_elvis_lhs == null ? Default_getInstance() : tmp0_elvis_lhs;
333
333
  };
334
334
  }
335
335
  function CryptographySystemImpl() {
336
336
  var tmp = this;
337
337
  // Inline function 'kotlin.collections.mutableMapOf' call
338
- tmp.uns_1 = LinkedHashMap_init_$Create$();
338
+ tmp.gnt_1 = LinkedHashMap_init_$Create$();
339
339
  var tmp_0 = this;
340
- tmp_0.vns_1 = lazy(CryptographySystemImpl$lazyRegisteredProviders$lambda(this));
341
- this.wns_1 = null;
340
+ tmp_0.hnt_1 = lazy(CryptographySystemImpl$lazyRegisteredProviders$lambda(this));
341
+ this.int_1 = null;
342
342
  var tmp_1 = this;
343
- tmp_1.xns_1 = lazy(CryptographySystemImpl$lazyDefaultProvider$lambda(this));
344
- this.yns_1 = null;
343
+ tmp_1.jnt_1 = lazy(CryptographySystemImpl$lazyDefaultProvider$lambda(this));
344
+ this.knt_1 = null;
345
345
  var tmp_2 = this;
346
- tmp_2.zns_1 = lazy(CryptographySystemImpl$lazyDefaultRandom$lambda(this));
346
+ tmp_2.lnt_1 = lazy(CryptographySystemImpl$lazyDefaultRandom$lambda(this));
347
347
  }
348
- protoOf(CryptographySystemImpl).rns = function () {
349
- return this.xns_1.n1();
348
+ protoOf(CryptographySystemImpl).dnt = function () {
349
+ return this.jnt_1.n1();
350
350
  };
351
- protoOf(CryptographySystemImpl).ant = function (provider, priority) {
351
+ protoOf(CryptographySystemImpl).mnt = function (provider, priority) {
352
352
  // Inline function 'kotlin.require' call
353
353
  if (!(priority >= 0)) {
354
354
  var message = 'Priority must be greater or equal to 0';
@@ -356,19 +356,19 @@
356
356
  }
357
357
  // Inline function 'kotlin.collections.contains' call
358
358
  // Inline function 'kotlin.collections.containsKey' call
359
- var this_0 = this.uns_1;
359
+ var this_0 = this.gnt_1;
360
360
  // Inline function 'kotlin.require' call
361
361
  if (!!(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).x2(priority)) {
362
362
  var message_0 = 'Provider with priority ' + priority + ' already registered. Every registered provider should have unique priority.';
363
363
  throw IllegalArgumentException_init_$Create$(toString(message_0));
364
364
  }
365
365
  // Inline function 'kotlin.check' call
366
- if (!!this.vns_1.dq()) {
366
+ if (!!this.hnt_1.dq()) {
367
367
  var message_1 = 'Cannot register provider after `getRegisteredProviders` was called';
368
368
  throw IllegalStateException_init_$Create$(toString(message_1));
369
369
  }
370
370
  // Inline function 'kotlin.collections.set' call
371
- this.uns_1.c3(priority, provider);
371
+ this.gnt_1.c3(priority, provider);
372
372
  };
373
373
  function Format() {
374
374
  }
@@ -450,13 +450,13 @@
450
450
  }
451
451
  function Companion_3() {
452
452
  }
453
- protoOf(Companion_3).dnt = function () {
453
+ protoOf(Companion_3).pnt = function () {
454
454
  return _Curve___init__impl__ygix12('P-256');
455
455
  };
456
- protoOf(Companion_3).ent = function () {
456
+ protoOf(Companion_3).qnt = function () {
457
457
  return _Curve___init__impl__ygix12('P-384');
458
458
  };
459
- protoOf(Companion_3).fnt = function () {
459
+ protoOf(Companion_3).rnt = function () {
460
460
  return _Curve___init__impl__ygix12('P-521');
461
461
  };
462
462
  var Companion_instance_3;
@@ -24,7 +24,7 @@
24
24
  var Default_getInstance = kotlin_dev_whyoleg_cryptography_cryptography_serialization_asn1.$_$.i;
25
25
  var Companion_instance = kotlin_dev_whyoleg_cryptography_cryptography_serialization_asn1_modules.$_$.j;
26
26
  var EcParameters = kotlin_dev_whyoleg_cryptography_cryptography_serialization_asn1_modules.$_$.b;
27
- var toString = kotlin_kotlin.$_$.ld;
27
+ var toString = kotlin_kotlin.$_$.md;
28
28
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.u1;
29
29
  var Unit_instance = kotlin_kotlin.$_$.p5;
30
30
  var EcKeyAlgorithmIdentifier = kotlin_dev_whyoleg_cryptography_cryptography_serialization_asn1_modules.$_$.a;
@@ -39,8 +39,8 @@
39
39
  //region block: pre-declaration
40
40
  //endregion
41
41
  function convertEcPrivateKeyFromSec1ToPkcs8(input) {
42
- var ecPrivateKey = Default_getInstance().zt(Companion_instance.y1f(), input);
43
- var tmp = ecPrivateKey.gnw_1;
42
+ var ecPrivateKey = Default_getInstance().zt(Companion_instance.r1g(), input);
43
+ var tmp = ecPrivateKey.snw_1;
44
44
  var tmp0 = tmp == null ? null : new EcParameters(tmp);
45
45
  $l$block: {
46
46
  // Inline function 'kotlin.checkNotNull' call
@@ -48,21 +48,21 @@
48
48
  var message = 'EC Parameters are not present in the key';
49
49
  throw IllegalStateException_init_$Create$(toString(message));
50
50
  } else {
51
- tmp0.anw_1;
51
+ tmp0.mnw_1;
52
52
  break $l$block;
53
53
  }
54
54
  }
55
- var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.gnw_1), input);
56
- return Default_getInstance().yt(Companion_getInstance().y1f(), privateKeyInfo);
55
+ var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.snw_1), input);
56
+ return Default_getInstance().yt(Companion_getInstance().r1g(), privateKeyInfo);
57
57
  }
58
58
  function unwrapPem(label, key) {
59
- return ensurePemLabel(Pem_instance.anx(key), label).dnx_1;
59
+ return ensurePemLabel(Pem_instance.mnx(key), label).pnx_1;
60
60
  }
61
61
  function wrapPrivateKeyInfo(version, identifier, key) {
62
- return Default_getInstance().yt(Companion_getInstance().y1f(), new PrivateKeyInfo(version, identifier, key));
62
+ return Default_getInstance().yt(Companion_getInstance().r1g(), new PrivateKeyInfo(version, identifier, key));
63
63
  }
64
64
  function wrapSubjectPublicKeyInfo(identifier, key) {
65
- return Default_getInstance().yt(Companion_getInstance_0().y1f(), new SubjectPublicKeyInfo(identifier, new BitArray(0, key)));
65
+ return Default_getInstance().yt(Companion_getInstance_0().r1g(), new SubjectPublicKeyInfo(identifier, new BitArray(0, key)));
66
66
  }
67
67
  //region block: exports
68
68
  _.$_$ = _.$_$ || {};