Skip to content

Commit 28788dc

Browse files
bitlogikaf-anssi
authored andcommitted
Remove unused import
1 parent f10132e commit 28788dc

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/fr/anssi/smartpgp/CmacKey.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ of the License, or (at your option) any later version.
2222

2323
import javacard.framework.*;
2424
import javacard.security.*;
25-
import javacardx.apdu.*;
2625
import javacardx.crypto.*;
2726

2827
public final class CmacKey {

src/fr/anssi/smartpgp/CmacSignature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ of the License, or (at your option) any later version.
2222

2323
import javacard.framework.*;
2424
import javacard.security.*;
25-
import javacardx.apdu.*;
2625
import javacardx.crypto.*;
2726

2827
public final class CmacSignature {

src/fr/anssi/smartpgp/SecureMessaging.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ of the License, or (at your option) any later version.
2222

2323
import javacard.framework.*;
2424
import javacard.security.*;
25-
import javacardx.apdu.*;
2625
import javacardx.crypto.*;
2726

2827
public final class SecureMessaging {

0 commit comments

Comments
 (0)