Lines Matching refs:Sign
14 … with the string parameter **'RSA|PSS|SHA256|MGF1_SHA256'** to create a **Sign** instance. As indi…
16 3. Use [Sign.init](../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#init-3) …
18 4. Use [Sign.setSignSpec](../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#s…
20 5. Use [Sign.getSignSpec](../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#g…
22 6. Use [Sign.update](../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#update…
24 …Currently, the amount of data to be passed in by a single **Sign.update()** is not limited. You ca…
26 7. Use [Sign.sign](../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#sign-1) …
75 let plan1 = "This is Sign test plan1";
76 let plan2 = "This is Sign test plan2";
88 // After the Sign instance is initialized, set and obtain the PSS parameters.
157 let plan1 = "This is Sign test plan1";
158 let plan2 = "This is Sign test plan2";
170 // After the Sign instance is initialized, set and obtain the PSS parameters.