Signature Configuration
[Configuration Support]
Detailed Description
The functions in this section provide the functionality to configure signature handling and set and query the signature configuration.Function Documentation
|
Sets the algorithm used for signing.
Definition at line 409 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setSignatureAlgorithm(). Referenced by CryptPlugWrapper::setSignatureAlgorithm(). |
|
Returns the algorithm used for signing.
Definition at line 414 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted when the user tries to send an email message unsigned.
Definition at line 422 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setWarnSendUnsigned(). Referenced by CryptPlugWrapper::setWarnSendUnsigned(). |
|
Returns whether a warning should be emitted when the user tries to send an email message unsigned.
Definition at line 427 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if the signature certificate expires in the near future.
Definition at line 440 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setSignatureCertificateExpiryNearWarning(). Referenced by CryptPlugWrapper::setSignatureCertificateExpiryNearWarning(). |
|
Returns whether a warning should be emitted if the signature certificate expires in the near future.
Definition at line 445 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a signature certificate must be valid before it is considered to expire in the near future.
Definition at line 450 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setSignatureCertificateExpiryNearInterval(). Referenced by CryptPlugWrapper::setSignatureCertificateExpiryNearInterval(). |
|
Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.
Definition at line 455 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if the CA certificate expires in the near future.
Definition at line 460 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setCACertificateExpiryNearWarning(). Referenced by CryptPlugWrapper::setCACertificateExpiryNearWarning(). |
|
Returns whether a warning should be emitted if the CA certificate expires in the near future.
Definition at line 465 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a CA certificate must be valid before it is considered to expire in the near future.
Definition at line 470 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setCACertificateExpiryNearInterval(). Referenced by CryptPlugWrapper::setCACertificateExpiryNearInterval(). |
|
Returns the number of days which a CA certificate must be valid before it is considered to expire in the near future.
Definition at line 475 of file cryptplugwrapper.cpp. |
|
Specifies whether a warning should be emitted if the root certificate expires in the near future.
Definition at line 480 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setRootCertificateExpiryNearWarning(). Referenced by CryptPlugWrapper::setRootCertificateExpiryNearWarning(). |
|
Returns whether a warning should be emitted if the root certificate expires in the near future.
Definition at line 485 of file cryptplugwrapper.cpp. |
|
Specifies the number of days which a root certificate must be valid before it is considered to expire in the near future.
Definition at line 490 of file cryptplugwrapper.cpp. References CryptPlugWrapper::setRootCertificateExpiryNearInterval(). Referenced by CryptPlugWrapper::setRootCertificateExpiryNearInterval(). |
|
Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.
Definition at line 495 of file cryptplugwrapper.cpp. |