This commit is contained in:
Arnaud Fontaine 2020-01-13 17:01:56 +01:00
parent af66739729
commit 89608a203e

View File

@ -42,7 +42,7 @@ public final class SmartPGPApplet extends Applet {
} }
public static final void install(byte[] buf, short off, byte len) { public static final void install(byte[] buf, short off, byte len) {
new SmartPGPApplet().register(); new SmartPGPApplet().register(buf, (short)(off + 1), buf[off]);
} }
private final PGPKey currentTagOccurenceToKey() { private final PGPKey currentTagOccurenceToKey() {