Project

General

Profile

Actions

RPC-GUI » History » Revision 9

« Previous | Revision 9/11 (diff) | Next »
Hans-Martin Haase, 08/24/2015 11:24 AM


Abstract User Consent

GUI Common Overview

Following the abstract user interface is depicted. The implementation example with this abstract GUI is the EAC protocol which is described in more detail in http://dev.openecard.org/attachments/download/350/ISO24727%20EAC.ppt and the implementation of the protocol is available at https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112. The usage of the GUI parts which are required by the protocol are in a separate package https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/gui there you'll find an complex example of the usage of the abstract GUI. So how is the GUI called? The GUI is part of an SAL protocol and is called if the related SAL action is invoked, in this case this is the method public DIDAuthenticateResponse perform(DIDAuthenticate request, Map<String, Object> internalData) in class PACEStep. See https://github.com/ecsec/open-ecard/blob/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java

  • UML diagrams for the GUI are shown in the following:


Updated by Hans-Martin Haase over 8 years ago · 9 revisions

Also available in: PDF HTML TXT