Class ExampleScenario14

Object
ExampleScenario14

public class ExampleScenario14 extends Object
Scenario 14 Example:
  1. List existing keys.
  2. Create (generate) a post-quantum key using kty="ML-KEM" and alg="ML-KEM-768".
  3. Export the entire key (including public key info) to a JSON file.
  4. Remove the newly generated key from the service.
  5. Import the key back in (public part only) by reading the JSON file and calling importKey.
  6. Obtain license info and print it.

This scenario reflects how to:

We demonstrate how to create a brand-new post-quantum key, remove it, and then import it back (public portion only). This technique can be useful for storing or sharing the public portion with other parties without retaining the private key.

  • Constructor Details

    • ExampleScenario14

      public ExampleScenario14()
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for executing Scenario 14.
      Parameters:
      args - Not used.