Class ExampleScenario7
Object
ExampleScenario7
Scenario 7 Example (non-streaming):
- Authenticates using
clientId
andclientSecret
- Generates a symmetric AES-256 key (using
generateKey(GenerateKeySpec)
) - Encrypts a file (non-streaming)
- Decrypts the file (non-streaming)
- Verifies that the decrypted content matches the original
This example demonstrates a non-streaming encryption/decryption flow
with a symmetric AES-256 key. It leverages the AnkaSecureSdk
methods that generate keys via GenerateKeySpec
.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario7
public ExampleScenario7()
-
-
Method Details
-
main
Entry point for executing Scenario 7.- Parameters:
args
- Not used.
-