Class ExampleScenario12

Object
ExampleScenario12

public final class ExampleScenario12 extends Object
Scenario 12 – Streaming Re-sign (RSA-2048 → FALCON-1024)

Full migration path from a classical RSA-2048 signature to a post-quantum FALCON-1024 signature, entirely in streaming mode:

  1. Create an RSA-2048 key (oldKid).
  2. Stream-sign a file with oldKid.
  3. Create a FALCON-1024 key (newKid).
  4. Stream-re-sign the file (oldSignaturenewSignature).
  5. Stream-verify the new signature.

The CLI must be initialised before execution.

  • Constructor Details

    • ExampleScenario12

      public ExampleScenario12()
  • Method Details

    • main

      public static void main(String[] args)