Home
last modified time | relevance | path

Searched refs:arrayBufferToString (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Security/KeyManager/entry/src/main/ets/utils/
DAesUtils.ets18 import { arrayBufferToString, fromHexString, stringToUint8Array, TAG, uint8ArrayToShowStr } from ".…
78 let decryptedText: string = arrayBufferToString(tmpArr);
DUtils.ets60 export function arrayBufferToString(uint8Array: Uint8Array): string {
/applications/standard/app_samples/code/BasicFeature/Security/CryptoFramework/entry/src/main/ets/cryptoframework/
DCryptoOperation.ts39 function arrayBufferToString(buffer: ArrayBuffer): string { function
196 plainText = arrayBufferToString(tmpArr);