cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/withoutencryptparams/encrypted_contentinfo.txt
author andy.simpson <andrews@symbian.org>
Tue, 15 Dec 2009 14:32:14 +0000
changeset 28 9a43d0ab4b83
parent 8 35751d3474b7
permissions -rw-r--r--
Added tag PDK_3.0.d for changeset f9c11be8c0b3

// 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=encrypteddata_withoutsalt.der,1
	SEQUENCE
		OID=PKCS7_ENCRYPTEDDATA
		EXPLICIT		
			SEQUENCE
				INTEGER=0
				SEQUENCE
					OID=PKCS7_data
					SEQUENCE
						OID=$3
			
					END
					IMPLICIT=0
						OCTETSTRING
							OUTPUT_BINARY_FILE=encrypteddata_withoutsalt_content.der,1
	  							ENCRYPT=$4,$5,$6
									INCLUDE=$7,$8,$9,$10,$11,$12,$13
								END
							END
						END
					END
				END
			END
		END	
	END
END