Class ExampleScenario5

Object
ExampleScenario5

public class ExampleScenario5 extends Object
Scenario 5 Example (non-streaming):
  • Generates a post-quantum asymmetric key (ML-KEM-512)
  • Exports the entire key data (JSON) to a file
  • Encrypts a file (non-streaming) with the newly created key
  • Decrypts the file (non-streaming)
  • Verifies final decrypted content matches the original

This scenario demonstrates a non-streaming encryption/decryption flow using ML-KEM-512 in the AnkaSecureSdk environment. It also shows how to export the key data (including the public portion) to JSON.

  • Constructor Details

    • ExampleScenario5

      public ExampleScenario5()
  • Method Details

    • main

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