KDE PIM / Developers / API Docs / certmanager / lib

Signature Configuration
[Configuration Support]

Functions


Detailed Description

The functions in this section provide the functionality to configure signature handling and set and query the signature configuration.

Function Documentation

void CryptPlugWrapper::setSignatureAlgorithm SignatureAlgorithm   )  [inherited]
 

Sets the algorithm used for signing.

SignatureAlgorithm CryptPlugWrapper::signatureAlgorithm  )  [inherited]
 

Returns the algorithm used for signing.

void CryptPlugWrapper::setWarnSendUnsigned bool   )  [inherited]
 

Specifies whether a warning should be emitted when the user tries to send an email message unsigned.

bool CryptPlugWrapper::warnSendUnsigned  )  [inherited]
 

Returns whether a warning should be emitted when the user tries to send an email message unsigned.

void CryptPlugWrapper::setSignatureCertificateExpiryNearWarning bool   )  [inherited]
 

Specifies whether a warning should be emitted if the signature certificate expires in the near future.

bool CryptPlugWrapper::signatureCertificateExpiryNearWarning void   )  [inherited]
 

Returns whether a warning should be emitted if the signature certificate expires in the near future.

void CryptPlugWrapper::setSignatureCertificateExpiryNearInterval int   )  [inherited]
 

Specifies the number of days which a signature certificate must be valid before it is considered to expire in the near future.

int CryptPlugWrapper::signatureCertificateExpiryNearInterval void   )  [inherited]
 

Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.

void CryptPlugWrapper::setCACertificateExpiryNearWarning bool   )  [inherited]
 

Specifies whether a warning should be emitted if the CA certificate expires in the near future.

bool CryptPlugWrapper::caCertificateExpiryNearWarning void   )  [inherited]
 

Returns whether a warning should be emitted if the CA certificate expires in the near future.

void CryptPlugWrapper::setCACertificateExpiryNearInterval int   )  [inherited]
 

Specifies the number of days which a CA certificate must be valid before it is considered to expire in the near future.

int CryptPlugWrapper::caCertificateExpiryNearInterval void   )  [inherited]
 

Returns the number of days which a CA certificate must be valid before it is considered to expire in the near future.

void CryptPlugWrapper::setRootCertificateExpiryNearWarning bool   )  [inherited]
 

Specifies whether a warning should be emitted if the root certificate expires in the near future.

bool CryptPlugWrapper::rootCertificateExpiryNearWarning void   )  [inherited]
 

Returns whether a warning should be emitted if the root certificate expires in the near future.

void CryptPlugWrapper::setRootCertificateExpiryNearInterval int   )  [inherited]
 

Specifies the number of days which a root certificate must be valid before it is considered to expire in the near future.

int CryptPlugWrapper::rootCertificateExpiryNearInterval void   )  [inherited]
 

Returns the number of days which a signature certificate must be valid before it is considered to expire in the near future.