@wireapp/core-crypto 10.0.0 → 10.1.0-pre1
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/dist/browser/autogenerated/wasm-bindgen/index_bg.wasm +0 -0
- package/dist/browser/autogenerated/wasm-bindgen/index_bg.wasm.d.ts +18 -16
- package/dist/browser/corecrypto.js +1279 -1272
- package/dist/native/corecrypto.js +3 -3
- package/dist/native/libcore_crypto_ffi.dylib +0 -0
- package/dist/native/libcore_crypto_ffi.so +0 -0
- package/package.json +1 -1
|
@@ -8869,7 +8869,7 @@ if (!initialized) {
|
|
|
8869
8869
|
initialized = true;
|
|
8870
8870
|
}
|
|
8871
8871
|
|
|
8872
|
-
//
|
|
8872
|
+
// shared/src/CoreCryptoContext.ts
|
|
8873
8873
|
class CoreCryptoContext2 extends CoreCryptoContext {
|
|
8874
8874
|
constructor(ctx) {
|
|
8875
8875
|
super(ctx);
|
|
@@ -8878,7 +8878,7 @@ class CoreCryptoContext2 extends CoreCryptoContext {
|
|
|
8878
8878
|
return super.instanceOf(obj);
|
|
8879
8879
|
}
|
|
8880
8880
|
}
|
|
8881
|
-
//
|
|
8881
|
+
// shared/src/CoreCryptoInstance.ts
|
|
8882
8882
|
class CoreCrypto extends CoreCryptoFfi {
|
|
8883
8883
|
static instanceOf(obj) {
|
|
8884
8884
|
return super.instanceOf(obj);
|
|
@@ -8935,7 +8935,7 @@ class CoreCrypto extends CoreCryptoFfi {
|
|
|
8935
8935
|
return await super.findCredentialsFfi(clientId, publicKey, cipherSuite, credentialType, earliestValidity, asyncOpts_);
|
|
8936
8936
|
}
|
|
8937
8937
|
}
|
|
8938
|
-
//
|
|
8938
|
+
// shared/src/X509CredentialAcquisition.ts
|
|
8939
8939
|
class X509CredentialAcquisition2 extends X509CredentialAcquisition {
|
|
8940
8940
|
static async newFromCredentialRef(pkiEnvironment, config, credentialRef, coreCryptoDatabase) {
|
|
8941
8941
|
return X509CredentialAcquisition.newFromCredentialRef(pkiEnvironment, config, credentialRef, coreCryptoDatabase);
|
|
Binary file
|
|
Binary file
|