Go to the documentation of this file.
21#ifndef __KSMIMECRYPTO_H
22#define __KSMIMECRYPTO_H
25#include <QtCore/QList>
30class KSMIMECryptoPrivate;
62 rc signMessage(
const QByteArray &clearText,
63 QByteArray &cipherText,
77 rc checkDetachedSignature(
const QByteArray &clearText,
78 const QByteArray &signature,
90 rc checkOpaqueSignature(
const QByteArray &signedText,
91 QByteArray &clearText,
106 rc encryptMessage(
const QByteArray &clearText,
107 QByteArray &cipherText,
118 rc decryptMessage(
const QByteArray &cipherText,
119 QByteArray &clearText,
123 KSMIMECryptoPrivate *priv;
Dynamically load and wrap OpenSSL.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.