We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aceb6f commit f94d7f5Copy full SHA for f94d7f5
src/main/java/pro/javacard/gp/GPTool.java
@@ -464,7 +464,7 @@ public static void main(String[] argv) throws Exception {
464
// Get public key
465
PublicKey key = GPCrypto.pem2pubkey(fin);
466
if (key instanceof RSAPublicKey) {
467
- gp.putKey((RSAPublicKey) key, 0x73);
+ gp.putKey((RSAPublicKey) key, keyVersion);
468
}
469
470
0 commit comments