初始化
This commit is contained in:
19
Project/Src/com/cscn/Method.java
Normal file
19
Project/Src/com/cscn/Method.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.cscn;
|
||||
|
||||
import javacard.framework.APDU;
|
||||
|
||||
public class Method {
|
||||
|
||||
public void processData(APDU apdu)
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public void updateKey(APDU apdu)
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user