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
Currently, if CiphertextType.deserialize is called with a byte containing anything other than a valid ciphertext type ID, it will return null. This seems like the wrong behavior to me.
Currently, if
CiphertextType.deserialize
is called with a byte containing anything other than a valid ciphertext type ID, it will returnnull
. This seems like the wrong behavior to me.https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/model/CiphertextType.java#L71-L75
The text was updated successfully, but these errors were encountered: