RPC-GUI » History » Revision 6
Revision 5 (Detlef Hühnlein, 03/31/2014 01:03 PM) → Revision 6/11 (Tobias Wich, 07/18/2014 10:32 AM)
h1. RPC-GUI h2. GUI Common Overview * General information about the architecture of the Generelle Informationen zur Architektur der Open eCard App can be found at finden sich unter ** http://www.ecsec.de/pub/2012_Sicherheit.pdf und ** http://www.ecsec.de/pub/2013_OID_Platform.pdf * Information about Informationen zu ISO/IEC 24727 and the und EAC (Extended Access Control) protocol can be found at Protokoll finden sich unter ** http://dev.openecard.org/attachments/download/350/ISO24727%20EAC.ppt * The EAC implementierung can be found at ** Die EAC-Implementierung ist hier zu finden: https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112 * GUI elements for GUI-Elemente für EAC can be found at ** sind hier: https://github.com/ecsec/open-ecard/tree/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/gui * The Der Aufruf der GUI is called via the method @public erfolgt in der Methode "public DIDAuthenticateResponse perform(DIDAuthenticate request, Map<String, Object> internalData)@ internalData)" in class PACEStep. See der Klasse PACEStep ab Zeile 117: https://github.com/ecsec/open-ecard/blob/stage/addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java * UML diagrams for the UML-Diagramme für die GUI are shown in the following: finden sich hier: !gui_description.png! !gui_navigator.png! !swing_display.png! h2. JSON Message Formats