{{toc}} h1. Abstract User Consent h2. GUI Common Overview * Information about ISO/IEC 24727 and the EAC (Extended Access Control) protocol can be found at ** http://dev.openecard.org/attachments/download/350/ISO24727%20EAC.ppt * The EAC implementierung can be found at ** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112 * GUI elements for EAC can be found at ** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/gui * The GUI is called via the method @public DIDAuthenticateResponse perform(DIDAuthenticate request, Map 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: !gui_description.png! !gui_navigator.png! !swing_display.png!