Skip to content

Commit

Permalink
default configuration: private key import not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
philipWendland committed Oct 28, 2014
1 parent c2ddf7d commit a6f9121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/pwendland/javacard/pki/IsoApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class IsoApplet extends Applet implements ExtendedLength {

/* Card-specific configuration */
public static final boolean DEF_EXT_APDU = false;
public static final boolean DEF_PRIVATE_KEY_IMPORT_ALLOWED = true;
public static final boolean DEF_PRIVATE_KEY_IMPORT_ALLOWED = false;

/* ISO constants not in the "ISO7816" interface */
// File system related INS:
Expand Down

0 comments on commit a6f9121

Please sign in to comment.