cryptoservices/certificateandkeymgmt/tder/example/safebag_safecontents.txt
author Santosh V Patil <santosh.v.patil@nokia.com>
Fri, 14 Aug 2009 11:20:13 +0530
changeset 3 d2beca08722f
parent 0 2c201484c85f
child 8 35751d3474b7
permissions -rw-r--r--
Added missed out swi certificate store data file (Bug 284)

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