mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
Tweak API documentation entries for Cipher.
svn path=/trunk/kdesupport/qca/; revision=402823
This commit is contained in:
parent
1de05d8ff7
commit
8819b48829
@ -371,7 +371,8 @@ namespace QCA
|
||||
low level encryption and decryption within %QCA. You should
|
||||
not need to use it directly unless you are
|
||||
adding another capability to %QCA - you should be
|
||||
using a sub-class. AES is recommended for new applications.
|
||||
using a sub-class. AES128, AES192 and AES256 are recommended for
|
||||
new applications.
|
||||
*/
|
||||
class QCA_EXPORT Cipher : public Algorithm, public Filter
|
||||
{
|
||||
@ -486,7 +487,7 @@ namespace QCA
|
||||
\param iv the InitializationVector to use
|
||||
\param provider the name of the Provider to use
|
||||
|
||||
\note Padding only applies to CBC and ECB modes. CFB ciphertext is always
|
||||
\note Padding only applies to CBC and ECB modes. CFB and OFB ciphertext is always
|
||||
the length of the plaintext.
|
||||
*/
|
||||
Cipher(const QString &type, Direction dir, const SymmetricKey &key, const InitializationVector &iv, const QString &provider);
|
||||
|
Loading…
x
Reference in New Issue
Block a user