Class ExampleScenario7

Object
ExampleScenario7

public class ExampleScenario7 extends Object
Scenario 7 Example (non-streaming):
  • Authenticates using clientId and clientSecret
  • Generates a symmetric AES-256 key (using generateKey(GenerateKeySpec))
  • Encrypts a file (non-streaming)
  • Decrypts the file (non-streaming)
  • Verifies that the decrypted content matches the original

This example demonstrates a non-streaming encryption/decryption flow with a symmetric AES-256 key. It leverages the AnkaSecureSdk methods that generate keys via GenerateKeySpec.

  • Constructor Details

    • ExampleScenario7

      public ExampleScenario7()
  • Method Details

    • main

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