@solibo/solibo-sdk 1.0.35 → 1.0.37
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.
- package/KmLogging-logging.mjs +286 -0
- package/KmLogging-logging.mjs.map +1 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +7247 -0
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
- package/KotlinBigInteger-bignum.mjs +5987 -0
- package/KotlinBigInteger-bignum.mjs.map +1 -0
- package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +15 -0
- package/{MultiplatformSettings-multiplatform-settings-no-arg.js.map → MultiplatformSettings-multiplatform-settings-no-arg.mjs.map} +1 -1
- package/MultiplatformSettings-multiplatform-settings.mjs +70 -0
- package/MultiplatformSettings-multiplatform-settings.mjs.map +1 -0
- package/Stately-stately-concurrency.mjs +25 -0
- package/{Stately-stately-concurrency.js.map → Stately-stately-concurrency.mjs.map} +1 -1
- package/Stately-stately-strict.mjs +8 -0
- package/{Stately-stately-strict.js.map → Stately-stately-strict.mjs.map} +1 -1
- package/cryptography-kotlin-cryptography-bigint.mjs +241 -0
- package/cryptography-kotlin-cryptography-bigint.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-core.mjs +1095 -0
- package/cryptography-kotlin-cryptography-core.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-provider-base.mjs +62 -0
- package/cryptography-kotlin-cryptography-provider-base.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-provider-optimal.mjs +4 -0
- package/{cryptography-kotlin-cryptography-provider-optimal.js.map → cryptography-kotlin-cryptography-provider-optimal.mjs.map} +1 -1
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +1195 -0
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-random.mjs +127 -0
- package/cryptography-kotlin-cryptography-random.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +701 -0
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +1413 -0
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +153 -0
- package/cryptography-kotlin-cryptography-serialization-pem.mjs.map +1 -0
- package/index.d.ts +2 -579
- package/index.js +2 -578
- package/kotlin-kotlin-stdlib.mjs +19205 -0
- package/kotlin-kotlin-stdlib.mjs.map +1 -0
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +4 -0
- package/{kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map → kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map} +1 -1
- package/kotlinx-atomicfu.mjs +250 -0
- package/kotlinx-atomicfu.mjs.map +1 -0
- package/kotlinx-browser.mjs +8 -0
- package/{kotlinx-browser.js.map → kotlinx-browser.mjs.map} +1 -1
- package/kotlinx-coroutines-core.mjs +9836 -0
- package/kotlinx-coroutines-core.mjs.map +1 -0
- package/kotlinx-io-kotlinx-io-bytestring.mjs +202 -0
- package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -0
- package/kotlinx-io-kotlinx-io-core.mjs +2020 -0
- package/kotlinx-io-kotlinx-io-core.mjs.map +1 -0
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +6337 -0
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
- package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/{kotlinx-serialization-kotlinx-serialization-json-io.js.map → kotlinx-serialization-kotlinx-serialization-json-io.mjs.map} +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +5104 -0
- package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/ktor-ktor-client-auth.mjs +1491 -0
- package/ktor-ktor-client-auth.mjs.map +1 -0
- package/ktor-ktor-client-content-negotiation.mjs +750 -0
- package/ktor-ktor-client-content-negotiation.mjs.map +1 -0
- package/ktor-ktor-client-core.mjs +14114 -0
- package/ktor-ktor-client-core.mjs.map +1 -0
- package/ktor-ktor-client-logging.mjs +3263 -0
- package/ktor-ktor-client-logging.mjs.map +1 -0
- package/ktor-ktor-client-mock.mjs +4 -0
- package/{ktor-ktor-client-mock.js.map → ktor-ktor-client-mock.mjs.map} +1 -1
- package/ktor-ktor-events.mjs +81 -0
- package/ktor-ktor-events.mjs.map +1 -0
- package/ktor-ktor-http-cio.mjs +2254 -0
- package/ktor-ktor-http-cio.mjs.map +1 -0
- package/ktor-ktor-http.mjs +5181 -0
- package/ktor-ktor-http.mjs.map +1 -0
- package/ktor-ktor-io.mjs +3608 -0
- package/ktor-ktor-io.mjs.map +1 -0
- package/ktor-ktor-serialization-kotlinx-json.mjs +46 -0
- package/{ktor-ktor-serialization-kotlinx-json.js.map → ktor-ktor-serialization-kotlinx-json.mjs.map} +1 -1
- package/ktor-ktor-serialization-kotlinx.mjs +843 -0
- package/ktor-ktor-serialization-kotlinx.mjs.map +1 -0
- package/ktor-ktor-serialization.mjs +364 -0
- package/ktor-ktor-serialization.mjs.map +1 -0
- package/ktor-ktor-sse.mjs +4 -0
- package/ktor-ktor-sse.mjs.map +1 -0
- package/ktor-ktor-utils.mjs +3627 -0
- package/ktor-ktor-utils.mjs.map +1 -0
- package/ktor-ktor-websocket-serialization.mjs +4 -0
- package/ktor-ktor-websocket-serialization.mjs.map +1 -0
- package/ktor-ktor-websockets.mjs +2535 -0
- package/ktor-ktor-websockets.mjs.map +1 -0
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +193155 -0
- package/solibo-sdk-sdk-home-api.mjs.map +1 -0
- package/solibo-sdk-sdk.d.mts +13403 -0
- package/solibo-sdk-sdk.mjs +7814 -0
- package/solibo-sdk-sdk.mjs.map +1 -0
- package/KmLogging-logging.js +0 -301
- package/KmLogging-logging.js.map +0 -1
- package/Kotlin-DateTime-library-kotlinx-datetime.js +0 -7261
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +0 -1
- package/KotlinBigInteger-bignum.js +0 -5999
- package/KotlinBigInteger-bignum.js.map +0 -1
- package/MultiplatformSettings-multiplatform-settings-no-arg.js +0 -29
- package/MultiplatformSettings-multiplatform-settings.js +0 -82
- package/MultiplatformSettings-multiplatform-settings.js.map +0 -1
- package/Stately-stately-concurrency.js +0 -37
- package/Stately-stately-strict.js +0 -19
- package/cryptography-kotlin-cryptography-bigint.js +0 -254
- package/cryptography-kotlin-cryptography-bigint.js.map +0 -1
- package/cryptography-kotlin-cryptography-core.js +0 -1110
- package/cryptography-kotlin-cryptography-core.js.map +0 -1
- package/cryptography-kotlin-cryptography-provider-base.js +0 -77
- package/cryptography-kotlin-cryptography-provider-base.js.map +0 -1
- package/cryptography-kotlin-cryptography-provider-optimal.js +0 -15
- package/cryptography-kotlin-cryptography-provider-webcrypto.js +0 -1222
- package/cryptography-kotlin-cryptography-provider-webcrypto.js.map +0 -1
- package/cryptography-kotlin-cryptography-random.js +0 -139
- package/cryptography-kotlin-cryptography-random.js.map +0 -1
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +0 -715
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.js.map +0 -1
- package/cryptography-kotlin-cryptography-serialization-asn1.js +0 -1427
- package/cryptography-kotlin-cryptography-serialization-asn1.js.map +0 -1
- package/cryptography-kotlin-cryptography-serialization-pem.js +0 -165
- package/cryptography-kotlin-cryptography-serialization-pem.js.map +0 -1
- package/kotlin-kotlin-stdlib.js +0 -19124
- package/kotlin-kotlin-stdlib.js.map +0 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +0 -15
- package/kotlinx-atomicfu.js +0 -262
- package/kotlinx-atomicfu.js.map +0 -1
- package/kotlinx-browser.js +0 -19
- package/kotlinx-coroutines-core.js +0 -9849
- package/kotlinx-coroutines-core.js.map +0 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +0 -214
- package/kotlinx-io-kotlinx-io-bytestring.js.map +0 -1
- package/kotlinx-io-kotlinx-io-core.js +0 -2035
- package/kotlinx-io-kotlinx-io-core.js.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +0 -6349
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.js +0 -15
- package/kotlinx-serialization-kotlinx-serialization-json.js +0 -5117
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +0 -1
- package/ktor-ktor-client-auth.js +0 -1510
- package/ktor-ktor-client-auth.js.map +0 -1
- package/ktor-ktor-client-content-negotiation.js +0 -767
- package/ktor-ktor-client-content-negotiation.js.map +0 -1
- package/ktor-ktor-client-core.js +0 -14143
- package/ktor-ktor-client-core.js.map +0 -1
- package/ktor-ktor-client-logging.js +0 -3286
- package/ktor-ktor-client-logging.js.map +0 -1
- package/ktor-ktor-client-mock.js +0 -15
- package/ktor-ktor-events.js +0 -94
- package/ktor-ktor-events.js.map +0 -1
- package/ktor-ktor-http-cio.js +0 -2271
- package/ktor-ktor-http-cio.js.map +0 -1
- package/ktor-ktor-http.js +0 -5196
- package/ktor-ktor-http.js.map +0 -1
- package/ktor-ktor-io.js +0 -3628
- package/ktor-ktor-io.js.map +0 -1
- package/ktor-ktor-serialization-kotlinx-json.js +0 -67
- package/ktor-ktor-serialization-kotlinx.js +0 -865
- package/ktor-ktor-serialization-kotlinx.js.map +0 -1
- package/ktor-ktor-serialization.js +0 -379
- package/ktor-ktor-serialization.js.map +0 -1
- package/ktor-ktor-sse.js +0 -15
- package/ktor-ktor-sse.js.map +0 -1
- package/ktor-ktor-utils.js +0 -3643
- package/ktor-ktor-utils.js.map +0 -1
- package/ktor-ktor-websocket-serialization.js +0 -15
- package/ktor-ktor-websocket-serialization.js.map +0 -1
- package/ktor-ktor-websockets.js +0 -2552
- package/ktor-ktor-websockets.js.map +0 -1
- package/solibo-sdk-sdk-home-api.js +0 -194775
- package/solibo-sdk-sdk-home-api.js.map +0 -1
- package/solibo-sdk-sdk.d.ts +0 -14248
- package/solibo-sdk-sdk.js +0 -7897
- package/solibo-sdk-sdk.js.map +0 -1
|
@@ -0,0 +1,1095 @@
|
|
|
1
|
+
import {
|
|
2
|
+
protoOf180f3jzyo7rfj as protoOf,
|
|
3
|
+
initMetadataForInterface1egvbzx539z91 as initMetadataForInterface,
|
|
4
|
+
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
5
|
+
initMetadataForCompanion1wyw17z38v6ac as initMetadataForCompanion,
|
|
6
|
+
toString1pkumu07cwy4m as toString,
|
|
7
|
+
IllegalStateException_init_$Create$2429fvs1h56dm as IllegalStateException_init_$Create$,
|
|
8
|
+
Unit_instance28fytmsmm6r23 as Unit_instance,
|
|
9
|
+
initMetadataForObject1cxne3s9w65el as initMetadataForObject,
|
|
10
|
+
VOID3gxj6tk5isa35 as VOID,
|
|
11
|
+
equals2au1ep9vhcato as equals,
|
|
12
|
+
FunctionAdapter3lcrrz3moet5b as FunctionAdapter,
|
|
13
|
+
isInterface3d6p8outrmvmk as isInterface,
|
|
14
|
+
Comparator2b3maoeh98xtg as Comparator,
|
|
15
|
+
hashCodeq5arwsb9dgti as hashCode,
|
|
16
|
+
compareValues1n2ayl87ihzfk as compareValues,
|
|
17
|
+
sortedWith2csnbbb21k0lg as sortedWith,
|
|
18
|
+
collectionSizeOrDefault36dulx8yinfqm as collectionSizeOrDefault,
|
|
19
|
+
ArrayList_init_$Create$3ivpeip4ouddx as ArrayList_init_$Create$,
|
|
20
|
+
first58ocm7j58k3q as first,
|
|
21
|
+
LinkedHashMap_init_$Create$3t495nfs82xn as LinkedHashMap_init_$Create$,
|
|
22
|
+
lazy2hsh8ze7j6ikd as lazy,
|
|
23
|
+
IllegalArgumentException_init_$Create$1j1aj36nbo0wg as IllegalArgumentException_init_$Create$,
|
|
24
|
+
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
25
|
+
KtMap140uvy3s5zad8 as KtMap,
|
|
26
|
+
Enum3alwj03lh1n41 as Enum,
|
|
27
|
+
closeFinally1sadm0w9gt3u4 as closeFinally,
|
|
28
|
+
AutoCloseable1l5p57f9lp7kv as AutoCloseable,
|
|
29
|
+
} from './kotlin-kotlin-stdlib.mjs';
|
|
30
|
+
import { Default_getInstancez3yttwaaaao5 as Default_getInstance } from './cryptography-kotlin-cryptography-random.mjs';
|
|
31
|
+
//region block: imports
|
|
32
|
+
//endregion
|
|
33
|
+
//region block: pre-declaration
|
|
34
|
+
initMetadataForInterface(CryptographyAlgorithm, 'CryptographyAlgorithm');
|
|
35
|
+
initMetadataForClass(CryptographyAlgorithmId, 'CryptographyAlgorithmId');
|
|
36
|
+
initMetadataForCompanion(Companion);
|
|
37
|
+
initMetadataForClass(CryptographyProvider, 'CryptographyProvider');
|
|
38
|
+
initMetadataForObject(CryptographySystem, 'CryptographySystem');
|
|
39
|
+
initMetadataForClass(CompositeProvider, 'CompositeProvider', VOID, CryptographyProvider);
|
|
40
|
+
initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
|
|
41
|
+
initMetadataForClass(CryptographySystemImpl, 'CryptographySystemImpl', CryptographySystemImpl);
|
|
42
|
+
initMetadataForClass(Format, 'Format', VOID, Enum);
|
|
43
|
+
initMetadataForCompanion(Companion_0, CryptographyAlgorithmId);
|
|
44
|
+
initMetadataForCompanion(Companion_1, CryptographyAlgorithmId);
|
|
45
|
+
initMetadataForCompanion(Companion_2, CryptographyAlgorithmId);
|
|
46
|
+
initMetadataForObject(SHA1, 'SHA1', VOID, CryptographyAlgorithmId);
|
|
47
|
+
initMetadataForObject(SHA256, 'SHA256', VOID, CryptographyAlgorithmId);
|
|
48
|
+
initMetadataForObject(SHA384, 'SHA384', VOID, CryptographyAlgorithmId);
|
|
49
|
+
initMetadataForObject(SHA512, 'SHA512', VOID, CryptographyAlgorithmId);
|
|
50
|
+
initMetadataForCompanion(Companion_3);
|
|
51
|
+
initMetadataForClass(Format_0, 'Format');
|
|
52
|
+
initMetadataForClass(RAW, 'RAW', VOID, Format_0);
|
|
53
|
+
initMetadataForObject(Uncompressed, 'Uncompressed', VOID, RAW);
|
|
54
|
+
initMetadataForObject(Compressed, 'Compressed', VOID, RAW);
|
|
55
|
+
initMetadataForObject(JWK, 'JWK', VOID, Format_0);
|
|
56
|
+
initMetadataForObject(DER, 'DER', VOID, Format_0);
|
|
57
|
+
initMetadataForObject(PEM, 'PEM', VOID, Format_0);
|
|
58
|
+
initMetadataForClass(Format_1, 'Format');
|
|
59
|
+
initMetadataForClass(DER_0, 'DER', VOID, Format_1);
|
|
60
|
+
initMetadataForObject(Generic, 'Generic', VOID, DER_0);
|
|
61
|
+
initMetadataForObject(SEC1, 'SEC1', VOID, DER_0);
|
|
62
|
+
initMetadataForClass(PEM_0, 'PEM', VOID, Format_1);
|
|
63
|
+
initMetadataForObject(Generic_0, 'Generic', VOID, PEM_0);
|
|
64
|
+
initMetadataForObject(SEC1_0, 'SEC1', VOID, PEM_0);
|
|
65
|
+
initMetadataForObject(JWK_0, 'JWK', VOID, Format_1);
|
|
66
|
+
initMetadataForObject(RAW_0, 'RAW', VOID, Format_1);
|
|
67
|
+
initMetadataForCompanion(Companion_4, CryptographyAlgorithmId);
|
|
68
|
+
initMetadataForCompanion(Companion_5, CryptographyAlgorithmId);
|
|
69
|
+
initMetadataForCompanion(Companion_6, CryptographyAlgorithmId);
|
|
70
|
+
initMetadataForClass(Format_2, 'Format', VOID, Enum);
|
|
71
|
+
initMetadataForCompanion(Companion_7, CryptographyAlgorithmId);
|
|
72
|
+
initMetadataForCompanion(Companion_8, CryptographyAlgorithmId);
|
|
73
|
+
initMetadataForClass(Format_3, 'Format');
|
|
74
|
+
initMetadataForClass(DER_1, 'DER', VOID, Format_3);
|
|
75
|
+
initMetadataForObject(Generic_1, 'Generic', VOID, DER_1);
|
|
76
|
+
initMetadataForObject(PKCS1, 'PKCS1', VOID, DER_1);
|
|
77
|
+
initMetadataForClass(PEM_1, 'PEM', VOID, Format_3);
|
|
78
|
+
initMetadataForObject(Generic_2, 'Generic', VOID, PEM_1);
|
|
79
|
+
initMetadataForObject(PKCS1_0, 'PKCS1', VOID, PEM_1);
|
|
80
|
+
initMetadataForObject(JWK_1, 'JWK', VOID, Format_3);
|
|
81
|
+
initMetadataForClass(Format_4, 'Format');
|
|
82
|
+
initMetadataForClass(DER_2, 'DER', VOID, Format_4);
|
|
83
|
+
initMetadataForObject(Generic_3, 'Generic', VOID, DER_2);
|
|
84
|
+
initMetadataForObject(PKCS1_1, 'PKCS1', VOID, DER_2);
|
|
85
|
+
initMetadataForClass(PEM_2, 'PEM', VOID, Format_4);
|
|
86
|
+
initMetadataForObject(Generic_4, 'Generic', VOID, PEM_2);
|
|
87
|
+
initMetadataForObject(PKCS1_2, 'PKCS1', VOID, PEM_2);
|
|
88
|
+
initMetadataForObject(JWK_2, 'JWK', VOID, Format_4);
|
|
89
|
+
initMetadataForCompanion(Companion_9, CryptographyAlgorithmId);
|
|
90
|
+
initMetadataForCompanion(Companion_10, CryptographyAlgorithmId);
|
|
91
|
+
initMetadataForCompanion(Companion_11, CryptographyAlgorithmId);
|
|
92
|
+
function decodeFromByteArray(format, bytes, $completion) {
|
|
93
|
+
return this.zo6(format, bytes);
|
|
94
|
+
}
|
|
95
|
+
initMetadataForInterface(KeyDecoder, 'KeyDecoder', VOID, VOID, VOID, [2]);
|
|
96
|
+
function hash(data, $completion) {
|
|
97
|
+
return this.co7(data);
|
|
98
|
+
}
|
|
99
|
+
function hashBlocking(data) {
|
|
100
|
+
var tmp0 = this.ao7();
|
|
101
|
+
var tmp$ret$1;
|
|
102
|
+
$l$block: {
|
|
103
|
+
// Inline function 'kotlin.use' call
|
|
104
|
+
var exception = null;
|
|
105
|
+
try {
|
|
106
|
+
tmp0.do7(data);
|
|
107
|
+
tmp$ret$1 = tmp0.eo7();
|
|
108
|
+
break $l$block;
|
|
109
|
+
} catch ($p) {
|
|
110
|
+
if ($p instanceof Error) {
|
|
111
|
+
var e = $p;
|
|
112
|
+
exception = e;
|
|
113
|
+
throw e;
|
|
114
|
+
} else {
|
|
115
|
+
throw $p;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
finally {
|
|
119
|
+
closeFinally(tmp0, exception);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
return tmp$ret$1;
|
|
123
|
+
}
|
|
124
|
+
initMetadataForInterface(Hasher, 'Hasher', VOID, VOID, VOID, [1]);
|
|
125
|
+
function generateSignature(data, $completion) {
|
|
126
|
+
return this.ho7(data);
|
|
127
|
+
}
|
|
128
|
+
function generateSignatureBlocking(data) {
|
|
129
|
+
var tmp0 = this.fo7();
|
|
130
|
+
var tmp$ret$1;
|
|
131
|
+
$l$block: {
|
|
132
|
+
// Inline function 'kotlin.use' call
|
|
133
|
+
var exception = null;
|
|
134
|
+
try {
|
|
135
|
+
tmp0.do7(data);
|
|
136
|
+
tmp$ret$1 = tmp0.io7();
|
|
137
|
+
break $l$block;
|
|
138
|
+
} catch ($p) {
|
|
139
|
+
if ($p instanceof Error) {
|
|
140
|
+
var e = $p;
|
|
141
|
+
exception = e;
|
|
142
|
+
throw e;
|
|
143
|
+
} else {
|
|
144
|
+
throw $p;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
finally {
|
|
148
|
+
closeFinally(tmp0, exception);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
return tmp$ret$1;
|
|
152
|
+
}
|
|
153
|
+
initMetadataForInterface(SignatureGenerator, 'SignatureGenerator', VOID, VOID, VOID, [1]);
|
|
154
|
+
function update$default(source, startIndex, endIndex, $super) {
|
|
155
|
+
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
156
|
+
endIndex = endIndex === VOID ? source.length : endIndex;
|
|
157
|
+
var tmp;
|
|
158
|
+
if ($super === VOID) {
|
|
159
|
+
this.jo7(source, startIndex, endIndex);
|
|
160
|
+
tmp = Unit_instance;
|
|
161
|
+
} else {
|
|
162
|
+
tmp = $super.jo7.call(this, source, startIndex, endIndex);
|
|
163
|
+
}
|
|
164
|
+
return tmp;
|
|
165
|
+
}
|
|
166
|
+
initMetadataForInterface(UpdateFunction, 'UpdateFunction', VOID, VOID, [AutoCloseable]);
|
|
167
|
+
//endregion
|
|
168
|
+
function CryptographyAlgorithm() {
|
|
169
|
+
}
|
|
170
|
+
function CryptographyAlgorithmId(name) {
|
|
171
|
+
this.go6_1 = name;
|
|
172
|
+
}
|
|
173
|
+
function Companion() {
|
|
174
|
+
}
|
|
175
|
+
protoOf(Companion).ho6 = function () {
|
|
176
|
+
return CryptographySystem_getInstance().jo6();
|
|
177
|
+
};
|
|
178
|
+
var Companion_instance;
|
|
179
|
+
function Companion_getInstance() {
|
|
180
|
+
return Companion_instance;
|
|
181
|
+
}
|
|
182
|
+
function CryptographyProvider() {
|
|
183
|
+
}
|
|
184
|
+
protoOf(CryptographyProvider).lo6 = function (identifier) {
|
|
185
|
+
var tmp0_elvis_lhs = this.ko6(identifier);
|
|
186
|
+
var tmp;
|
|
187
|
+
if (tmp0_elvis_lhs == null) {
|
|
188
|
+
throw IllegalStateException_init_$Create$('Algorithm not found: ' + toString(identifier));
|
|
189
|
+
} else {
|
|
190
|
+
tmp = tmp0_elvis_lhs;
|
|
191
|
+
}
|
|
192
|
+
return tmp;
|
|
193
|
+
};
|
|
194
|
+
function CryptographySystem() {
|
|
195
|
+
CryptographySystem_instance = this;
|
|
196
|
+
this.io6_1 = new CryptographySystemImpl();
|
|
197
|
+
loadProviders(this);
|
|
198
|
+
}
|
|
199
|
+
protoOf(CryptographySystem).jo6 = function () {
|
|
200
|
+
return this.io6_1.jo6();
|
|
201
|
+
};
|
|
202
|
+
protoOf(CryptographySystem).so6 = function (provider, priority) {
|
|
203
|
+
return this.io6_1.so6(provider, priority);
|
|
204
|
+
};
|
|
205
|
+
var CryptographySystem_instance;
|
|
206
|
+
function CryptographySystem_getInstance() {
|
|
207
|
+
if (CryptographySystem_instance == null)
|
|
208
|
+
new CryptographySystem();
|
|
209
|
+
return CryptographySystem_instance;
|
|
210
|
+
}
|
|
211
|
+
function CompositeProvider(providers) {
|
|
212
|
+
CryptographyProvider.call(this);
|
|
213
|
+
this.to6_1 = providers;
|
|
214
|
+
}
|
|
215
|
+
protoOf(CompositeProvider).ko6 = function (identifier) {
|
|
216
|
+
var tmp0 = this.to6_1;
|
|
217
|
+
var tmp$ret$1;
|
|
218
|
+
$l$block: {
|
|
219
|
+
// Inline function 'kotlin.collections.firstNotNullOfOrNull' call
|
|
220
|
+
var _iterator__ex2g4s = tmp0.t();
|
|
221
|
+
while (_iterator__ex2g4s.u()) {
|
|
222
|
+
var element = _iterator__ex2g4s.v();
|
|
223
|
+
var result = element.ko6(identifier);
|
|
224
|
+
if (!(result == null)) {
|
|
225
|
+
tmp$ret$1 = result;
|
|
226
|
+
break $l$block;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
tmp$ret$1 = null;
|
|
230
|
+
}
|
|
231
|
+
return tmp$ret$1;
|
|
232
|
+
};
|
|
233
|
+
function sam$kotlin_Comparator$0(function_0) {
|
|
234
|
+
this.uo6_1 = function_0;
|
|
235
|
+
}
|
|
236
|
+
protoOf(sam$kotlin_Comparator$0).le = function (a, b) {
|
|
237
|
+
return this.uo6_1(a, b);
|
|
238
|
+
};
|
|
239
|
+
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
240
|
+
return this.le(a, b);
|
|
241
|
+
};
|
|
242
|
+
protoOf(sam$kotlin_Comparator$0).q3 = function () {
|
|
243
|
+
return this.uo6_1;
|
|
244
|
+
};
|
|
245
|
+
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
246
|
+
var tmp;
|
|
247
|
+
if (!(other == null) ? isInterface(other, Comparator) : false) {
|
|
248
|
+
var tmp_0;
|
|
249
|
+
if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
|
|
250
|
+
tmp_0 = equals(this.q3(), other.q3());
|
|
251
|
+
} else {
|
|
252
|
+
tmp_0 = false;
|
|
253
|
+
}
|
|
254
|
+
tmp = tmp_0;
|
|
255
|
+
} else {
|
|
256
|
+
tmp = false;
|
|
257
|
+
}
|
|
258
|
+
return tmp;
|
|
259
|
+
};
|
|
260
|
+
protoOf(sam$kotlin_Comparator$0).hashCode = function () {
|
|
261
|
+
return hashCode(this.q3());
|
|
262
|
+
};
|
|
263
|
+
function CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda(a, b) {
|
|
264
|
+
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
265
|
+
var tmp = a.m1();
|
|
266
|
+
var tmp$ret$1 = b.m1();
|
|
267
|
+
return compareValues(tmp, tmp$ret$1);
|
|
268
|
+
}
|
|
269
|
+
function CryptographySystemImpl$lazyRegisteredProviders$lambda(this$0) {
|
|
270
|
+
return function () {
|
|
271
|
+
// Inline function 'kotlin.collections.sortedBy' call
|
|
272
|
+
var this_0 = this$0.mo6_1.l1();
|
|
273
|
+
// Inline function 'kotlin.comparisons.compareBy' call
|
|
274
|
+
var tmp = CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda;
|
|
275
|
+
var tmp$ret$0 = new sam$kotlin_Comparator$0(tmp);
|
|
276
|
+
// Inline function 'kotlin.collections.map' call
|
|
277
|
+
var this_1 = sortedWith(this_0, tmp$ret$0);
|
|
278
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
279
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
280
|
+
var _iterator__ex2g4s = this_1.t();
|
|
281
|
+
while (_iterator__ex2g4s.u()) {
|
|
282
|
+
var item = _iterator__ex2g4s.v();
|
|
283
|
+
var tmp$ret$2 = item.n1().n1();
|
|
284
|
+
destination.e1(tmp$ret$2);
|
|
285
|
+
}
|
|
286
|
+
return destination;
|
|
287
|
+
};
|
|
288
|
+
}
|
|
289
|
+
function CryptographySystemImpl$lazyDefaultProvider$lambda(this$0) {
|
|
290
|
+
return function () {
|
|
291
|
+
var tmp0_elvis_lhs = this$0.oo6_1;
|
|
292
|
+
var tmp;
|
|
293
|
+
if (tmp0_elvis_lhs == null) {
|
|
294
|
+
// Inline function 'kotlin.let' call
|
|
295
|
+
var it = this$0.no6_1.n1();
|
|
296
|
+
var tmp_0;
|
|
297
|
+
switch (it.g1()) {
|
|
298
|
+
case 0:
|
|
299
|
+
var message = 'No providers registered. Please provide a dependency or register provider explicitly';
|
|
300
|
+
throw IllegalStateException_init_$Create$(toString(message));
|
|
301
|
+
case 1:
|
|
302
|
+
tmp_0 = first(it);
|
|
303
|
+
break;
|
|
304
|
+
default:
|
|
305
|
+
tmp_0 = new CompositeProvider(it);
|
|
306
|
+
break;
|
|
307
|
+
}
|
|
308
|
+
tmp = tmp_0;
|
|
309
|
+
} else {
|
|
310
|
+
tmp = tmp0_elvis_lhs;
|
|
311
|
+
}
|
|
312
|
+
return tmp;
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
function CryptographySystemImpl$lazyDefaultRandom$lambda(this$0) {
|
|
316
|
+
return function () {
|
|
317
|
+
var tmp0_elvis_lhs = this$0.qo6_1;
|
|
318
|
+
return tmp0_elvis_lhs == null ? Default_getInstance() : tmp0_elvis_lhs;
|
|
319
|
+
};
|
|
320
|
+
}
|
|
321
|
+
function CryptographySystemImpl() {
|
|
322
|
+
var tmp = this;
|
|
323
|
+
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
324
|
+
tmp.mo6_1 = LinkedHashMap_init_$Create$();
|
|
325
|
+
var tmp_0 = this;
|
|
326
|
+
tmp_0.no6_1 = lazy(CryptographySystemImpl$lazyRegisteredProviders$lambda(this));
|
|
327
|
+
this.oo6_1 = null;
|
|
328
|
+
var tmp_1 = this;
|
|
329
|
+
tmp_1.po6_1 = lazy(CryptographySystemImpl$lazyDefaultProvider$lambda(this));
|
|
330
|
+
this.qo6_1 = null;
|
|
331
|
+
var tmp_2 = this;
|
|
332
|
+
tmp_2.ro6_1 = lazy(CryptographySystemImpl$lazyDefaultRandom$lambda(this));
|
|
333
|
+
}
|
|
334
|
+
protoOf(CryptographySystemImpl).jo6 = function () {
|
|
335
|
+
return this.po6_1.n1();
|
|
336
|
+
};
|
|
337
|
+
protoOf(CryptographySystemImpl).so6 = function (provider, priority) {
|
|
338
|
+
// Inline function 'kotlin.require' call
|
|
339
|
+
if (!(priority >= 0)) {
|
|
340
|
+
var message = 'Priority must be greater or equal to 0';
|
|
341
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
342
|
+
}
|
|
343
|
+
// Inline function 'kotlin.collections.contains' call
|
|
344
|
+
// Inline function 'kotlin.collections.containsKey' call
|
|
345
|
+
var this_0 = this.mo6_1;
|
|
346
|
+
// Inline function 'kotlin.require' call
|
|
347
|
+
if (!!(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).x2(priority)) {
|
|
348
|
+
var message_0 = 'Provider with priority ' + priority + ' already registered. Every registered provider should have unique priority.';
|
|
349
|
+
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
350
|
+
}
|
|
351
|
+
// Inline function 'kotlin.check' call
|
|
352
|
+
if (!!this.no6_1.dq()) {
|
|
353
|
+
var message_1 = 'Cannot register provider after `getRegisteredProviders` was called';
|
|
354
|
+
throw IllegalStateException_init_$Create$(toString(message_1));
|
|
355
|
+
}
|
|
356
|
+
// Inline function 'kotlin.collections.set' call
|
|
357
|
+
this.mo6_1.c3(priority, provider);
|
|
358
|
+
};
|
|
359
|
+
function Format() {
|
|
360
|
+
}
|
|
361
|
+
function Companion_0() {
|
|
362
|
+
Companion_instance_0 = this;
|
|
363
|
+
CryptographyAlgorithmId.call(this, 'AES-CBC');
|
|
364
|
+
}
|
|
365
|
+
var Companion_instance_0;
|
|
366
|
+
function Companion_getInstance_0() {
|
|
367
|
+
if (Companion_instance_0 == null)
|
|
368
|
+
new Companion_0();
|
|
369
|
+
return Companion_instance_0;
|
|
370
|
+
}
|
|
371
|
+
function Companion_1() {
|
|
372
|
+
Companion_instance_1 = this;
|
|
373
|
+
CryptographyAlgorithmId.call(this, 'AES-CTR');
|
|
374
|
+
}
|
|
375
|
+
var Companion_instance_1;
|
|
376
|
+
function Companion_getInstance_1() {
|
|
377
|
+
if (Companion_instance_1 == null)
|
|
378
|
+
new Companion_1();
|
|
379
|
+
return Companion_instance_1;
|
|
380
|
+
}
|
|
381
|
+
function Companion_2() {
|
|
382
|
+
Companion_instance_2 = this;
|
|
383
|
+
CryptographyAlgorithmId.call(this, 'AES-GCM');
|
|
384
|
+
}
|
|
385
|
+
var Companion_instance_2;
|
|
386
|
+
function Companion_getInstance_2() {
|
|
387
|
+
if (Companion_instance_2 == null)
|
|
388
|
+
new Companion_2();
|
|
389
|
+
return Companion_instance_2;
|
|
390
|
+
}
|
|
391
|
+
function SHA1() {
|
|
392
|
+
SHA1_instance = this;
|
|
393
|
+
CryptographyAlgorithmId.call(this, 'SHA-1');
|
|
394
|
+
}
|
|
395
|
+
var SHA1_instance;
|
|
396
|
+
function SHA1_getInstance() {
|
|
397
|
+
if (SHA1_instance == null)
|
|
398
|
+
new SHA1();
|
|
399
|
+
return SHA1_instance;
|
|
400
|
+
}
|
|
401
|
+
function SHA256() {
|
|
402
|
+
SHA256_instance = this;
|
|
403
|
+
CryptographyAlgorithmId.call(this, 'SHA-256');
|
|
404
|
+
}
|
|
405
|
+
var SHA256_instance;
|
|
406
|
+
function SHA256_getInstance() {
|
|
407
|
+
if (SHA256_instance == null)
|
|
408
|
+
new SHA256();
|
|
409
|
+
return SHA256_instance;
|
|
410
|
+
}
|
|
411
|
+
function SHA384() {
|
|
412
|
+
SHA384_instance = this;
|
|
413
|
+
CryptographyAlgorithmId.call(this, 'SHA-384');
|
|
414
|
+
}
|
|
415
|
+
var SHA384_instance;
|
|
416
|
+
function SHA384_getInstance() {
|
|
417
|
+
if (SHA384_instance == null)
|
|
418
|
+
new SHA384();
|
|
419
|
+
return SHA384_instance;
|
|
420
|
+
}
|
|
421
|
+
function SHA512() {
|
|
422
|
+
SHA512_instance = this;
|
|
423
|
+
CryptographyAlgorithmId.call(this, 'SHA-512');
|
|
424
|
+
}
|
|
425
|
+
var SHA512_instance;
|
|
426
|
+
function SHA512_getInstance() {
|
|
427
|
+
if (SHA512_instance == null)
|
|
428
|
+
new SHA512();
|
|
429
|
+
return SHA512_instance;
|
|
430
|
+
}
|
|
431
|
+
function _Curve___init__impl__ygix12(name) {
|
|
432
|
+
return name;
|
|
433
|
+
}
|
|
434
|
+
function _Curve___get_name__impl__klrusc($this) {
|
|
435
|
+
return $this;
|
|
436
|
+
}
|
|
437
|
+
function Companion_3() {
|
|
438
|
+
}
|
|
439
|
+
protoOf(Companion_3).vo6 = function () {
|
|
440
|
+
return _Curve___init__impl__ygix12('P-256');
|
|
441
|
+
};
|
|
442
|
+
protoOf(Companion_3).wo6 = function () {
|
|
443
|
+
return _Curve___init__impl__ygix12('P-384');
|
|
444
|
+
};
|
|
445
|
+
protoOf(Companion_3).xo6 = function () {
|
|
446
|
+
return _Curve___init__impl__ygix12('P-521');
|
|
447
|
+
};
|
|
448
|
+
var Companion_instance_3;
|
|
449
|
+
function Companion_getInstance_3() {
|
|
450
|
+
return Companion_instance_3;
|
|
451
|
+
}
|
|
452
|
+
function Uncompressed() {
|
|
453
|
+
Uncompressed_instance = this;
|
|
454
|
+
RAW.call(this);
|
|
455
|
+
}
|
|
456
|
+
protoOf(Uncompressed).m = function () {
|
|
457
|
+
return 'RAW';
|
|
458
|
+
};
|
|
459
|
+
var Uncompressed_instance;
|
|
460
|
+
function Uncompressed_getInstance() {
|
|
461
|
+
if (Uncompressed_instance == null)
|
|
462
|
+
new Uncompressed();
|
|
463
|
+
return Uncompressed_instance;
|
|
464
|
+
}
|
|
465
|
+
function Compressed() {
|
|
466
|
+
Compressed_instance = this;
|
|
467
|
+
RAW.call(this);
|
|
468
|
+
}
|
|
469
|
+
protoOf(Compressed).m = function () {
|
|
470
|
+
return 'RAW/COMPRESSED';
|
|
471
|
+
};
|
|
472
|
+
protoOf(Compressed).hashCode = function () {
|
|
473
|
+
return -876424098;
|
|
474
|
+
};
|
|
475
|
+
protoOf(Compressed).equals = function (other) {
|
|
476
|
+
if (this === other)
|
|
477
|
+
return true;
|
|
478
|
+
if (!(other instanceof Compressed))
|
|
479
|
+
return false;
|
|
480
|
+
other instanceof Compressed || THROW_CCE();
|
|
481
|
+
return true;
|
|
482
|
+
};
|
|
483
|
+
var Compressed_instance;
|
|
484
|
+
function Compressed_getInstance() {
|
|
485
|
+
if (Compressed_instance == null)
|
|
486
|
+
new Compressed();
|
|
487
|
+
return Compressed_instance;
|
|
488
|
+
}
|
|
489
|
+
function JWK() {
|
|
490
|
+
JWK_instance = this;
|
|
491
|
+
Format_0.call(this);
|
|
492
|
+
}
|
|
493
|
+
protoOf(JWK).m = function () {
|
|
494
|
+
return 'JWK';
|
|
495
|
+
};
|
|
496
|
+
protoOf(JWK).hashCode = function () {
|
|
497
|
+
return -164862489;
|
|
498
|
+
};
|
|
499
|
+
protoOf(JWK).equals = function (other) {
|
|
500
|
+
if (this === other)
|
|
501
|
+
return true;
|
|
502
|
+
if (!(other instanceof JWK))
|
|
503
|
+
return false;
|
|
504
|
+
other instanceof JWK || THROW_CCE();
|
|
505
|
+
return true;
|
|
506
|
+
};
|
|
507
|
+
var JWK_instance;
|
|
508
|
+
function JWK_getInstance() {
|
|
509
|
+
if (JWK_instance == null)
|
|
510
|
+
new JWK();
|
|
511
|
+
return JWK_instance;
|
|
512
|
+
}
|
|
513
|
+
function RAW() {
|
|
514
|
+
Uncompressed_getInstance();
|
|
515
|
+
Format_0.call(this);
|
|
516
|
+
}
|
|
517
|
+
function DER() {
|
|
518
|
+
DER_instance = this;
|
|
519
|
+
Format_0.call(this);
|
|
520
|
+
}
|
|
521
|
+
protoOf(DER).m = function () {
|
|
522
|
+
return 'DER';
|
|
523
|
+
};
|
|
524
|
+
protoOf(DER).hashCode = function () {
|
|
525
|
+
return -164868806;
|
|
526
|
+
};
|
|
527
|
+
protoOf(DER).equals = function (other) {
|
|
528
|
+
if (this === other)
|
|
529
|
+
return true;
|
|
530
|
+
if (!(other instanceof DER))
|
|
531
|
+
return false;
|
|
532
|
+
other instanceof DER || THROW_CCE();
|
|
533
|
+
return true;
|
|
534
|
+
};
|
|
535
|
+
var DER_instance;
|
|
536
|
+
function DER_getInstance() {
|
|
537
|
+
if (DER_instance == null)
|
|
538
|
+
new DER();
|
|
539
|
+
return DER_instance;
|
|
540
|
+
}
|
|
541
|
+
function PEM() {
|
|
542
|
+
PEM_instance = this;
|
|
543
|
+
Format_0.call(this);
|
|
544
|
+
}
|
|
545
|
+
protoOf(PEM).m = function () {
|
|
546
|
+
return 'PEM';
|
|
547
|
+
};
|
|
548
|
+
protoOf(PEM).hashCode = function () {
|
|
549
|
+
return -164857279;
|
|
550
|
+
};
|
|
551
|
+
protoOf(PEM).equals = function (other) {
|
|
552
|
+
if (this === other)
|
|
553
|
+
return true;
|
|
554
|
+
if (!(other instanceof PEM))
|
|
555
|
+
return false;
|
|
556
|
+
other instanceof PEM || THROW_CCE();
|
|
557
|
+
return true;
|
|
558
|
+
};
|
|
559
|
+
var PEM_instance;
|
|
560
|
+
function PEM_getInstance() {
|
|
561
|
+
if (PEM_instance == null)
|
|
562
|
+
new PEM();
|
|
563
|
+
return PEM_instance;
|
|
564
|
+
}
|
|
565
|
+
function Format_0() {
|
|
566
|
+
}
|
|
567
|
+
protoOf(Format_0).toString = function () {
|
|
568
|
+
return this.m();
|
|
569
|
+
};
|
|
570
|
+
function Generic() {
|
|
571
|
+
Generic_instance = this;
|
|
572
|
+
DER_0.call(this);
|
|
573
|
+
}
|
|
574
|
+
protoOf(Generic).m = function () {
|
|
575
|
+
return 'DER';
|
|
576
|
+
};
|
|
577
|
+
var Generic_instance;
|
|
578
|
+
function Generic_getInstance() {
|
|
579
|
+
if (Generic_instance == null)
|
|
580
|
+
new Generic();
|
|
581
|
+
return Generic_instance;
|
|
582
|
+
}
|
|
583
|
+
function SEC1() {
|
|
584
|
+
SEC1_instance = this;
|
|
585
|
+
DER_0.call(this);
|
|
586
|
+
}
|
|
587
|
+
protoOf(SEC1).m = function () {
|
|
588
|
+
return 'DER/SEC1';
|
|
589
|
+
};
|
|
590
|
+
protoOf(SEC1).hashCode = function () {
|
|
591
|
+
return -137777718;
|
|
592
|
+
};
|
|
593
|
+
protoOf(SEC1).equals = function (other) {
|
|
594
|
+
if (this === other)
|
|
595
|
+
return true;
|
|
596
|
+
if (!(other instanceof SEC1))
|
|
597
|
+
return false;
|
|
598
|
+
other instanceof SEC1 || THROW_CCE();
|
|
599
|
+
return true;
|
|
600
|
+
};
|
|
601
|
+
var SEC1_instance;
|
|
602
|
+
function SEC1_getInstance() {
|
|
603
|
+
if (SEC1_instance == null)
|
|
604
|
+
new SEC1();
|
|
605
|
+
return SEC1_instance;
|
|
606
|
+
}
|
|
607
|
+
function Generic_0() {
|
|
608
|
+
Generic_instance_0 = this;
|
|
609
|
+
PEM_0.call(this);
|
|
610
|
+
}
|
|
611
|
+
protoOf(Generic_0).m = function () {
|
|
612
|
+
return 'PEM';
|
|
613
|
+
};
|
|
614
|
+
var Generic_instance_0;
|
|
615
|
+
function Generic_getInstance_0() {
|
|
616
|
+
if (Generic_instance_0 == null)
|
|
617
|
+
new Generic_0();
|
|
618
|
+
return Generic_instance_0;
|
|
619
|
+
}
|
|
620
|
+
function SEC1_0() {
|
|
621
|
+
SEC1_instance_0 = this;
|
|
622
|
+
PEM_0.call(this);
|
|
623
|
+
}
|
|
624
|
+
protoOf(SEC1_0).m = function () {
|
|
625
|
+
return 'PEM/SEC1';
|
|
626
|
+
};
|
|
627
|
+
protoOf(SEC1_0).hashCode = function () {
|
|
628
|
+
return -842035933;
|
|
629
|
+
};
|
|
630
|
+
protoOf(SEC1_0).equals = function (other) {
|
|
631
|
+
if (this === other)
|
|
632
|
+
return true;
|
|
633
|
+
if (!(other instanceof SEC1_0))
|
|
634
|
+
return false;
|
|
635
|
+
other instanceof SEC1_0 || THROW_CCE();
|
|
636
|
+
return true;
|
|
637
|
+
};
|
|
638
|
+
var SEC1_instance_0;
|
|
639
|
+
function SEC1_getInstance_0() {
|
|
640
|
+
if (SEC1_instance_0 == null)
|
|
641
|
+
new SEC1_0();
|
|
642
|
+
return SEC1_instance_0;
|
|
643
|
+
}
|
|
644
|
+
function JWK_0() {
|
|
645
|
+
JWK_instance_0 = this;
|
|
646
|
+
Format_1.call(this);
|
|
647
|
+
}
|
|
648
|
+
protoOf(JWK_0).m = function () {
|
|
649
|
+
return 'JWK';
|
|
650
|
+
};
|
|
651
|
+
protoOf(JWK_0).hashCode = function () {
|
|
652
|
+
return 1029262513;
|
|
653
|
+
};
|
|
654
|
+
protoOf(JWK_0).equals = function (other) {
|
|
655
|
+
if (this === other)
|
|
656
|
+
return true;
|
|
657
|
+
if (!(other instanceof JWK_0))
|
|
658
|
+
return false;
|
|
659
|
+
other instanceof JWK_0 || THROW_CCE();
|
|
660
|
+
return true;
|
|
661
|
+
};
|
|
662
|
+
var JWK_instance_0;
|
|
663
|
+
function JWK_getInstance_0() {
|
|
664
|
+
if (JWK_instance_0 == null)
|
|
665
|
+
new JWK_0();
|
|
666
|
+
return JWK_instance_0;
|
|
667
|
+
}
|
|
668
|
+
function RAW_0() {
|
|
669
|
+
RAW_instance = this;
|
|
670
|
+
Format_1.call(this);
|
|
671
|
+
}
|
|
672
|
+
protoOf(RAW_0).m = function () {
|
|
673
|
+
return 'RAW';
|
|
674
|
+
};
|
|
675
|
+
protoOf(RAW_0).hashCode = function () {
|
|
676
|
+
return 1029269531;
|
|
677
|
+
};
|
|
678
|
+
protoOf(RAW_0).equals = function (other) {
|
|
679
|
+
if (this === other)
|
|
680
|
+
return true;
|
|
681
|
+
if (!(other instanceof RAW_0))
|
|
682
|
+
return false;
|
|
683
|
+
other instanceof RAW_0 || THROW_CCE();
|
|
684
|
+
return true;
|
|
685
|
+
};
|
|
686
|
+
var RAW_instance;
|
|
687
|
+
function RAW_getInstance() {
|
|
688
|
+
if (RAW_instance == null)
|
|
689
|
+
new RAW_0();
|
|
690
|
+
return RAW_instance;
|
|
691
|
+
}
|
|
692
|
+
function DER_0() {
|
|
693
|
+
Generic_getInstance();
|
|
694
|
+
Format_1.call(this);
|
|
695
|
+
}
|
|
696
|
+
function PEM_0() {
|
|
697
|
+
Generic_getInstance_0();
|
|
698
|
+
Format_1.call(this);
|
|
699
|
+
}
|
|
700
|
+
function Format_1() {
|
|
701
|
+
}
|
|
702
|
+
protoOf(Format_1).toString = function () {
|
|
703
|
+
return this.m();
|
|
704
|
+
};
|
|
705
|
+
function Companion_4() {
|
|
706
|
+
Companion_instance_4 = this;
|
|
707
|
+
CryptographyAlgorithmId.call(this, 'ECDH');
|
|
708
|
+
}
|
|
709
|
+
var Companion_instance_4;
|
|
710
|
+
function Companion_getInstance_4() {
|
|
711
|
+
if (Companion_instance_4 == null)
|
|
712
|
+
new Companion_4();
|
|
713
|
+
return Companion_instance_4;
|
|
714
|
+
}
|
|
715
|
+
function Companion_5() {
|
|
716
|
+
Companion_instance_5 = this;
|
|
717
|
+
CryptographyAlgorithmId.call(this, 'ECDSA');
|
|
718
|
+
}
|
|
719
|
+
var Companion_instance_5;
|
|
720
|
+
function Companion_getInstance_5() {
|
|
721
|
+
if (Companion_instance_5 == null)
|
|
722
|
+
new Companion_5();
|
|
723
|
+
return Companion_instance_5;
|
|
724
|
+
}
|
|
725
|
+
function Companion_6() {
|
|
726
|
+
Companion_instance_6 = this;
|
|
727
|
+
CryptographyAlgorithmId.call(this, 'HKDF');
|
|
728
|
+
}
|
|
729
|
+
var Companion_instance_6;
|
|
730
|
+
function Companion_getInstance_6() {
|
|
731
|
+
if (Companion_instance_6 == null)
|
|
732
|
+
new Companion_6();
|
|
733
|
+
return Companion_instance_6;
|
|
734
|
+
}
|
|
735
|
+
var Format_RAW_instance;
|
|
736
|
+
var Format_JWK_instance;
|
|
737
|
+
var Format_entriesInitialized;
|
|
738
|
+
function Format_initEntries() {
|
|
739
|
+
if (Format_entriesInitialized)
|
|
740
|
+
return Unit_instance;
|
|
741
|
+
Format_entriesInitialized = true;
|
|
742
|
+
Format_RAW_instance = new Format_2('RAW', 0);
|
|
743
|
+
Format_JWK_instance = new Format_2('JWK', 1);
|
|
744
|
+
}
|
|
745
|
+
function Format_2(name, ordinal) {
|
|
746
|
+
Enum.call(this, name, ordinal);
|
|
747
|
+
}
|
|
748
|
+
function Format_RAW_getInstance() {
|
|
749
|
+
Format_initEntries();
|
|
750
|
+
return Format_RAW_instance;
|
|
751
|
+
}
|
|
752
|
+
function Companion_7() {
|
|
753
|
+
Companion_instance_7 = this;
|
|
754
|
+
CryptographyAlgorithmId.call(this, 'HMAC');
|
|
755
|
+
}
|
|
756
|
+
var Companion_instance_7;
|
|
757
|
+
function Companion_getInstance_7() {
|
|
758
|
+
if (Companion_instance_7 == null)
|
|
759
|
+
new Companion_7();
|
|
760
|
+
return Companion_instance_7;
|
|
761
|
+
}
|
|
762
|
+
function Companion_8() {
|
|
763
|
+
Companion_instance_8 = this;
|
|
764
|
+
CryptographyAlgorithmId.call(this, 'PBKDF2');
|
|
765
|
+
}
|
|
766
|
+
var Companion_instance_8;
|
|
767
|
+
function Companion_getInstance_8() {
|
|
768
|
+
if (Companion_instance_8 == null)
|
|
769
|
+
new Companion_8();
|
|
770
|
+
return Companion_instance_8;
|
|
771
|
+
}
|
|
772
|
+
function Generic_1() {
|
|
773
|
+
Generic_instance_1 = this;
|
|
774
|
+
DER_1.call(this);
|
|
775
|
+
}
|
|
776
|
+
protoOf(Generic_1).m = function () {
|
|
777
|
+
return 'DER';
|
|
778
|
+
};
|
|
779
|
+
var Generic_instance_1;
|
|
780
|
+
function Generic_getInstance_1() {
|
|
781
|
+
if (Generic_instance_1 == null)
|
|
782
|
+
new Generic_1();
|
|
783
|
+
return Generic_instance_1;
|
|
784
|
+
}
|
|
785
|
+
function PKCS1() {
|
|
786
|
+
PKCS1_instance = this;
|
|
787
|
+
DER_1.call(this);
|
|
788
|
+
}
|
|
789
|
+
protoOf(PKCS1).m = function () {
|
|
790
|
+
return 'DER/PKCS#1';
|
|
791
|
+
};
|
|
792
|
+
protoOf(PKCS1).hashCode = function () {
|
|
793
|
+
return 1950278528;
|
|
794
|
+
};
|
|
795
|
+
protoOf(PKCS1).equals = function (other) {
|
|
796
|
+
if (this === other)
|
|
797
|
+
return true;
|
|
798
|
+
if (!(other instanceof PKCS1))
|
|
799
|
+
return false;
|
|
800
|
+
other instanceof PKCS1 || THROW_CCE();
|
|
801
|
+
return true;
|
|
802
|
+
};
|
|
803
|
+
var PKCS1_instance;
|
|
804
|
+
function PKCS1_getInstance() {
|
|
805
|
+
if (PKCS1_instance == null)
|
|
806
|
+
new PKCS1();
|
|
807
|
+
return PKCS1_instance;
|
|
808
|
+
}
|
|
809
|
+
function Generic_2() {
|
|
810
|
+
Generic_instance_2 = this;
|
|
811
|
+
PEM_1.call(this);
|
|
812
|
+
}
|
|
813
|
+
protoOf(Generic_2).m = function () {
|
|
814
|
+
return 'PEM';
|
|
815
|
+
};
|
|
816
|
+
var Generic_instance_2;
|
|
817
|
+
function Generic_getInstance_2() {
|
|
818
|
+
if (Generic_instance_2 == null)
|
|
819
|
+
new Generic_2();
|
|
820
|
+
return Generic_instance_2;
|
|
821
|
+
}
|
|
822
|
+
function PKCS1_0() {
|
|
823
|
+
PKCS1_instance_0 = this;
|
|
824
|
+
PEM_1.call(this);
|
|
825
|
+
}
|
|
826
|
+
protoOf(PKCS1_0).m = function () {
|
|
827
|
+
return 'PEM/PKCS#1';
|
|
828
|
+
};
|
|
829
|
+
protoOf(PKCS1_0).hashCode = function () {
|
|
830
|
+
return 1593110343;
|
|
831
|
+
};
|
|
832
|
+
protoOf(PKCS1_0).equals = function (other) {
|
|
833
|
+
if (this === other)
|
|
834
|
+
return true;
|
|
835
|
+
if (!(other instanceof PKCS1_0))
|
|
836
|
+
return false;
|
|
837
|
+
other instanceof PKCS1_0 || THROW_CCE();
|
|
838
|
+
return true;
|
|
839
|
+
};
|
|
840
|
+
var PKCS1_instance_0;
|
|
841
|
+
function PKCS1_getInstance_0() {
|
|
842
|
+
if (PKCS1_instance_0 == null)
|
|
843
|
+
new PKCS1_0();
|
|
844
|
+
return PKCS1_instance_0;
|
|
845
|
+
}
|
|
846
|
+
function JWK_1() {
|
|
847
|
+
JWK_instance_1 = this;
|
|
848
|
+
Format_3.call(this);
|
|
849
|
+
}
|
|
850
|
+
protoOf(JWK_1).m = function () {
|
|
851
|
+
return 'JWK';
|
|
852
|
+
};
|
|
853
|
+
protoOf(JWK_1).hashCode = function () {
|
|
854
|
+
return -1819476043;
|
|
855
|
+
};
|
|
856
|
+
protoOf(JWK_1).equals = function (other) {
|
|
857
|
+
if (this === other)
|
|
858
|
+
return true;
|
|
859
|
+
if (!(other instanceof JWK_1))
|
|
860
|
+
return false;
|
|
861
|
+
other instanceof JWK_1 || THROW_CCE();
|
|
862
|
+
return true;
|
|
863
|
+
};
|
|
864
|
+
var JWK_instance_1;
|
|
865
|
+
function JWK_getInstance_1() {
|
|
866
|
+
if (JWK_instance_1 == null)
|
|
867
|
+
new JWK_1();
|
|
868
|
+
return JWK_instance_1;
|
|
869
|
+
}
|
|
870
|
+
function DER_1() {
|
|
871
|
+
Generic_getInstance_1();
|
|
872
|
+
Format_3.call(this);
|
|
873
|
+
}
|
|
874
|
+
function PEM_1() {
|
|
875
|
+
Generic_getInstance_2();
|
|
876
|
+
Format_3.call(this);
|
|
877
|
+
}
|
|
878
|
+
function Format_3() {
|
|
879
|
+
}
|
|
880
|
+
protoOf(Format_3).toString = function () {
|
|
881
|
+
return this.m();
|
|
882
|
+
};
|
|
883
|
+
function Generic_3() {
|
|
884
|
+
Generic_instance_3 = this;
|
|
885
|
+
DER_2.call(this);
|
|
886
|
+
}
|
|
887
|
+
protoOf(Generic_3).m = function () {
|
|
888
|
+
return 'DER';
|
|
889
|
+
};
|
|
890
|
+
var Generic_instance_3;
|
|
891
|
+
function Generic_getInstance_3() {
|
|
892
|
+
if (Generic_instance_3 == null)
|
|
893
|
+
new Generic_3();
|
|
894
|
+
return Generic_instance_3;
|
|
895
|
+
}
|
|
896
|
+
function PKCS1_1() {
|
|
897
|
+
PKCS1_instance_1 = this;
|
|
898
|
+
DER_2.call(this);
|
|
899
|
+
}
|
|
900
|
+
protoOf(PKCS1_1).m = function () {
|
|
901
|
+
return 'DER/PKCS#1';
|
|
902
|
+
};
|
|
903
|
+
protoOf(PKCS1_1).hashCode = function () {
|
|
904
|
+
return -1024989714;
|
|
905
|
+
};
|
|
906
|
+
protoOf(PKCS1_1).equals = function (other) {
|
|
907
|
+
if (this === other)
|
|
908
|
+
return true;
|
|
909
|
+
if (!(other instanceof PKCS1_1))
|
|
910
|
+
return false;
|
|
911
|
+
other instanceof PKCS1_1 || THROW_CCE();
|
|
912
|
+
return true;
|
|
913
|
+
};
|
|
914
|
+
var PKCS1_instance_1;
|
|
915
|
+
function PKCS1_getInstance_1() {
|
|
916
|
+
if (PKCS1_instance_1 == null)
|
|
917
|
+
new PKCS1_1();
|
|
918
|
+
return PKCS1_instance_1;
|
|
919
|
+
}
|
|
920
|
+
function Generic_4() {
|
|
921
|
+
Generic_instance_4 = this;
|
|
922
|
+
PEM_2.call(this);
|
|
923
|
+
}
|
|
924
|
+
protoOf(Generic_4).m = function () {
|
|
925
|
+
return 'PEM';
|
|
926
|
+
};
|
|
927
|
+
var Generic_instance_4;
|
|
928
|
+
function Generic_getInstance_4() {
|
|
929
|
+
if (Generic_instance_4 == null)
|
|
930
|
+
new Generic_4();
|
|
931
|
+
return Generic_instance_4;
|
|
932
|
+
}
|
|
933
|
+
function PKCS1_2() {
|
|
934
|
+
PKCS1_instance_2 = this;
|
|
935
|
+
PEM_2.call(this);
|
|
936
|
+
}
|
|
937
|
+
protoOf(PKCS1_2).m = function () {
|
|
938
|
+
return 'PEM/PKCS#1';
|
|
939
|
+
};
|
|
940
|
+
protoOf(PKCS1_2).hashCode = function () {
|
|
941
|
+
return -1382157899;
|
|
942
|
+
};
|
|
943
|
+
protoOf(PKCS1_2).equals = function (other) {
|
|
944
|
+
if (this === other)
|
|
945
|
+
return true;
|
|
946
|
+
if (!(other instanceof PKCS1_2))
|
|
947
|
+
return false;
|
|
948
|
+
other instanceof PKCS1_2 || THROW_CCE();
|
|
949
|
+
return true;
|
|
950
|
+
};
|
|
951
|
+
var PKCS1_instance_2;
|
|
952
|
+
function PKCS1_getInstance_2() {
|
|
953
|
+
if (PKCS1_instance_2 == null)
|
|
954
|
+
new PKCS1_2();
|
|
955
|
+
return PKCS1_instance_2;
|
|
956
|
+
}
|
|
957
|
+
function JWK_2() {
|
|
958
|
+
JWK_instance_2 = this;
|
|
959
|
+
Format_4.call(this);
|
|
960
|
+
}
|
|
961
|
+
protoOf(JWK_2).m = function () {
|
|
962
|
+
return 'JWK';
|
|
963
|
+
};
|
|
964
|
+
protoOf(JWK_2).hashCode = function () {
|
|
965
|
+
return 1275849891;
|
|
966
|
+
};
|
|
967
|
+
protoOf(JWK_2).equals = function (other) {
|
|
968
|
+
if (this === other)
|
|
969
|
+
return true;
|
|
970
|
+
if (!(other instanceof JWK_2))
|
|
971
|
+
return false;
|
|
972
|
+
other instanceof JWK_2 || THROW_CCE();
|
|
973
|
+
return true;
|
|
974
|
+
};
|
|
975
|
+
var JWK_instance_2;
|
|
976
|
+
function JWK_getInstance_2() {
|
|
977
|
+
if (JWK_instance_2 == null)
|
|
978
|
+
new JWK_2();
|
|
979
|
+
return JWK_instance_2;
|
|
980
|
+
}
|
|
981
|
+
function DER_2() {
|
|
982
|
+
Generic_getInstance_3();
|
|
983
|
+
Format_4.call(this);
|
|
984
|
+
}
|
|
985
|
+
function PEM_2() {
|
|
986
|
+
Generic_getInstance_4();
|
|
987
|
+
Format_4.call(this);
|
|
988
|
+
}
|
|
989
|
+
function Format_4() {
|
|
990
|
+
}
|
|
991
|
+
protoOf(Format_4).toString = function () {
|
|
992
|
+
return this.m();
|
|
993
|
+
};
|
|
994
|
+
function Companion_9() {
|
|
995
|
+
Companion_instance_9 = this;
|
|
996
|
+
CryptographyAlgorithmId.call(this, 'RSA-OAEP');
|
|
997
|
+
}
|
|
998
|
+
var Companion_instance_9;
|
|
999
|
+
function Companion_getInstance_9() {
|
|
1000
|
+
if (Companion_instance_9 == null)
|
|
1001
|
+
new Companion_9();
|
|
1002
|
+
return Companion_instance_9;
|
|
1003
|
+
}
|
|
1004
|
+
function Companion_10() {
|
|
1005
|
+
Companion_instance_10 = this;
|
|
1006
|
+
CryptographyAlgorithmId.call(this, 'RSA-PSS');
|
|
1007
|
+
}
|
|
1008
|
+
var Companion_instance_10;
|
|
1009
|
+
function Companion_getInstance_10() {
|
|
1010
|
+
if (Companion_instance_10 == null)
|
|
1011
|
+
new Companion_10();
|
|
1012
|
+
return Companion_instance_10;
|
|
1013
|
+
}
|
|
1014
|
+
function Companion_11() {
|
|
1015
|
+
Companion_instance_11 = this;
|
|
1016
|
+
CryptographyAlgorithmId.call(this, 'RSA-PKCS1-V1.5');
|
|
1017
|
+
}
|
|
1018
|
+
var Companion_instance_11;
|
|
1019
|
+
function Companion_getInstance_11() {
|
|
1020
|
+
if (Companion_instance_11 == null)
|
|
1021
|
+
new Companion_11();
|
|
1022
|
+
return Companion_instance_11;
|
|
1023
|
+
}
|
|
1024
|
+
function KeyDecoder() {
|
|
1025
|
+
}
|
|
1026
|
+
function Hasher() {
|
|
1027
|
+
}
|
|
1028
|
+
function SignatureGenerator() {
|
|
1029
|
+
}
|
|
1030
|
+
function UpdateFunction() {
|
|
1031
|
+
}
|
|
1032
|
+
function loadProviders(_this__u8e3s4) {
|
|
1033
|
+
}
|
|
1034
|
+
//region block: init
|
|
1035
|
+
Companion_instance = new Companion();
|
|
1036
|
+
Companion_instance_3 = new Companion_3();
|
|
1037
|
+
//endregion
|
|
1038
|
+
//region block: exports
|
|
1039
|
+
export {
|
|
1040
|
+
Format as Format3dwngdi37q0un,
|
|
1041
|
+
Format_1 as Format2r6rz6bygg1d5,
|
|
1042
|
+
Format_0 as Format1u440c2w9z1t5,
|
|
1043
|
+
Format_2 as Format1jug7lc3rg0qd,
|
|
1044
|
+
Format_4 as Format1i0i1l8xjk06m,
|
|
1045
|
+
Format_3 as Format2v29dvc3oaj5k,
|
|
1046
|
+
KeyDecoder as KeyDecoder1aj9ibfkm03tn,
|
|
1047
|
+
Hasher as Hashera1nteuzom60c,
|
|
1048
|
+
SignatureGenerator as SignatureGenerator3tx2fdhty5h2c,
|
|
1049
|
+
CryptographyAlgorithm as CryptographyAlgorithmhhdrgo7p9qei,
|
|
1050
|
+
CryptographyProvider as CryptographyProviderwgv0x40nzvjc,
|
|
1051
|
+
Format_RAW_getInstance as Format_RAW_getInstance2jjm94e3kdzdw,
|
|
1052
|
+
_Curve___get_name__impl__klrusc as _Curve___get_name__impl__klrusc2ntyd3phrcyut,
|
|
1053
|
+
Companion_getInstance_0 as Companion_getInstance14mxn5i96muxk,
|
|
1054
|
+
Companion_getInstance_1 as Companion_getInstance29kae6fn9dtdp,
|
|
1055
|
+
Companion_getInstance_2 as Companion_getInstance1x88e8a93nrjt,
|
|
1056
|
+
Companion_instance_3 as Companion_instance2xzuy5itlbd7r,
|
|
1057
|
+
Generic_getInstance as Generic_getInstance2fofokuhcjf0m,
|
|
1058
|
+
SEC1_getInstance as SEC1_getInstance1h1itfa9pvqru,
|
|
1059
|
+
JWK_getInstance_0 as JWK_getInstance1yvqt4fvwl3gg,
|
|
1060
|
+
Generic_getInstance_0 as Generic_getInstance2z3qu9f7wt665,
|
|
1061
|
+
SEC1_getInstance_0 as SEC1_getInstance19ihk9fm1tmnu,
|
|
1062
|
+
RAW_getInstance as RAW_getInstance1owkiklujln96,
|
|
1063
|
+
DER_getInstance as DER_getInstancetcz4fdgsag6y,
|
|
1064
|
+
JWK_getInstance as JWK_getInstance2g6m6ouqgdqfw,
|
|
1065
|
+
PEM_getInstance as PEM_getInstance2z3eojfgxggki,
|
|
1066
|
+
Compressed_getInstance as Compressed_getInstance2bou73k6m6h1m,
|
|
1067
|
+
Uncompressed_getInstance as Uncompressed_getInstance30v9709kpt3rd,
|
|
1068
|
+
Companion_getInstance_4 as Companion_getInstance1b33mcojr5zhq,
|
|
1069
|
+
Companion_getInstance_5 as Companion_getInstance3av3p4gc6a7jn,
|
|
1070
|
+
Companion_getInstance_6 as Companion_getInstancebyslzqcunhpa,
|
|
1071
|
+
Companion_getInstance_7 as Companion_getInstance1ols9hsmvo0w0,
|
|
1072
|
+
Companion_getInstance_8 as Companion_getInstance27u04a1q2cj1l,
|
|
1073
|
+
Companion_getInstance_9 as Companion_getInstance1xf5ipdr52o1p,
|
|
1074
|
+
Companion_getInstance_11 as Companion_getInstance3ark4b05maj30,
|
|
1075
|
+
Companion_getInstance_10 as Companion_getInstancei93icbc9wljv,
|
|
1076
|
+
Generic_getInstance_3 as Generic_getInstanceuanw2vo9armh,
|
|
1077
|
+
PKCS1_getInstance_1 as PKCS1_getInstance868e3tfzube,
|
|
1078
|
+
JWK_getInstance_2 as JWK_getInstance1fp08shy8nryg,
|
|
1079
|
+
Generic_getInstance_4 as Generic_getInstance7jxucsv5q1mh,
|
|
1080
|
+
PKCS1_getInstance_2 as PKCS1_getInstance3a4r0yeoubefu,
|
|
1081
|
+
Generic_getInstance_1 as Generic_getInstanced4eii9e2nhqx,
|
|
1082
|
+
PKCS1_getInstance as PKCS1_getInstance22spptdubofqd,
|
|
1083
|
+
JWK_getInstance_1 as JWK_getInstance2h7f972qw3rxx,
|
|
1084
|
+
Generic_getInstance_2 as Generic_getInstance1ub4kp2qez9cr,
|
|
1085
|
+
PKCS1_getInstance_0 as PKCS1_getInstance5evnhy9k9oay,
|
|
1086
|
+
SHA1_getInstance as SHA1_getInstance3jravpw4war2y,
|
|
1087
|
+
SHA256_getInstance as SHA256_getInstanceth9eotqeth9c,
|
|
1088
|
+
SHA384_getInstance as SHA384_getInstance3dym6gio4iqu3,
|
|
1089
|
+
SHA512_getInstance as SHA512_getInstance2nwy6uke6ngga,
|
|
1090
|
+
Companion_instance as Companion_instance3b23289n99om0,
|
|
1091
|
+
CryptographySystem_getInstance as CryptographySystem_getInstance1v1h7y5ver0lp,
|
|
1092
|
+
};
|
|
1093
|
+
//endregion
|
|
1094
|
+
|
|
1095
|
+
//# sourceMappingURL=cryptography-kotlin-cryptography-core.mjs.map
|