encryptjob.h (gpgme-1.15.0.tar.bz2) | : | encryptjob.h (gpgme-1.15.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 93 | skipping to change at line 93 | |||
/** | /** | |||
Starts the encryption operation. \a recipients is the a list of | Starts the encryption operation. \a recipients is the a list of | |||
keys to encrypt \a plainText to. Empty (null) keys are | keys to encrypt \a plainText to. Empty (null) keys are | |||
ignored. If \a recipients is empty, performs symmetric | ignored. If \a recipients is empty, performs symmetric | |||
(passphrase) encryption. | (passphrase) encryption. | |||
If \a alwaysTrust is true, validity checking for the keys will | If \a alwaysTrust is true, validity checking for the keys will | |||
not be performed, but full validity assumed for all keys | not be performed, but full validity assumed for all keys | |||
without further checks. | without further checks. | |||
*/ | */ | |||
virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const std::vector<GpgME: :Key> &recipients, | virtual GpgME::Error start(const std::vector<GpgME::Key> &recipients, | |||
const QByteArray &plainText, bool alwaysTrust = false) = 0; | const QByteArray &plainText, bool alwaysTrust = false) = 0; | |||
/*! | /*! | |||
\overload | \overload | |||
If \a cipherText is non-null, the ciphertext is written | If \a cipherText is non-null, the ciphertext is written | |||
there. Otherwise, it will be delivered in the second argument of | there. Otherwise, it will be delivered in the second argument of | |||
result(). | result(). | |||
\throws GpgME::Exception if starting fails | \throws GpgME::Exception if starting fails | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |