Actions
RPC-GUI » History » Revision 6
« Previous |
Revision 6/11
(diff)
| Next »
Tobias Wich, 07/18/2014 10:32 AM
RPC-GUI¶
GUI Common Overview¶
- General information about the architecture of the Open eCard App can be found at
- Information about ISO/IEC 24727 and the EAC (Extended Access Control) protocol can be found at
- The EAC implementierung can be found at
- GUI elements for EAC can be found at
- 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
- UML diagrams for the GUI are shown in the following:
JSON Message Formats¶
Updated by Tobias Wich over 10 years ago · 6 revisions