cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/noencryptedcontent/encrypted_contentinfo.txt
author srilekhas <srilekhas@symbian.org>
Mon, 23 Aug 2010 12:52:45 +0100
branchRCL_3
changeset 93 f14a3bd1d491
parent 8 35751d3474b7
permissions -rw-r--r--
Merge RCL_3 fixes with latest delivery.

// An encrypted safe bag PKCS#7 encrypted data
// PARAM1: salt
// PARAM2: iteration count
// PARAM3: cipher_oid
// PARAM4: cipher
// PARAM5: key
// PARAM6: iv
// PARAM7: include file for safe contents
// PARAM8: argument for safecontents
// PARAM9: argument for safecontents
// PARAM10: argument for safecontents
// PARAM11: argument for safecontents
// PARAM12: argument for safecontents
// PARAM13: argument for safecontents
OUTPUT_BINARY_FILE=pkcs7_encryptedneg_noencryptedcon.der,1
	SEQUENCE
		OID=PKCS7_ENCRYPTEDDATA
		EXPLICIT		
			SEQUENCE
				INTEGER=0
				SEQUENCE
					OID=PKCS7_data
					SEQUENCE
						OID=$3
						SEQUENCE
							OCTETSTRING
								OUTPUT_BINARY_FILE=pkcs7_encryptedneg_nocontsalt.der,1
								RAW=$1
								END
							END
							INTEGER=$2
						END
					END
				END
			END
		END	
	END
END