summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java')
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java21
1 files changed, 8 insertions, 13 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java
index 339f2db3..de6e777c 100644
--- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java
+++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/mobilebku/MobileBKUCommunicationState.java
@@ -20,23 +20,18 @@ package at.asit.pdfover.gui.workflow.states.mobilebku;
*/
public enum MobileBKUCommunicationState {
- /**
- * POST SL Request to A-Trust BKU
- */
+ /** POST SL Request to A-Trust BKU */
POST_REQUEST,
- /**
- * POST User informations (number, password) to A-Trust BKU
- */
+ /** POST User informations (number, password) to A-Trust BKU */
POST_NUMBER,
- /**
- * POST tan to A-Trust BKU and retrieve SL Response
- */
+ /** POST tan to A-Trust BKU and retrieve SL Response */
POST_TAN,
- /**
- * Final state
- */
- FINAL
+ /** Final state */
+ FINAL,
+
+ /** Cancel state */
+ CANCEL
}