|
AusweisApp2
|
#include <IfdEstablishContextResponse.h>
Öffentliche Methoden | |
| IfdEstablishContextResponse (const QString &pIfdName, const QString &pResultMinor=QString()) | |
| IfdEstablishContextResponse (const QJsonObject &pMessageObject) | |
| virtual | ~IfdEstablishContextResponse () override=default |
| const QString & | getIfdName () const |
| virtual QJsonDocument | toJson (const QString &pContextHandle) const override |
Öffentliche Methoden geerbt von governikus::RemoteMessageResponse | |
| RemoteMessageResponse (RemoteCardMessageType pType, const QString &pResultMinor=QString()) | |
| RemoteMessageResponse (const QJsonObject &pMessageObject) | |
| virtual | ~RemoteMessageResponse () override=default |
| bool | resultHasError () const |
| const QString & | getResultMinor () const |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::RemoteMessageResponse | |
| virtual QJsonObject | createMessageBody (const QString &pContextHandle) const override |
| IfdEstablishContextResponse::IfdEstablishContextResponse | ( | const QString & | pIfdName, |
| const QString & | pResultMinor = QString() |
||
| ) |
| IfdEstablishContextResponse::IfdEstablishContextResponse | ( | const QJsonObject & | pMessageObject | ) |
|
overridevirtualdefault |
| const QString & IfdEstablishContextResponse::getIfdName | ( | ) | const |
|
overridevirtual |