emphasize that derby encryption only supports NoPadding option
--------------------------------------------------------------
Key: DERBY-2821
URL: https://issues.apache.org/jira/browse/DERBY-2821
Project: Derby
Issue Type: Improvement
Components: Documentation
Affects Versions: 10.2.2.0
Reporter: Mike Matrigali
Priority: Minor
while doing support for a customer found that they had missed that Derby only
supported the NoPadding option in encryption. The existing section
says so in the list of supported options, but there is a section on how to
specify that points out allowed feedbackmodes but does not emphasize that
only NoPadding is allowed. I think the current documentation found at:
http://db.apache.org/derby/manuals/develop/develop115.html
Could be improved by adding to the following existing section:
By Java convention, an encryption algorithm is specified like this:
algorithmName/feedbackMode/padding
The only feedback modes allowed are:
* CBC
* CFB
* ECB
* OCB
By adding:
The only padding modes allowed is:
* NoPadding
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.