|
AusweisApp2
|
#include <DidAuthenticateEac2.h>
Öffentliche Methoden | |
| DIDAuthenticateEAC2 () | |
| virtual | ~DIDAuthenticateEAC2 () |
| const ConnectionHandle & | getConnectionHandle () const |
| const QString & | getDidName () const |
| const QString & | getSignature () const |
| const QString & | getEphemeralPublicKey () const |
| const QVector< QSharedPointer < const CVCertificate > > & | getCvCertificates () const |
| const QByteArrayList & | getCvCertificatesAsBinary () const |
Öffentliche Methoden geerbt von governikus::PaosMessage | |
| PaosMessage (PaosType pType) | |
| virtual | ~PaosMessage () |
| const QString & | getMessageId () const |
| void | setMessageId (const QString &messageId) |
| const QString & | getRelatesTo () const |
| void | setRelatesTo (const QString &relatesTo) |
Freundbeziehungen | |
| class | DidAuthenticateEac2Parser |
| class | ::test_StateProcessCertificatesFromEac2 |
Weitere Geerbte Elemente | |
Öffentliche Attribute geerbt von governikus::PaosMessage | |
| const PaosType | mType |
Geschützte Methoden geerbt von governikus::PaosMessage | |
| bool | handleWSAddressingHeaders (const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes) |
| DIDAuthenticateEAC2::DIDAuthenticateEAC2 | ( | ) |
|
virtual |
| const ConnectionHandle & DIDAuthenticateEAC2::getConnectionHandle | ( | ) | const |
| const QVector< QSharedPointer< const CVCertificate > > & DIDAuthenticateEAC2::getCvCertificates | ( | ) | const |
| const QByteArrayList & DIDAuthenticateEAC2::getCvCertificatesAsBinary | ( | ) | const |
| const QString & DIDAuthenticateEAC2::getDidName | ( | ) | const |
| const QString & DIDAuthenticateEAC2::getEphemeralPublicKey | ( | ) | const |
| const QString & DIDAuthenticateEAC2::getSignature | ( | ) | const |
|
friend |
|
friend |