Home
last modified time | relevance | path

Searched refs:aesConvertAndDecrypt (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Security/CryptoFramework/entry/src/main/ets/cryptoframework/
DCryptoOperation.ts227 async aesConvertAndDecrypt(aesKeyBlobString: string, textString: string): Promise<string> { method in CryptoOperation
/applications/standard/app_samples/code/BasicFeature/Security/CryptoFramework/entry/src/main/ets/tab/
DDecrypt.ets300 … this.plainText = await this.CryptoOperation.aesConvertAndDecrypt(this.keyString, this.cipherText);