|
AusweisApp
|
Response APDU for Secure Messaging as defined in TR-03110-3. Mehr ...
#include <SecureMessagingResponse.h>
Öffentliche Methoden | |
| SecureMessagingResponse (const ResponseApdu &pApdu) | |
| QByteArray | getMac () const |
| Returns the cryptographic checksum. | |
| StatusCode | getSecuredStatusCode () const |
| Returns the processing status. | |
| QByteArray | getSecuredStatusCodeBytes () const |
| Returns the processing status bytes. | |
| QByteArray | getSecuredStatusCodeObjectEncoded () const |
| Returns the encoded ASN.1 object containing the processing status. | |
Ö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. | |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::SecureMessagingApdu | |
| SecureMessagingApdu () | |
| bool | decodeData (QByteArray &pData) |
| void | setValid () |
Response APDU for Secure Messaging as defined in TR-03110-3.
|
explicit |
| QByteArray SecureMessagingResponse::getMac | ( | ) | const |
Returns the cryptographic checksum.
| StatusCode SecureMessagingResponse::getSecuredStatusCode | ( | ) | const |
Returns the processing status.
| QByteArray SecureMessagingResponse::getSecuredStatusCodeBytes | ( | ) | const |
Returns the processing status bytes.
| QByteArray SecureMessagingResponse::getSecuredStatusCodeObjectEncoded | ( | ) | const |
Returns the encoded ASN.1 object containing the processing status.