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
Because DefaultCryptoMaterialsManager adds a value to the encryption context if a signed algorithm suite is used, we need to throw an error if the requested encryption context already contains that key.
get the value of the key in the encryption context dictionary to be the
same (as well as name of the key), but then learned this wasn't what
we wanted. Wrote a test that I confirm works only after the change is
added.
Because
DefaultCryptoMaterialsManager
adds a value to the encryption context if a signed algorithm suite is used, we need to throw an error if the requested encryption context already contains that key.https://github.com/aws/aws-encryption-sdk-java/blob/eb8702e82759cca53eddc3b5f8423e74ec31aff1/src/main/java/com/amazonaws/encryptionsdk/DefaultCryptoMaterialsManager.java#L55-L58
The text was updated successfully, but these errors were encountered: