Signature Configuration
[Configuration Support]
Functions
- void CryptPlugWrapper::setSignatureAlgorithm (SignatureAlgorithm)
- SignatureAlgorithm CryptPlugWrapper::signatureAlgorithm ()
- void CryptPlugWrapper::setWarnSendUnsigned (bool)
- bool CryptPlugWrapper::warnSendUnsigned ()
- void CryptPlugWrapper::setSignatureCertificateExpiryNearWarning (bool)
- bool CryptPlugWrapper::signatureCertificateExpiryNearWarning (void)
- void CryptPlugWrapper::setSignatureCertificateExpiryNearInterval (int)
- int CryptPlugWrapper::signatureCertificateExpiryNearInterval (void)
- void CryptPlugWrapper::setCACertificateExpiryNearWarning (bool)
- bool CryptPlugWrapper::caCertificateExpiryNearWarning (void)
- void CryptPlugWrapper::setCACertificateExpiryNearInterval (int)
- int CryptPlugWrapper::caCertificateExpiryNearInterval (void)
- void CryptPlugWrapper::setRootCertificateExpiryNearWarning (bool)
- bool CryptPlugWrapper::rootCertificateExpiryNearWarning (void)
- void CryptPlugWrapper::setRootCertificateExpiryNearInterval (int)
- int CryptPlugWrapper::rootCertificateExpiryNearInterval (void)
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.
|
|
Returns the algorithm used for signing.
|
|
Specifies whether a warning should be emitted when the user tries to send an email message unsigned.
|
|
Returns whether a warning should be emitted when the user tries to send an email message unsigned.
|
|
Specifies whether a warning should be emitted if the signature certificate expires in the near future.
|
|
Returns whether a warning should be emitted if the signature certificate expires in the near future.
|
|
Specifies the number of days which a signature certificate must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.
|
|
Specifies whether a warning should be emitted if the CA certificate expires in the near future.
|
|
Returns whether a warning should be emitted if the CA certificate expires in the near future.
|
|
Specifies the number of days which a CA certificate must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a CA certificate must be valid before it is considered to expire in the near future.
|
|
Specifies whether a warning should be emitted if the root certificate expires in the near future.
|
|
Returns whether a warning should be emitted if the root certificate expires in the near future.
|
|
Specifies the number of days which a root certificate must be valid before it is considered to expire in the near future.
|
|
Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.
|