Encryption Configuration
[Configuration Support]
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.
Definition at line 504 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setEncryptionAlgorithm(). Referenced by CryptPlugWrapper::setEncryptionAlgorithm(). |
|
Returns the algorithm used for encrypting.
Definition at line 509 of file cryptplugwrapper.cpp. |
|
Specifies whether email should be automatically encrypted, encrypted after confirmation, encrypted after confirmation for each part or not encrypted at all.
Definition at line 514 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setEncryptEmail(). Referenced by CryptPlugWrapper::setEncryptEmail(). |
|
Returns whether email should be automatically encrypted, encrypted after confirmation, encrypted after confirmation for each part or not encrypted at all.
Definition at line 519 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted when the user tries to send an email message unencrypted.
Definition at line 529 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setWarnSendUnencrypted(). Referenced by CryptPlugWrapper::setWarnSendUnencrypted(). |
|
Returns whether a warning should be emitted when the user tries to send an email message unencrypted.
Definition at line 534 of file cryptplugwrapper.cpp. |
|
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.
Definition at line 863 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setAlwaysEncryptToSelf(). Referenced by CryptPlugWrapper::setAlwaysEncryptToSelf(). |
|
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.
Definition at line 858 of file cryptplugwrapper.cpp. |
|
Specifies whether encrypted email messages should be stored encrypted or decrypted.
Definition at line 547 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setSaveMessagesEncrypted(). Referenced by CryptPlugWrapper::setSaveMessagesEncrypted(). |
|
Returns whether encrypted email messages should be stored encrypted or decrypted.
Definition at line 552 of file cryptplugwrapper.cpp. |
|
Specifies whether the certificate path should be checked during encryption.
Definition at line 563 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setCheckCertificatePath(). Referenced by CryptPlugWrapper::setCheckCertificatePath(). |
|
Returns whether the certificate path should be checked during encryption.
Definition at line 568 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if the certificate of the receiver expires in the near future.
Definition at line 584 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setReceiverCertificateExpiryNearWarning(). Referenced by CryptPlugWrapper::setReceiverCertificateExpiryNearWarning(). |
|
Returns whether a warning should be emitted if the certificate of the receiver expires in the near future.
Definition at line 589 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a receiver certificate must be valid before it is considered to expire in the near future.
Definition at line 595 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setReceiverCertificateExpiryNearWarningInterval(). Referenced by CryptPlugWrapper::setReceiverCertificateExpiryNearWarningInterval(). |
|
Returns the number of days which a receiver certificate must be valid before it is considered to expire in the near future.
Definition at line 600 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if a certificate in the chain expires in the near future.
Definition at line 605 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setCertificateInChainExpiryNearWarning(). Referenced by CryptPlugWrapper::setCertificateInChainExpiryNearWarning(). |
|
Returns whether a warning should be emitted if a certificate in the chain expires in the near future.
Definition at line 610 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a certificate in the chain must be valid before it is considered to expire in the near future.
Definition at line 616 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setCertificateInChainExpiryNearWarningInterval(). Referenced by CryptPlugWrapper::setCertificateInChainExpiryNearWarningInterval(). |
|
Returns the number of days which a certificate in the chain must be valid before it is considered to expire in the near future.
Definition at line 621 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning is emitted if the email address of the receiver does not appear in the certificate.
Definition at line 626 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setReceiverEmailAddressNotInCertificateWarning(). Referenced by CryptPlugWrapper::setReceiverEmailAddressNotInCertificateWarning(). |
|
Returns whether a warning is emitted if the email address of the receiver does not appear in the certificate.
Definition at line 631 of file cryptplugwrapper.cpp. |
|
Specifies whether certificate revocation lists should be used.
Definition at line 643 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setEncryptionUseCRLs(). Referenced by CryptPlugWrapper::setEncryptionUseCRLs(). |
|
Returns whether certificate revocation lists should be used.
Definition at line 653 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if any of the certificates involved in the signing process expires in the near future.
Definition at line 659 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setEncryptionCRLExpiryNearWarning(). Referenced by CryptPlugWrapper::setEncryptionCRLExpiryNearWarning(). |
|
Returns whether a warning should be emitted if any of the certificates involved in the signing process expires in the near future.
Definition at line 664 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a certificate must be valid before it is considered to expire in the near future.
Definition at line 669 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setEncryptionCRLNearExpiryInterval(). Referenced by CryptPlugWrapper::setEncryptionCRLNearExpiryInterval(). |
|
Returns the number of days which a certificate must be valid before it is considered to expire in the near future.
Definition at line 674 of file cryptplugwrapper.cpp. |