Loading ePassport/ttcn/ePassport_Functions.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,12 @@ */ external function fx_setEncrypKeyFor3DES( in octetstring p_masterKey); /** * @desc Set the Send Sequence Counter used for Message Authentication * @param p_ssc SSC value */ external function fx_setInitialSscForMessageAuthentication(in octetstring p_ssc); /** * @desc This method verifies if a candidate certificate is trusted by a root CA * @param p_candidate The candidate certificate to verify Loading Loading
ePassport/ttcn/ePassport_Functions.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,12 @@ */ external function fx_setEncrypKeyFor3DES( in octetstring p_masterKey); /** * @desc Set the Send Sequence Counter used for Message Authentication * @param p_ssc SSC value */ external function fx_setInitialSscForMessageAuthentication(in octetstring p_ssc); /** * @desc This method verifies if a candidate certificate is trusted by a root CA * @param p_candidate The candidate certificate to verify Loading