Compare commits
2 Commits
0b77c33d97
...
943f922668
Author | SHA1 | Date | |
---|---|---|---|
943f922668 | |||
52c4efd5f5 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
*.jar
|
||||
*.cap
|
||||
*/.venv/*
|
||||
*.pyc
|
||||
|
@ -150,9 +150,9 @@ public final class Constants {
|
||||
(byte)0xC0, /* 1st byte: "methods supported" see ISO 7816-4 */
|
||||
(byte)0x01, /* 2nd byte: "data coding byte" idem */
|
||||
|
||||
/* 3rd byte: command chaining + extended length; Set to 0x80 if
|
||||
extended length is not supported by card or reader */
|
||||
(byte)0xC0,
|
||||
/* 3rd byte: command chaining + extended length; Set to 0xC0 if
|
||||
extended length is supported by card and reader */
|
||||
(byte)0x80,
|
||||
|
||||
(byte)0x05, /* status indicator byte : operational state */
|
||||
(byte)0x90, /* SW1 */
|
||||
|
Loading…
Reference in New Issue
Block a user