maskCmd method
Implementation
@visibleForTesting
CommandAPDU maskCmd(final CommandAPDU cmd) {
CommandAPDU mcmd = cmd;
mcmd.cla |= ISO7816_CLA.SM_HEADER_AUTHN;
return mcmd;
}
@visibleForTesting
CommandAPDU maskCmd(final CommandAPDU cmd) {
CommandAPDU mcmd = cmd;
mcmd.cla |= ISO7816_CLA.SM_HEADER_AUTHN;
return mcmd;
}