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