Loading source/Annex_D_UiccInterfaces/org/etsi/scp/wg3/uicc/jcapi/userinterface/UiccToolkitService.java +17 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,15 @@ public interface UiccToolkitService { */ public APDUResponse terminalProfileSession(String tpStr); /** * Perform Terminal Profile APDU command and all fetch/Terminal * Response APDU until (90 00) status word. * The test tool must not modify the Terminal Profile command. * @param Terminal Profile command parameters, as String * @return APDUResponse Object */ public APDUResponse terminalProfileSessionExact(String tpStr); /** * perform a Terminal Profile APDU command * @param Terminal Profile command parameters, as String Loading @@ -23,6 +32,14 @@ public interface UiccToolkitService { */ public APDUResponse terminalProfile(String tpStr); /** * Perform a Terminal Profile APDU command. * The test tool must not modify the Terminal Profile command. * @param Terminal Profile command parameters, as String * @return APDUResponse Object */ public APDUResponse terminalProfileExact(String tpStr); /** * perform a fetch APDU command * This method shall check a) that there is a pending 91XX and b) that expDataLength == XX (from 91XX). Loading Loading
source/Annex_D_UiccInterfaces/org/etsi/scp/wg3/uicc/jcapi/userinterface/UiccToolkitService.java +17 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,15 @@ public interface UiccToolkitService { */ public APDUResponse terminalProfileSession(String tpStr); /** * Perform Terminal Profile APDU command and all fetch/Terminal * Response APDU until (90 00) status word. * The test tool must not modify the Terminal Profile command. * @param Terminal Profile command parameters, as String * @return APDUResponse Object */ public APDUResponse terminalProfileSessionExact(String tpStr); /** * perform a Terminal Profile APDU command * @param Terminal Profile command parameters, as String Loading @@ -23,6 +32,14 @@ public interface UiccToolkitService { */ public APDUResponse terminalProfile(String tpStr); /** * Perform a Terminal Profile APDU command. * The test tool must not modify the Terminal Profile command. * @param Terminal Profile command parameters, as String * @return APDUResponse Object */ public APDUResponse terminalProfileExact(String tpStr); /** * perform a fetch APDU command * This method shall check a) that there is a pending 91XX and b) that expDataLength == XX (from 91XX). Loading