Class ExampleScenario19

java.lang.Object
co.ankatech.ankasecure.sdk.examples.ExampleScenario19

public final class ExampleScenario19 extends Object

Scenario 19 – Runtime Discovery of PQC Algorithms

This scenario discovers two platform-recommended post-quantum algorithms at runtime, filtered by exact security levels and the dual-standards requirement NIST and ENISA:

  1. Select the first PQC signing algorithm with securityLevel 5.
  2. Select the first PQC encryption algorithm with securityLevel 3.
  3. Generate keys and exercise Compact JWS / Compact JWE helpers.
  4. Validate round-trip integrity and print verbose metadata.
Since:
2.1.0
Author:
ANKATech – Security Engineering
  • Method Details

    • main

      public static void main(String[] args)
      Entry-point.