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 checsum. | |
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. | |
![]() | |
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 | |
![]() | |
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 checsum.
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.