Class ExampleScenario12
Object
ExampleScenario12
Scenario 12 Example:
- Generate an RSA-2048 key (oldKid)
- Sign a file (streaming) with RSA-2048
- Generate a FALCON-1024 key (newKid)
- Re-sign the file in streaming mode (oldSignature => newSignature)
- Verify the new signature in streaming mode
This scenario illustrates how to switch from a classical signature (RSA-2048) to a post-quantum signature (FALCON-1024) by re-signing an existing file, all in streaming mode.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario12
public ExampleScenario12()
-
-
Method Details
-
main
Entry point for executing Scenario 12.- Parameters:
args
- Not used.
-