cryptoservices/filebasedcertificateandkeystores/test/keytool/keytoolfileview.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    38 	 void DisplayUsage();
    38 	 void DisplayUsage();
    39 	 void BoilerPlate();
    39 	 void BoilerPlate();
    40 	 void DisplayKeyInfoL(CCTKeyInfo& aKey, TBool aIsDetailed, TBool aPageWise);
    40 	 void DisplayKeyInfoL(CCTKeyInfo& aKey, TBool aIsDetailed, TBool aPageWise);
    41 	 void DisplayErrorL(const TDesC& aError, TBool aPageWise);
    41 	 void DisplayErrorL(const TDesC& aError, TBool aPageWise);
    42 	 void DisplayErrorL(const TDesC& aError, TInt aErrorCode, TBool aPageWise);
    42 	 void DisplayErrorL(const TDesC& aError, TInt aErrorCode, TBool aPageWise);
    43 	 void DisplayCertL(CCTCertInfo& aCert, CCertificate& aCertificate, RUidArray aApps, TBool aIsDetailed, TBool aPageWise);
    43 	 void DisplayCertL(CCTCertInfo& aCert, CCertificate& aCertificate, RUidArray aApps, TBool aTrusted, TBool aIsDetailed, TBool aPageWise);
    44 	 	
    44 	 	
    45 protected:
    45 protected:
    46 
    46 
    47 	
    47 	
    48 private:
    48 private:
    53 	RFile iFile;
    53 	RFile iFile;
    54 	RPointerArray<HBufC> iArgs;
    54 	RPointerArray<HBufC> iArgs;
    55 	};
    55 	};
    56 
    56 
    57 #endif
    57 #endif
       
    58