Class ExampleScenario3
Object
ExampleScenario3
Scenario 3 Example:
- Authenticates using
clientId
andclientSecret
- Generates a symmetric AES-256 key (using
generateKey(GenerateKeySpec)
) - Encrypts a file in streaming mode with that key
- Decrypts the file in streaming mode
- Compares original and decrypted content
This scenario illustrates how to manage symmetric keys (e.g., AES-256)
in a post-quantum aware environment, while still using the streaming
encryption/decryption methods from AnkaSecureSdk
.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario3
public ExampleScenario3()
-
-
Method Details
-
main
Entry point for executing Scenario 3.- Parameters:
args
- Not used.
-