certmanager/lib Library API Documentation

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

void CryptPlugWrapper::setEncryptionAlgorithm EncryptionAlgorithm   )  [inherited]
 

Sets the algorithm used for encrypting.

Definition at line 504 of file cryptplugwrapper.cpp.

References CryptPlugWrapper::setEncryptionAlgorithm().

Referenced by CryptPlugWrapper::setEncryptionAlgorithm().

EncryptionAlgorithm CryptPlugWrapper::encryptionAlgorithm  )  [inherited]
 

Returns the algorithm used for encrypting.

Definition at line 509 of file cryptplugwrapper.cpp.

void CryptPlugWrapper::setEncryptEmail EncryptEmail   )  [inherited]
 

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().

EncryptEmail CryptPlugWrapper::encryptEmail  )  [inherited]
 

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.

void CryptPlugWrapper::setWarnSendUnencrypted bool   )  [inherited]
 

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().

bool CryptPlugWrapper::warnSendUnencrypted  )  [inherited]
 

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.

void CryptPlugWrapper::setAlwaysEncryptToSelf bool   )  [inherited]
 

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().

bool CryptPlugWrapper::alwaysEncryptToSelf  )  [inherited]
 

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.

void CryptPlugWrapper::setSaveMessagesEncrypted bool   )  [inherited]
 

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().

bool CryptPlugWrapper::saveMessagesEncrypted  )  [inherited]
 

Returns whether encrypted email messages should be stored encrypted or decrypted.

Definition at line 552 of file cryptplugwrapper.cpp.

void CryptPlugWrapper::setCheckCertificatePath bool   )  [inherited]
 

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().

bool CryptPlugWrapper::checkCertificatePath  )  [inherited]
 

Returns whether the certificate path should be checked during encryption.

Definition at line 568 of file cryptplugwrapper.cpp.

void CryptPlugWrapper::setReceiverCertificateExpiryNearWarning bool   )  [inherited]
 

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().

bool CryptPlugWrapper::receiverCertificateExpiryNearWarning  )  [inherited]
 

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.

void CryptPlugWrapper::setReceiverCertificateExpiryNearWarningInterval int   )  [inherited]
 

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().

int CryptPlugWrapper::receiverCertificateExpiryNearWarningInterval  )  [inherited]
 

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.

void CryptPlugWrapper::setCertificateInChainExpiryNearWarning bool   )  [inherited]
 

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().

bool CryptPlugWrapper::certificateInChainExpiryNearWarning  )  [inherited]
 

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.

void CryptPlugWrapper::setCertificateInChainExpiryNearWarningInterval int   )  [inherited]
 

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().

int CryptPlugWrapper::certificateInChainExpiryNearWarningInterval  )  [inherited]
 

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.

void CryptPlugWrapper::setReceiverEmailAddressNotInCertificateWarning bool   )  [inherited]
 

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().

bool CryptPlugWrapper::receiverEmailAddressNotInCertificateWarning  )  [inherited]
 

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.

void CryptPlugWrapper::setEncryptionUseCRLs bool   )  [inherited]
 

Specifies whether certificate revocation lists should be used.

Definition at line 643 of file cryptplugwrapper.cpp.

References CryptPlugWrapper::setEncryptionUseCRLs().

Referenced by CryptPlugWrapper::setEncryptionUseCRLs().

bool CryptPlugWrapper::encryptionUseCRLs  )  [inherited]
 

Returns whether certificate revocation lists should be used.

Definition at line 653 of file cryptplugwrapper.cpp.

void CryptPlugWrapper::setEncryptionCRLExpiryNearWarning bool   )  [inherited]
 

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().

bool CryptPlugWrapper::encryptionCRLExpiryNearWarning  )  [inherited]
 

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.

void CryptPlugWrapper::setEncryptionCRLNearExpiryInterval int   )  [inherited]
 

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().

int CryptPlugWrapper::encryptionCRLNearExpiryInterval  )  [inherited]
 

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.

KDE Logo
This file is part of the documentation for certmanager/lib Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:18:52 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003