Searched refs:aesConvertAndDecrypt (Results 1 – 2 of 2) sorted by relevance
227 async aesConvertAndDecrypt(aesKeyBlobString: string, textString: string): Promise<string> { method in CryptoOperation
300 … this.plainText = await this.CryptoOperation.aesConvertAndDecrypt(this.keyString, this.cipherText);