diff options
Diffstat (limited to 'src/applets/EC_Consts.java')
| -rw-r--r-- | src/applets/EC_Consts.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/applets/EC_Consts.java b/src/applets/EC_Consts.java index b7128dc..b607921 100644 --- a/src/applets/EC_Consts.java +++ b/src/applets/EC_Consts.java @@ -9,6 +9,9 @@ import javacard.security.KeyPair; import javacard.security.RandomData; public class EC_Consts { + public static final byte TAG_ECPUBKEY = (byte) 0x41; + public static final byte TAG_ECPRIVKEY = (byte) 0x42; + public static byte[] EC_FP_P = null; public static byte[] EC_FP_A = null; public static byte[] EC_FP_B = null; |
