Class ExampleScenario16

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

public final class ExampleScenario16 extends Object
Scenario 16 — XMSS Streaming Detached JWS Verification.

End-to-end, file-oriented demonstration of streaming detached JWS verification with a pre-provisioned XMSS key (the SDK is data-plane-only — it does not create keys).

Since:
3.0.0
Author:
ANKATech Solutions Inc.
See Also:
  • Method Details

    • main

      public static void main(String[] args)
      Runs the XMSS streaming detached JWS verification 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)