iaik.tc.tss.api.structs.tpm
Interface TcITpmPcrInfo

All Known Implementing Classes:
TcTpmPcrInfo, TcTpmPcrInfoLong

public interface TcITpmPcrInfo

This class is a common interface for TcTpmPcrInfo (1.1 TPM Spec) and TcTpmPcrInfoLong (1.2 TPM Spec). It combines the methods that the 1.1 and the 1.2 structure have in common into one interface. This interface can then be used where either a 1.1 or a 1.2 structure can be used.


Method Summary
 TcTpmCompositeHash getDigestAtCreation()
           
 TcTpmCompositeHash getDigestAtRelease()
           
 TcBlobData getEncoded()
           
 void setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
           
 void setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
           
 

Method Detail

getDigestAtCreation

TcTpmCompositeHash getDigestAtCreation()

setDigestAtCreation

void setDigestAtCreation(TcTpmCompositeHash digestAtCreation)

getDigestAtRelease

TcTpmCompositeHash getDigestAtRelease()

setDigestAtRelease

void setDigestAtRelease(TcTpmCompositeHash digestAtRelease)

getEncoded

TcBlobData getEncoded()