Class ExampleScenario17
java.lang.Object
co.ankatech.ankasecure.sdk.examples.ExampleScenario17
Scenario 17 – Rapid Revocation Lifecycle (Compact JWS)
This scenario validates that once an RSA-3072 key is revoked, subsequent
signing requests with the same kid
are rejected:
- Generate an RSA-3072 key.
- Create a first compact JWS.
- Revoke the key.
- Attempt a second signature (should fail).
- Export the key metadata and confirm
status = REVOKED
.
- Since:
- 2.1.0
- Author:
- ANKATech – Security Engineering
-
Method Summary
-
Method Details
-
main
Entry-point.
-