Class ExampleScenario19
java.lang.Object
co.ankatech.ankasecure.sdk.examples.ExampleScenario19
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
:
- Select the first PQC signing algorithm with
securityLevel 5
. - Select the first PQC encryption algorithm with
securityLevel 3
. - Generate keys and exercise Compact JWS / Compact JWE helpers.
- Validate round-trip integrity and print verbose metadata.
- Since:
- 2.1.0
- Author:
- ANKATech – Security Engineering
-
Method Summary
-
Method Details
-
main
Entry-point.
-