14#include <openssl/evp.h>
24#if OPENSSL_VERSION_NUMBER < 0x30000000L
Definition CipherMac.h:20
QByteArray generate(const QByteArray &pMessage)
Generates the MAC of a message.
Definition CipherMac.cpp:106
CipherMac(const SecurityProtocol &pSecurityProtocol, const QByteArray &pKeyBytes)
Creates a new instance with cipher algorithm determined by parameter and specified MAC key.
Definition CipherMac.cpp:16
bool isInitialized() const
Returns true, if initialization succeeded, i.e.
Definition CipherMac.cpp:94
~CipherMac()
Definition CipherMac.cpp:83
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114