We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11f832 commit 1e2553aCopy full SHA for 1e2553a
1 file changed
src/main/java/software/amazon/encryption/s3/materials/MaterialsDescription.java
@@ -6,6 +6,11 @@
6
import java.util.Collections;
7
import java.util.HashMap;
8
import java.util.Map;
9
+/**
10
+ * This class is used to store and manage key-value pairs that describe keyring,specifically for AES and RSA Keyring.
11
+ * This will be useful during re-encryption of instruction file.
12
+ * The stored Materials Description are immutable once created.
13
+ */
14
15
public class MaterialsDescription {
16
private final Map<String, String> materialsDescription;
0 commit comments