Commit 8b38e78b authored by berge's avatar berge
Browse files

Added fx_setInitialSscForMessageAuthentication()

parent 9371ce50
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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