aboutsummaryrefslogtreecommitdiff
path: root/src/applets/ECKeyTester.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/applets/ECKeyTester.java')
-rw-r--r--src/applets/ECKeyTester.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applets/ECKeyTester.java b/src/applets/ECKeyTester.java
index 91d7a8b..757ece7 100644
--- a/src/applets/ECKeyTester.java
+++ b/src/applets/ECKeyTester.java
@@ -13,6 +13,7 @@ public class ECKeyTester {
private KeyAgreement ecdhcKeyAgreement = null;
private Signature ecdsaSignature = null;
+ //TODO: move these SW definitions to the main applet class.
public final static short SW_SIG_LENGTH_MISMATCH = (short) 0xee4;
public final static short SW_SIG_VERIFY_FAIL = (short) 0xee5;