24 QByteArray mEfCardSecurity;
25 QByteArray mAuthenticationToken;
27 QByteArray mChallenge;
29 void createDIDAuthenticateResponseEAC2Element();
30 void createAuthenticationProtocolDataElement();
32 void createBodyElement()
override;
39 void setNonce(
const QByteArray& pNonce);
Definition: DidAuthenticateResponseEac2.h:20
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:17
Definition: ResponseType.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16