Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performHashFile #9

Open
AskmeKolaric opened this issue Oct 16, 2020 · 0 comments
Open

performHashFile #9

AskmeKolaric opened this issue Oct 16, 2020 · 0 comments

Comments

@AskmeKolaric
Copy link

public static void performHashFile(ResponseAPDU r, CardChannel channel) {
try {
r = channel.transmit(new CommandAPDU(0x80, APDUCommand.PERFORM_HASH_OF_FILE.getCommand(), 0x90, 0x00));
switch (r.getSW1()) {

Is there any chance that you can share your CardChannel java file?
I am trying to figure out why do I have a problem with performHash on file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant