26 QByteArray mEfCardSecurity;
27 QByteArray mAuthenticationToken;
29 QByteArray mChallenge;
31 void createDIDAuthenticateResponseEAC2Element();
32 void createAuthenticationProtocolDataElement();
34 void createBodyElement()
override;
41 void setNonce(
const QByteArray& pNonce);
Definition DidAuthenticateResponseEac2.h:22
DIDAuthenticateResponseEAC2()
Definition DidAuthenticateResponseEac2.cpp:11
void setEfCardSecurity(const QByteArray &pEfCardSecurity)
Definition DidAuthenticateResponseEac2.cpp:67
void setNonce(const QByteArray &pNonce)
Definition DidAuthenticateResponseEac2.cpp:73
void setChallenge(const QByteArray &pChallenge)
Definition DidAuthenticateResponseEac2.cpp:79
void setAuthenticationToken(const QByteArray &pAuthenticationToken)
Definition DidAuthenticateResponseEac2.cpp:61
Definition PaosCreator.h:19
Definition ResponseType.h:22
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16