cryptoservices/certificateandkeymgmt/tder/example/safebag_keybag.txt
changeset 8 35751d3474b7
parent 0 2c201484c85f
--- a/cryptoservices/certificateandkeymgmt/tder/example/safebag_keybag.txt	Tue Jul 21 01:04:32 2009 +0100
+++ b/cryptoservices/certificateandkeymgmt/tder/example/safebag_keybag.txt	Thu Sep 10 14:01:51 2009 +0300
@@ -1,32 +1,32 @@
-// SafeContents
-// PARAM1: The filename of the DER encoded keyfile
-// PARAM2: The name of the associated certificate file
-// PARAM3: The 'friendly' name of the certificate
-// SafeBag
-SEQUENCE
-	OID=PKCS12_BAGTYPES_KEYBAG
-	EXPLICIT
-		INCLUDE_BINARY_FILE=$1
-	END
-	// Attributes
-	SET
-		SEQUENCE
-			OID=PKCS9_LOCAL_KEYID
-			SET				
-				OCTETSTRING
-					HASH=sha1
-						INCLUDE_BINARY_FILE=$2
-					END
-				END
-			END
-		END 
-		SEQUENCE
-			OID=PKCS9_FRIENDLY_NAME
-			SET
-				BMPSTRING=$3
-			END
-		END	
-	END
-END
-
-
+// SafeContents
+// PARAM1: The filename of the DER encoded keyfile
+// PARAM2: The name of the associated certificate file
+// PARAM3: The 'friendly' name of the certificate
+// SafeBag
+SEQUENCE
+	OID=PKCS12_BAGTYPES_KEYBAG
+	EXPLICIT
+		INCLUDE_BINARY_FILE=$1
+	END
+	// Attributes
+	SET
+		SEQUENCE
+			OID=PKCS9_LOCAL_KEYID
+			SET				
+				OCTETSTRING
+					HASH=sha1
+						INCLUDE_BINARY_FILE=$2
+					END
+				END
+			END
+		END 
+		SEQUENCE
+			OID=PKCS9_FRIENDLY_NAME
+			SET
+				BMPSTRING=$3
+			END
+		END	
+	END
+END
+
+