|
AusweisApp
|
Command APDU for Secure Messaging as defined in TR-03110-3. Mehr ...
#include <SecureMessagingCommand.h>
Öffentliche Methoden | |
| SecureMessagingCommand (const CommandApdu &pApdu) | |
| int | getExpectedLength () const |
| Returns the expected length. | |
| QByteArray | getExpectedLengthObjectEncoded () const |
| Returns the encoded ASN.1 object containing the expected length. | |
| QByteArray | getMac () const |
| Returns the cryptographic checksum. | |
Öffentliche Methoden geerbt von governikus::SecureMessagingApdu | |
| QByteArray | getEncryptedData () const |
| Returns the encrypted data without padding-content indicator. | |
| QByteArray | getEncryptedDataObjectEncoded () const |
| Returns the encoded ASN.1 object containing the encrypted data. | |
| bool | isValid () const |
| Is the message structure invalid, i.e. | |
Freundbeziehungen | |
| class | ::test_SecureMessaging |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::SecureMessagingApdu | |
| SecureMessagingApdu () | |
| bool | decodeData (QByteArray &pData) |
| void | setValid () |
Command APDU for Secure Messaging as defined in TR-03110-3.
|
explicit |
| int SecureMessagingCommand::getExpectedLength | ( | ) | const |
Returns the expected length.
| QByteArray SecureMessagingCommand::getExpectedLengthObjectEncoded | ( | ) | const |
Returns the encoded ASN.1 object containing the expected length.
| QByteArray SecureMessagingCommand::getMac | ( | ) | const |
Returns the cryptographic checksum.