Uses of Class
iaik.tc.tss.api.structs.tpm.TcTpmCompositeHash

Packages that use TcTpmCompositeHash
iaik.tc.tss.api.structs.tpm   
 

Uses of TcTpmCompositeHash in iaik.tc.tss.api.structs.tpm
 

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmCompositeHash
 TcTpmCompositeHash TcTpmPcrInfo.getDigestAtCreation()
          Returns contents of the digestAtCreation field.
 TcTpmCompositeHash TcITpmPcrInfo.getDigestAtCreation()
           
 TcTpmCompositeHash TcTpmPcrInfoLong.getDigestAtCreation()
          Returns contents of the digestAtCreation field.
 TcTpmCompositeHash TcTpmPcrInfo.getDigestAtRelease()
          Returns contents of the digestAtRelease field.
 TcTpmCompositeHash TcITpmPcrInfo.getDigestAtRelease()
           
 TcTpmCompositeHash TcTpmPcrInfoShort.getDigestAtRelease()
          Returns contents of the digestAtRelease field.
 TcTpmCompositeHash TcTpmPcrInfoLong.getDigestAtRelease()
          Returns contents of the digestAtRelease field.
 TcTpmCompositeHash TcTpmQuoteInfo.getDigestValue()
          Returns contents of the digestValue field (i.e.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmCompositeHash
 void TcTpmPcrInfoShort.init(TcTpmPcrSelection pcrSelection, short localityAtRelease, TcTpmCompositeHash digestAtRelease)
          Set all required members
 void TcTpmPcrInfo.setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
          Sets the digestAtCreation field.
 void TcITpmPcrInfo.setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
           
 void TcTpmPcrInfoLong.setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
          Sets the digestAtCreation field.
 void TcTpmPcrInfo.setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
          Sets the digestAtRelease field.
 void TcITpmPcrInfo.setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
           
 void TcTpmPcrInfoShort.setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
          Sets the digestAtRelease field.
 void TcTpmPcrInfoLong.setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
          Sets the digestAtRelease field.
 void TcTpmQuoteInfo.setDigestValue(TcTpmCompositeHash digestValue)
          Sets the digestValue field.