Class ExampleScenario6

Object
ExampleScenario6

public class ExampleScenario6 extends Object
Scenario 6 Example (non-streaming signatures):
  • Authenticates with clientId and clientSecret
  • Generates a post-quantum Dilithium5 key (using generateKey(GenerateKeySpec))
  • Signs a file in non-streaming mode
  • Exports the entire key data (JSON), which includes the public portion
  • Verifies the signature in non-streaming mode

This scenario demonstrates how to generate and use a Dilithium5 key for signing and verifying in a non-streaming fashion. It also shows exporting the key data (in JSON) for reference or backup.

  • Constructor Details

    • ExampleScenario6

      public ExampleScenario6()
  • Method Details

    • main

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