Lines Matching refs:binary

4 …cribe how to convert binary data into an asymmetric key pair (**KeyPair**). That is, convert a pie…
20 1. Obtain the binary data of the RSA public key or private key and encapsulate the data into a **Da…
28 …architecture-kit/js-apis-cryptoFramework.md#convertkey-3) to convert the binary data into an asymm…
30 - Example: Convert binary data into an RSA key pair (using callback-based APIs).
48 - Example: Convert binary data into an RSA key pair (using the synchronous API [convertKeySync](../…
72 1. Obtain the binary data of the ECC public key or private key and encapsulate the data into a **Da…
78 …architecture-kit/js-apis-cryptoFramework.md#convertkey-3) to convert the binary data into an asymm…
80 - Example: Convert binary data into an ECC key pair (using callback-based APIs).
100 - Example: Convert binary data into an ECC key pair (using the synchronous API [convertKeySync](../…
125 Obtain the binary data of the ECC public or private key, encapsulate the data into a **DataBlob** o…
129 …et to **'PKCS8'** to obtain the byte stream of the private key data. The binary data of the key ob…
131 …architecture-kit/js-apis-cryptoFramework.md#convertkey-3) to convert the binary data into an asymm…
145 // Obtain the binary data of the ECC asymmetric key pair.
164 1. Obtain the binary data of the SM2 public key or private key and encapsulate the data into a **Da…
170 …architecture-kit/js-apis-cryptoFramework.md#convertkey-3) to convert the binary data into an asymm…
172 - Example: Convert binary data into an SM2 key pair (using callback-based APIs).
192 - Example: Convert binary data into an SM2 key pair (using the synchronous API [convertKeySync](../…