Skip to content

Commit 1e2553a

Browse files
author
Anirav Kareddy
committed
Added class description for MaterialsDescription
1 parent c11f832 commit 1e2553a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/software/amazon/encryption/s3/materials/MaterialsDescription.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
import java.util.Collections;
77
import java.util.HashMap;
88
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+
*/
914

1015
public class MaterialsDescription {
1116
private final Map<String, String> materialsDescription;

0 commit comments

Comments
 (0)