Fix issue #20
This commit is contained in:
parent
af66739729
commit
89608a203e
@ -42,7 +42,7 @@ public final class SmartPGPApplet extends Applet {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user