5#include "pxcrypt/pxcrypt_codec_export.h"
9#include <QScopedPointer>
22 std::unique_ptr<DecoderPrivate> d_ptr;
28 Decoder(std::unique_ptr<DecoderPrivate> d);
The Encoder class is a base class from which all PxCrypt decoders derive in order to skim and decrypt...
Definition decoder.h:17
void setPresharedKey(const QByteArray &key)
Definition decoder.cpp:68
QByteArray presharedKey() const
Definition decoder.cpp:58
The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is...
Definition decoder.cpp:6