Encryption Configuration
[Configuration Support]
Functions
- void CryptPlugWrapper::setEncryptionAlgorithm (EncryptionAlgorithm)
- EncryptionAlgorithm CryptPlugWrapper::encryptionAlgorithm ()
- void CryptPlugWrapper::setEncryptEmail (EncryptEmail)
- EncryptEmail CryptPlugWrapper::encryptEmail ()
- void CryptPlugWrapper::setWarnSendUnencrypted (bool)
- bool CryptPlugWrapper::warnSendUnencrypted ()
- void CryptPlugWrapper::setAlwaysEncryptToSelf (bool) KDE_DEPRECATED
- bool CryptPlugWrapper::alwaysEncryptToSelf () KDE_DEPRECATED
- void CryptPlugWrapper::setSaveMessagesEncrypted (bool)
- bool CryptPlugWrapper::saveMessagesEncrypted ()
- void CryptPlugWrapper::setCheckCertificatePath (bool)
- bool CryptPlugWrapper::checkCertificatePath ()
- void CryptPlugWrapper::setReceiverCertificateExpiryNearWarning (bool)
- bool CryptPlugWrapper::receiverCertificateExpiryNearWarning ()
- void CryptPlugWrapper::setReceiverCertificateExpiryNearWarningInterval (int)
- int CryptPlugWrapper::receiverCertificateExpiryNearWarningInterval ()
- void CryptPlugWrapper::setCertificateInChainExpiryNearWarning (bool)
- bool CryptPlugWrapper::certificateInChainExpiryNearWarning ()
- void CryptPlugWrapper::setCertificateInChainExpiryNearWarningInterval (int)
- int CryptPlugWrapper::certificateInChainExpiryNearWarningInterval ()
- void CryptPlugWrapper::setReceiverEmailAddressNotInCertificateWarning (bool)
- bool CryptPlugWrapper::receiverEmailAddressNotInCertificateWarning ()
- void CryptPlugWrapper::setEncryptionUseCRLs (bool)
- bool CryptPlugWrapper::encryptionUseCRLs ()
- void CryptPlugWrapper::setEncryptionCRLExpiryNearWarning (bool)
- bool CryptPlugWrapper::encryptionCRLExpiryNearWarning ()
- void CryptPlugWrapper::setEncryptionCRLNearExpiryInterval (int)
- int CryptPlugWrapper::encryptionCRLNearExpiryInterval ()
Detailed Description
The functions in this section provide the functionality to configure encryption handling and set and query the encryption configuration.
- Note:
- Whenever the term encryption is used here, it is supposed to mean both encryption and decryption, unless otherwise specified.
Function Documentation
|
Sets the algorithm used for encrypting.
|
|
Returns the algorithm used for encrypting.
|
|
Specifies whether email should be automatically encrypted, encrypted after confirmation, encrypted after confirmation for each part or not encrypted at all.
|
|
Returns whether email should be automatically encrypted, encrypted after confirmation, encrypted after confirmation for each part or not encrypted at all.
|
|
Specifies whether a warning should be emitted when the user tries to send an email message unencrypted.
|
|
Returns whether a warning should be emitted when the user tries to send an email message unencrypted.
|
|
Specifies whether messages outgoing in encrypted form should also be encrypted using the sender's certificate to enable her/him to read these messages later.
|
|
Returns whether messages outgoing in encrypted form should also be encrypted using the sender's certificate to enable her/him to read these messages later.
|
|
Specifies whether encrypted email messages should be stored encrypted or decrypted.
|
|
Returns whether encrypted email messages should be stored encrypted or decrypted.
|
|
Specifies whether the certificate path should be checked during encryption.
|
|
Returns whether the certificate path should be checked during encryption.
|
|
Specifies whether a warning should be emitted if the certificate of the receiver expires in the near future.
|
|
Returns whether a warning should be emitted if the certificate of the receiver expires in the near future.
|
|
Specifies the number of days which a receiver certificate must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a receiver certificate must be valid before it is considered to expire in the near future.
|
|
Specifies whether a warning should be emitted if a certificate in the chain expires in the near future.
|
|
Returns whether a warning should be emitted if a certificate in the chain expires in the near future.
|
|
Specifies the number of days which a certificate in the chain must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a certificate in the chain must be valid before it is considered to expire in the near future.
|
|
Specifies whether a warning is emitted if the email address of the receiver does not appear in the certificate.
|
|
Returns whether a warning is emitted if the email address of the receiver does not appear in the certificate.
|
|
Specifies whether certificate revocation lists should be used.
|
|
Returns whether certificate revocation lists should be used.
|
|
Specifies whether a warning should be emitted if any of the certificates involved in the signing process expires in the near future.
|
|
Returns whether a warning should be emitted if any of the certificates involved in the signing process expires in the near future.
|
|
Specifies the number of days which a certificate must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a certificate must be valid before it is considered to expire in the near future.
|