org.apache.derby.impl.services.jce.JCECipherProvider default of bool is false other provider workaround, we need to re-init the cipher before every encrypt/decrypt see below. The Sun encryption provider does not need to re-init the cipher after each encrypt/decrypt. This is a speed up trick. Other crypto providers needs this because the encrypt/de ...