RPC-GUI » History » Version 8
Hans-Martin Haase, 08/24/2015 11:10 AM
Remove links to general papers about the achitecture. They are now contianed in the beginning document of the architecture section.
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 | * Information about ISO/IEC 24727 and the EAC (Extended Access Control) protocol can be found at |
8 | ** http://dev.openecard.org/attachments/download/350/ISO24727%20EAC.ppt |
||
9 | 2 | Detlef Hühnlein | |
10 | 6 | Tobias Wich | * The EAC implementierung can be found at |
11 | ** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112 |
||
12 | 1 | Detlef Hühnlein | |
13 | 6 | Tobias Wich | * GUI elements for EAC can be found at |
14 | ** https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/gui |
||
15 | 4 | Detlef Hühnlein | |
16 | 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 |
17 | |||
18 | * UML diagrams for the GUI are shown in the following: |
||
19 | !gui_description.png! |
||
20 | !gui_navigator.png! |
||
21 | !swing_display.png! |