cryptoservices/certificateandkeymgmt/inc/x509cert.h
branchRCL_3
changeset 95 641f389e9157
parent 70 b38692a04122
child 96 a71299154b21
--- a/cryptoservices/certificateandkeymgmt/inc/x509cert.h	Thu Aug 19 11:38:48 2010 +0300
+++ b/cryptoservices/certificateandkeymgmt/inc/x509cert.h	Tue Aug 31 17:00:08 2010 +0300
@@ -616,13 +616,14 @@
 	* @return		The new X.509 certificate object. */
 	IMPORT_C static CX509Certificate* NewLC(const CX509Certificate& aCert);
 
-	/** Retrieves the subject key identifier of a certificate based on the decision whether
+   /** Retrieves the subject key identifier of a certificate based on the decision whether
 	* it is a CA certificate or not. If it is a CA certificate then returns the stored subject key id 
 	* as an extension in the certificate, any other certificate it returns the keyidentifier as 
 	* calculated by Symbian's proprietary logic.
 	* @return	The subject key identifier for the certificate. */
 	IMPORT_C TKeyIdentifier SubjectKeyIdL() const;
 				
+
 	/** Destructor.
 	* 
 	* Frees all resources owned by the object, prior to its destruction. */