cryptoservices/certificateandkeymgmt/tder/example/safebag_secretbag.txt
changeset 0 2c201484c85f
child 8 35751d3474b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cryptoservices/certificateandkeymgmt/tder/example/safebag_secretbag.txt	Wed Jul 08 11:25:26 2009 +0100
@@ -0,0 +1,17 @@
+// SecretBag: A secret bag that contains a Symbian DevCert IMEI list
+// containing one element as its secret value.
+// PARAM1: The IMEI to include
+SEQUENCE
+	OID=PKCS12_BAGTYPES_SECRETBAG
+	EXPLICIT=0
+		SEQUENCE
+			OID=SYMBIAN_DEVICE_ID_LIST
+			EXPLICIT=0
+				SEQUENCE
+					UTF8STRING=$1
+				END
+			END
+		END
+	END
+	// No attributes
+END