diff --git a/libs/common/src/platform/abstractions/crypto.service.ts b/libs/common/src/platform/abstractions/crypto.service.ts index 17d1604090..e8d47a3db6 100644 --- a/libs/common/src/platform/abstractions/crypto.service.ts +++ b/libs/common/src/platform/abstractions/crypto.service.ts @@ -319,7 +319,7 @@ export abstract class CryptoService { * @param privateKeyValue The private key to use for decryption * @returns The decrypted value */ - abstract rsaDecrypt(encValue: string, privateKeyValue: Uint8Array): Promise; + abstract rsaDecrypt(encValue: string, privateKey: Uint8Array): Promise; abstract randomNumber(min: number, max: number): Promise; /** * Generates a new cipher key