Class ExampleScenario13

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

public final class ExampleScenario13 extends Object
Scenario 13 — 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. Resolve pre-provisioned keys for the discovered algorithms and exercise Compact JWS / Compact JWE helpers (the SDK is data-plane-only — it does not create keys).
  4. Validate round-trip integrity and print verbose metadata.
Since:
3.0.0
Author:
ANKATech Solutions Inc.
See Also:
  • Method Details

    • main

      public static void main(String[] args)
      Runs the runtime PQC algorithm discovery scenario.

      Loads CLI properties, authenticates against ANKASecure©, and delegates to the scenario logic. On any unrecoverable error the JVM terminates via ExampleUtil.fatal(String, Throwable).

      Parameters:
      args - command-line arguments (ignored)