cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp
changeset 29 ece3df019add
parent 8 35751d3474b7
--- a/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp	Fri Nov 06 13:21:00 2009 +0200
+++ b/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp	Tue Nov 24 09:06:03 2009 +0200
@@ -837,6 +837,10 @@
 	PrintInfoL(_L("\tMarked as trusted: "));
 	PrintInfoL( aTrusted ? _L("Yes"): _L("No"));
 	PrintInfoL(newline, aPageWise);
+	PrintInfoL(_L("\tMarked as Deletable : "));
+	PrintInfoL( aCertInfo.IsDeletable() ? _L("Yes"): _L("No"));
+
+	PrintInfoL(newline, aPageWise);
 	}
 	
 void KeyToolUtils::SetConsole(CConsoleBase *aConsole )