Project

General

Profile

RPC-GUI » History » Version 7

Hans-Martin Haase, 08/24/2015 11:01 AM
Remove empty section JSON Message Format and add Table of Content.

1 7 Hans-Martin Haase
{{toc}}
2 1 Detlef Hühnlein
3 7 Hans-Martin Haase
h1. Abstract User Consent
4
5 6 Tobias Wich
h2. GUI Common Overview
6 1 Detlef Hühnlein
7 6 Tobias Wich
* General information about the architecture of the Open eCard App can be found at
8
** http://www.ecsec.de/pub/2012_Sicherheit.pdf
9
** http://www.ecsec.de/pub/2013_OID_Platform.pdf
10 1 Detlef Hühnlein
11 6 Tobias Wich
* Information about ISO/IEC 24727 and the EAC (Extended Access Control) protocol can be found at
12
** http://dev.openecard.org/attachments/download/350/ISO24727%20EAC.ppt
13 2 Detlef Hühnlein
14 6 Tobias Wich
* The EAC implementierung can be found at
15
** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112
16 1 Detlef Hühnlein
17 6 Tobias Wich
* GUI elements for EAC can be found at
18
** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/gui
19 4 Detlef Hühnlein
20 6 Tobias Wich
* The GUI is called via 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
21
22
* UML diagrams for the GUI are shown in the following:
23
!gui_description.png!
24
!gui_navigator.png!
25
!swing_display.png!