secureswitools/swisistools/source/sisxlibrary/sishash.h
changeset 26 04d4a7bbc3e0
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:98b66e4fb0be 26:04d4a7bbc3e0
    59 	virtual std::string Name () const;
    59 	virtual std::string Name () const;
    60 
    60 
    61 	void SetHash(const TUint8* aHash, TUint32 aHashSize);
    61 	void SetHash(const TUint8* aHash, TUint32 aHashSize);
    62 	bool VerifyAlgorithm () const;
    62 	bool VerifyAlgorithm () const;
    63 	const CSISBlob& Blob() const;
    63 	const CSISBlob& Blob() const;
    64 	void AddPackageEntry(std::wostream& aStream, bool aVerbose) const;
    64 	void AddPackageEntry(std::wostream& aStream, bool aVerbose, bool aCompatible) const;
    65 
    65 
    66 private:
    66 private:
    67 	CSISUInt32	iAlgorithm;
    67 	CSISUInt32	iAlgorithm;
    68 	CSISBlob	iBlob;
    68 	CSISBlob	iBlob;
    69 
    69