#include <SecureMessaging.h>
|
| | SecureMessaging (const SecurityProtocol &pSecurityProtocol, const QByteArray &pEncKey, const QByteArray &pMacKey) |
| |
| | ~SecureMessaging ()=default |
| |
| bool | isInitialized () const |
| | Returns true, if initialization succeeded, i.e.
|
| |
| CommandApdu | encrypt (const CommandApdu &pCommandApdu) |
| |
| CommandApdu | decrypt (const CommandApdu &pEncryptedCommandApdu) |
| |
| ResponseApdu | encrypt (const ResponseApdu &pResponseApdu) |
| |
| ResponseApdu | decrypt (const ResponseApdu &pEncryptedResponseApdu) |
| |
◆ SecureMessaging()
| SecureMessaging::SecureMessaging |
( |
const SecurityProtocol & |
pSecurityProtocol, |
|
|
const QByteArray & |
pEncKey, |
|
|
const QByteArray & |
pMacKey |
|
) |
| |
◆ ~SecureMessaging()
| governikus::SecureMessaging::~SecureMessaging |
( |
| ) |
|
|
default |
◆ decrypt() [1/2]
| CommandApdu SecureMessaging::decrypt |
( |
const CommandApdu & |
pEncryptedCommandApdu | ) |
|
◆ decrypt() [2/2]
| ResponseApdu SecureMessaging::decrypt |
( |
const ResponseApdu & |
pEncryptedResponseApdu | ) |
|
◆ encrypt() [1/2]
| CommandApdu SecureMessaging::encrypt |
( |
const CommandApdu & |
pCommandApdu | ) |
|
◆ encrypt() [2/2]
| ResponseApdu SecureMessaging::encrypt |
( |
const ResponseApdu & |
pResponseApdu | ) |
|
◆ isInitialized()
| bool SecureMessaging::isInitialized |
( |
| ) |
const |
Returns true, if initialization succeeded, i.e.
the algorithm is known, supported and the keys have correct size.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: