1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00
This commit is contained in:
Bernd Schoolmann
2025-04-24 20:43:02 +02:00
parent 11fb36e7e0
commit 9f88d68231
18 changed files with 30 additions and 28 deletions

View File

@@ -45,11 +45,11 @@ export abstract class EncryptService {
* @deprecated
* @returns The decrypted Uint8Array
*/
abstract decryptToBytes(
encThing: Encrypted,
key: SymmetricCryptoKey,
decryptTrace?: string,
): Promise<Uint8Array | null>;
// abstract decryptToBytes(
// encThing: Encrypted,
// key: SymmetricCryptoKey,
// decryptTrace?: string,
// ): Promise<Uint8Array | null>;
/**
* @deprecated Replaced by BulkEncryptService, remove once the feature is tested and the featureflag PM-4154-multi-worker-encryption-service is removed
* @param items The items to decrypt