multimediacommsengine/mmcesrv/mmcemediamanager/inc/mcesecuredesstream.h
branchRCL_3
changeset 25 fb1bbf85a302
parent 18 91f50911ea81
child 45 3f7c7e6eea8a
equal deleted inserted replaced
18:91f50911ea81 25:fb1bbf85a302
   211         */
   211         */
   212        	void CopyStreamCryptoL( CMceSecureDesStream& aCopyFrom );
   212        	void CopyStreamCryptoL( CMceSecureDesStream& aCopyFrom );
   213        	void ForceUpdateStreamL();
   213        	void ForceUpdateStreamL();
   214     
   214     
   215    private:     
   215    private:     
   216     	/**
   216        	/**
   217         * Set Crypto Context to MCC after Encode/Decode SDP are done
   217        	* * Set Crypto Context to MCC after Encode/Decode SDP are done
   218         * @return void
   218        	* @return void
   219         */
   219        	*/
   220  		void SetCryptoContextL( );
   220        	void SetCryptoContextL( TBool aAnswer = ETrue );
   221  		
   221     
   222         
       
   223 		/**
   222 		/**
   224         * Base64 encoding
   223         * Base64 encoding
   225         * @since    Series 60 3.0 
   224         * @since    Series 60 3.0 
   226         * @param    aData,the data to encode into Base 64
   225         * @param    aData,the data to encode into Base 64
   227         * @param    aEncoded, encoded result
   226         * @param    aEncoded, encoded result
   420     	CMceComMediaStream& iMediaStream;
   419     	CMceComMediaStream& iMediaStream;
   421     	
   420     	
   422     	CSdpMediaField* iMediaField;
   421     	CSdpMediaField* iMediaField;
   423 
   422 
   424     	TBool iIsSAVP;
   423     	TBool iIsSAVP;
       
   424     	
       
   425     	TBool iRemoteChangeKey;
       
   426     	
   425 
   427 
   426     	TUint32 iCryptoContextOutId;
   428     	TUint32 iCryptoContextOutId;
   427 
   429 
   428     	TUint32 iCryptoContextInId;	
   430     	TUint32 iCryptoContextInId;	
   429 
   431