cryptoservices/certificateandkeymgmt/tder/example/safebag_secretbag.txt
author Santosh Patil <santosh.v.patil@nokia.com>
Wed, 08 Jul 2009 11:25:26 +0100
changeset 0 2c201484c85f
child 8 35751d3474b7
permissions -rw-r--r--
Move the Security package to EPL, and add the implementations of the cryptographic algorithms

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