sl@0: // SafeContents sl@0: // PARAM1: The filename of the DER encoded keyfile sl@0: // PARAM2: The name of the associated certificate file sl@0: // PARAM3: The 'friendly' name of the certificate sl@0: // SafeBag sl@0: SEQUENCE sl@0: OID=PKCS12_BAGTYPES_KEYBAG sl@0: EXPLICIT sl@0: INCLUDE_BINARY_FILE=$1 sl@0: END sl@0: // Attributes sl@0: SET sl@0: SEQUENCE sl@0: OID=PKCS9_LOCAL_KEYID sl@0: SET sl@0: OUTPUT_BINARY_FILE=localkeyid_im002.der,1 sl@0: OCTETSTRING sl@0: HASH=sha1 sl@0: INCLUDE_BINARY_FILE=$2 sl@0: END sl@0: END sl@0: END sl@0: END sl@0: END sl@0: SEQUENCE sl@0: sl@0: OID=PKCS9_FRIENDLY_NAME sl@0: SET sl@0: OUTPUT_BINARY_FILE=friendlyname_im002.der,1 sl@0: BMPSTRING=symbian sl@0: END sl@0: sl@0: END sl@0: END sl@0: END sl@0: END sl@0: sl@0: