@solibo/solibo-sdk 1.15.11 → 1.15.13
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 +98 -98
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
- package/KotlinBigInteger-bignum.mjs +1114 -1114
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +33 -33
- package/bitops-library-endian.mjs +3 -3
- package/client.d.mts +49 -35
- package/client.mjs +20 -18
- package/core-library-digest.mjs +29 -29
- package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/hash-library-md.mjs +30 -30
- package/index.d.ts +1 -0
- package/index.mjs +40 -263
- package/kotlin-kotlin-stdlib.mjs +6 -6
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +8 -8
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-encoding.mjs +75 -75
- package/ktor-ktor-client-encoding.mjs.map +1 -1
- package/ktor-ktor-client-logging.mjs +520 -520
- package/ktor-ktor-client-mock.mjs +39 -39
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +43729 -44495
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +404 -550
- package/solibo-sdk-sdk.mjs +4800 -4730
- package/solibo-sdk-sdk.mjs.map +1 -1
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
//endregion
|
|
27
27
|
function convertEcPrivateKeyFromSec1ToPkcs8(input) {
|
|
28
28
|
var ecPrivateKey = Default_getInstance().lu(Companion_instance.m6i(), input);
|
|
29
|
-
var tmp = ecPrivateKey.
|
|
29
|
+
var tmp = ecPrivateKey.c114_1;
|
|
30
30
|
var tmp0 = tmp == null ? null : new EcParameters(tmp);
|
|
31
31
|
$l$block: {
|
|
32
32
|
// Inline function 'kotlin.checkNotNull' call
|
|
@@ -34,15 +34,15 @@ function convertEcPrivateKeyFromSec1ToPkcs8(input) {
|
|
|
34
34
|
var message = 'EC Parameters are not present in the key';
|
|
35
35
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
36
36
|
} else {
|
|
37
|
-
tmp0.
|
|
37
|
+
tmp0.w113_1;
|
|
38
38
|
break $l$block;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.
|
|
41
|
+
var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.c114_1), input);
|
|
42
42
|
return Default_getInstance().ku(Companion_getInstance().m6i(), privateKeyInfo);
|
|
43
43
|
}
|
|
44
44
|
function unwrapPem(label, key) {
|
|
45
|
-
return ensurePemLabel(Pem_instance.
|
|
45
|
+
return ensurePemLabel(Pem_instance.w114(key), label).z114_1;
|
|
46
46
|
}
|
|
47
47
|
function wrapPrivateKeyInfo(version, identifier, key) {
|
|
48
48
|
return Default_getInstance().ku(Companion_getInstance().m6i(), new PrivateKeyInfo(version, identifier, key));
|