You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk1/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/DirectKmsMaterialProvider.java
Copy file name to clipboardExpand all lines: sdk2/src/main/java/software/amazon/cryptools/dynamodbencryptionclientsdk2/encryption/providers/DirectKmsMaterialsProvider.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,8 @@ protected GenerateDataKeyResponse generateDataKey(final GenerateDataKeyRequest r
246
246
247
247
/**
248
248
* Extracts relevant information from {@code context} and uses it to populate fields in
249
-
* {@code kmsEc}. Currently, these fields are:
249
+
* {@code kmsEc}. Subclass can override the default implementation to provide an alternative
250
+
* encryption context in calls to KMS. Currently, the default implementation includes these fields:
250
251
* <dl>
251
252
* <dt>{@code HashKeyName}</dt>
252
253
* <dd>{@code HashKeyValue}</dd>
@@ -255,7 +256,7 @@ protected GenerateDataKeyResponse generateDataKey(final GenerateDataKeyRequest r
0 commit comments