package net.sf.scuba.smartcards;
/* loaded from: classes6.dex */
public interface APDUWrapper {
ResponseAPDU unwrap(ResponseAPDU responseAPDU);
CommandAPDU wrap(CommandAPDU commandAPDU);
}