Class ExampleScenario17

Object
ExampleScenario17

public final class ExampleScenario17 extends Object
Scenario 17 – Rapid-Revocation Lifecycle (non-streaming)

This example shows:

  1. Generate an RSA-3072 key.
  2. Sign a local file successfully.
  3. Revoke the key.
  4. Attempt to sign again – expect a failure.
  5. Export the key spec and confirm status = REVOKED.

All artefacts live under temp_files/.

  • Constructor Details

    • ExampleScenario17

      public ExampleScenario17()
  • Method Details

    • main

      public static void main(String[] args)