Class ExampleScenario13
java.lang.Object
co.ankatech.ankasecure.sdk.examples.ExampleScenario13
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
:
- Select the first PQC signing algorithm with
securityLevel 5. - Select the first PQC encryption algorithm with
securityLevel 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).
- Validate round-trip integrity and print verbose metadata.
- Since:
- 3.0.0
- Author:
- ANKATech Solutions Inc.
- See Also:
-
Method Summary
-
Method Details
-
main
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)
-