Jean-Noel
Jean-Noel
`S3EncryptionClientRsaKeyPairTest#RsaPublicAndPrivateKeys` fails with the same error stack if running a range retrieval. It seems specific to RSA encryption keys. As mentioned in the documentation for [Ranged GET requests](https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-examples.html#ranged-gets), the decryption...
To add some more information on a point raised by @LDVSOFT, there is an issue with `PreparedStatement.setObject(int parameterIndex, Object x, int targetSqlType)` when x is of type `java.sql.Timestamp` and targetSqlType...