|
AusweisApp2
|
#include <SelfAuthenticationData.h>
Öffentliche Typen | |
| using | OrderedSelfData = QVector< QPair< QString, QString > > |
Öffentliche Methoden | |
| SelfAuthenticationData (const QByteArray &pData=QByteArray()) | |
| ~SelfAuthenticationData ()=default | |
| bool | isValid () const |
| QString | getValue (SelfAuthData pData) const |
| const QDateTime & | getDateTime () const |
| OrderedSelfData | getOrderedSelfData () const |
| using governikus::SelfAuthenticationData::OrderedSelfData = QVector<QPair<QString, QString> > |
| SelfAuthenticationData::SelfAuthenticationData | ( | const QByteArray & | pData = QByteArray() | ) |
|
default |
| const QDateTime & SelfAuthenticationData::getDateTime | ( | ) | const |
| SelfAuthenticationData::OrderedSelfData SelfAuthenticationData::getOrderedSelfData | ( | ) | const |
| QString SelfAuthenticationData::getValue | ( | SelfAuthData | pData | ) | const |
| bool SelfAuthenticationData::isValid | ( | ) | const |
Check if parsing of given data was successful.