Skip to content

Commit 3ae4b9c

Browse files
author
Anirav Kareddy
committed
removed getMaterialsDescription() since it will be inherited from RawKeyring
1 parent cd3ac2c commit 3ae4b9c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ protected Map<String, DecryptDataKeyStrategy> decryptDataKeyStrategies() {
177177
return decryptDataKeyStrategies;
178178
}
179179

180-
public MaterialsDescription getMaterialsDescription() {
181-
return _materialsDescription;
182-
}
183-
184180
public static class Builder extends RawKeyring.Builder<AesKeyring, Builder> {
185181
private SecretKey _wrappingKey;
186182

0 commit comments

Comments
 (0)