Lines Matching refs:cipher
1 # @system.cipher (加密算法)
7 > 从API version 9开始废弃, 建议使用[@ohos.security.cryptoFramework的Cipher](js-apis-cryptoFramework.md#cipher…
13 import cipher from '@system.cipher';
18 调用cipher接口后,返回的内容。
29 调用cipher rsa方法时,传入的参数。
45 调用cipher aes方法时,传入的参数。
62 ## cipher.rsa
81 cipher.rsa({
96 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`);
102 cipher.rsa({
129 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`);
140 ## cipher.aes
159 cipher.aes({
173 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`);
179 cipher.aes({
193 console.log(`### cipher.aes encrypt fail ### ${code}:${data}`);