cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_view_imp.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    36 	 void DisplayUsage();
    36 	 void DisplayUsage();
    37 	 void BoilerPlate();
    37 	 void BoilerPlate();
    38 	 void DisplayKeyInfoL(CCTKeyInfo& aKey, TBool aIsDetailed, TBool aPageWise);
    38 	 void DisplayKeyInfoL(CCTKeyInfo& aKey, TBool aIsDetailed, TBool aPageWise);
    39 	 void DisplayErrorL(const TDesC& aError, TBool aPageWise);
    39 	 void DisplayErrorL(const TDesC& aError, TBool aPageWise);
    40 	 void DisplayErrorL(const TDesC& aError, TInt aErrorCode, TBool aPageWise);
    40 	 void DisplayErrorL(const TDesC& aError, TInt aErrorCode, TBool aPageWise);
    41 	 void DisplayCertL(CCTCertInfo& aCert, CCertificate& aCertificate, RUidArray aApps, TBool aIsDetailed, TBool aPageWise);
    41 	 void DisplayCertL(CCTCertInfo& aCert, CCertificate& aCertificate, RUidArray aApps, TBool aTrusted, TBool aIsDetailed, TBool aPageWise);
    42 	 	
    42 	 	
    43 protected:
    43 protected:
    44 
    44 
    45 	
    45 	
    46 private:
    46 private:
    49 private:
    49 private:
    50 	CConsoleBase	& iConsole;
    50 	CConsoleBase	& iConsole;
    51 	};
    51 	};
    52 
    52 
    53 #endif
    53 #endif
       
    54