Class ExampleScenario8

Object
ExampleScenario8

public class ExampleScenario8 extends Object
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 Details

    • ExampleScenario8

      public ExampleScenario8()
  • Method Details

    • main

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