Skip to content

Commit 0a4e85e

Browse files
committed
fix: remove pre-mature Deprecation notices
While the Master Key Provider and Master Key interfaces do not have a long term future, they are still supported, and safe to use. They will not be removed in version 3.x. They MAY be removed in a future Major Version, but only when AWS is preparing to release that new Major Version should AWS publish these deprecation notices.
1 parent d0d6454 commit 0a4e85e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/amazonaws/encryptionsdk/model/EncryptionMaterialsHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public List<String> getRequiredEncryptionContextKeys() {
9393
}
9494
}
9595

96-
@Deprecated
9796
public List<MasterKey> getMasterKeys() {
9897
if (materials != null) {
9998
return materials.getMasterKeys();

0 commit comments

Comments
 (0)