cryptoservices/certificateandkeymgmt/tder/example/contentinfo.txt
author asimpson@symbian.org
Thu, 15 Oct 2009 17:48:29 +0100
branchRCL_1
changeset 13 e60b2dbc57a0
parent 0 2c201484c85f
child 8 35751d3474b7
permissions -rw-r--r--
Added tag PDK_2.0.0 for changeset 1d329321bec7

// A PKCS#7 un-encrypted data object
// PARAM1: file to include
// PARAM2: argument for safecontents (optional)
// PARAM3: argument for safecontents (optional)
// PARAM4: argument for safecontents (optional)
// PARAM5: argument for safecontents (optional)
// PARAM6: argument for safecontents (optional)
// PARAM7: argument for safecontents (optional)
// PARAM8: argument for safecontents (optional)
// PARAM9: argument for safecontents (optional)
// PARAM10: argument for safecontents (optional)
// PARAM11: argument for safecontents (optional)
// PARAM12: argument for safecontents (optional)
// PARAM13: argument for safecontents (optional)
// PARAM14: argument for safecontents (optional)
// PARAM15: argument for safecontents (optional)

SEQUENCE
	OID=PKCS7_DATA
	EXPLICIT=0
		OCTETSTRING
			INCLUDE=$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15
		END
	END
END