Class ExampleScenario6
Object
ExampleScenario6
Scenario 6 Example (non-streaming signatures):
- Authenticates with
clientId
andclientSecret
- Generates a post-quantum Dilithium5 key (using
generateKey(GenerateKeySpec)
) - Signs a file in non-streaming mode
- Exports the entire key data (JSON), which includes the public portion
- Verifies the signature in non-streaming mode
This scenario demonstrates how to generate and use a Dilithium5 key for signing and verifying in a non-streaming fashion. It also shows exporting the key data (in JSON) for reference or backup.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario6
public ExampleScenario6()
-
-
Method Details
-
main
Entry point for executing Scenario 6.- Parameters:
args
- Not used.
-