Class ExampleScenario8
Object
ExampleScenario8
Scenario 8 Example (non-streaming):
- Generates an EC-521 key (classical)
- Encrypts a file with EC-521 (non-streaming)
- Generates an ML-KEM-768 key (post-quantum KEM)
- Re-encrypts the file from EC-521 to ML-KEM-768 (non-streaming)
- Decrypts the file using ML-KEM-768 (non-streaming)
This scenario demonstrates how to use the AnkaSecureSdk
for non-streaming encryption and re-encryption flows, switching from a
classical elliptical curve (EC-521) to a post-quantum KEM algorithm
(ML-KEM-768). The final decrypted output is compared with the original
to ensure correctness.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario8
public ExampleScenario8()
-
-
Method Details
-
main
Entry point for executing Scenario 8.- Parameters:
args
- Not used.
-