Class ExampleScenario3

Object
ExampleScenario3

public class ExampleScenario3 extends Object
Scenario 3 Example:
  • Authenticates using clientId and clientSecret
  • Generates a symmetric AES-256 key (using generateKey(GenerateKeySpec))
  • Encrypts a file in streaming mode with that key
  • Decrypts the file in streaming mode
  • Compares original and decrypted content

This scenario illustrates how to manage symmetric keys (e.g., AES-256) in a post-quantum aware environment, while still using the streaming encryption/decryption methods from AnkaSecureSdk.

  • Constructor Details

    • ExampleScenario3

      public ExampleScenario3()
  • Method Details

    • main

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