cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/withoutencryptparams/encrypted_contentinfo.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 10:03:04 +0200
changeset 55 581b7c2ef978
parent 8 35751d3474b7
permissions -rw-r--r--
Revision: 201011 Kit: 201011

// 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