cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
   835 		}
   835 		}
   836 	PrintInfoL(newline, aPageWise);
   836 	PrintInfoL(newline, aPageWise);
   837 	PrintInfoL(_L("\tMarked as trusted: "));
   837 	PrintInfoL(_L("\tMarked as trusted: "));
   838 	PrintInfoL( aTrusted ? _L("Yes"): _L("No"));
   838 	PrintInfoL( aTrusted ? _L("Yes"): _L("No"));
   839 	PrintInfoL(newline, aPageWise);
   839 	PrintInfoL(newline, aPageWise);
       
   840 	PrintInfoL(_L("\tMarked as Deletable : "));
       
   841 	PrintInfoL( aCertInfo.IsDeletable() ? _L("Yes"): _L("No"));
       
   842 
       
   843 	PrintInfoL(newline, aPageWise);
   840 	}
   844 	}
   841 	
   845 	
   842 void KeyToolUtils::SetConsole(CConsoleBase *aConsole )
   846 void KeyToolUtils::SetConsole(CConsoleBase *aConsole )
   843 	{
   847 	{
   844 	iConsole = aConsole;
   848 	iConsole = aConsole;