Lines Matching refs:ecc
274 …the raw data in the credential file. Generate an ECDSA key pair `<ecc-l3-pk>` and `<ecc-l3-sk>` fi…
282 Use the ECC private key `<ecc-l3-sk>` to sign `<base64-head>.<base64-payload>`, and encode the sign…
297 1. Generate an ECDSA key pair `<ecc-l2-pk>` and `<ecc-l2-sk>` for an intermediate CA certificate si…
298 2. Use `<ecc-l2-sk>` to sign `<ecc-l3-pk>` (generated in step 3.2) to obtain `<ecc-l3-pk-signature>…
299 3. Combine `<ecc-l3-pk>` and `<ecc-l3-pk-signature>` into a JSON string. The following is an exampl…
303 "userPublicKey": "<ecc-l3-pk>",
304 "signature": "<ecc-l3-pk-signature>"
310 1. Generate an ECDSA key pair `<ecc-root-pk>` and `<ecc-root-sk>` for a root certificate signature.
311 2. Use `<ecc-root-sk>` to sign `<ecc-l2-pk>` (generated in step 4.1) to obtain `<ecc-l2-pk-signatur…
312 3. Combine `<ecc-l3-pk>` and `<ecc-l3-pk-signature>` into a JSON string.
317 "userPublicKey": "<ecc-l2-pk>",
318 "signature": "<ecc-l2-pk-signature>"
324 1. Use `<ecc-root-sk>` to sign the `<ecc-root-pk>` (generated in step 4.2) to obtain `<ecc-root-pk-…
325 2. Combine `<ecc-root-pk>` and `<ecc-root-pk-self-signature>` into a JSON string. The following is …
329 "userPublicKey": "<ecc-root-pk>",
330 "signature": "<ecc-root-pk-self-signature>"
341 "userPublicKey": "<ecc-l3-pk>",
342 "signature": "<ecc-l3-pk-signature>"
345 "userPublicKey": "<ecc-l2-pk>",
346 "signature": "<ecc-l2-pk-signature>"
349 "userPublicKey": "<ecc-root-pk>",
350 "signature": "<ecc-root-pk-self-signature>"