cryptoservices/certificateandkeymgmt/tder/example/safebag_safecontents.txt
author Santosh V Patil <santosh.v.patil@nokia.com>
Mon, 28 Jun 2010 09:47:25 +0530
branchRCL_3
changeset 56 831589831d04
parent 8 35751d3474b7
permissions -rw-r--r--
Made additional changes for bug 1170

// SafeContents
// PARAM1: file to include
// PARAM2: argument for nested data structure
// PARAM3: argument for nested data structure
// PARAM4: argument for nested data structure
// PARAM5: argument for nested data structure
// PARAM6: argument for nested data structure
// PARAM7: argument for nested data structure
// PARAM8: argument for nested data structure
// PARAM9: argument for nested data structure
// PARAM10: argument for nested data structure
// PARAM11: argument for nested data structure
// PARAM12: argument for nested data structure
// PARAM13: argument for nested data structure
// PARAM14: argument for nested data structure
// PARAM15: argument for nested data structure
// PARAM16: argument for nested data structure

SEQUENCE
	OID=PKCS12_BAGTYPES_SAFECONTENTSBAG
	EXPLICIT=0
		INCLUDE=safecontents.txt,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16		
	END
	// Attributes
	SET
		SEQUENCE
			OID=PKCS9_FRIENDLY_NAME
			SET
				BMPSTRING=Safe Contents
			END
		END	
	END
END