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

Packages that use TcTpmPcrInfoShort
iaik.tc.tss.api.structs.tpm   
iaik.tc.tss.impl.java.tsp.internal.offline   
 

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

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmPcrInfoShort
 TcTpmPcrInfoShort TcTpmQuoteInfo2.getInfoShort()
          Returns contents of the infoShort field.
 TcTpmPcrInfoShort TcTpmDelegatePublic.getPcrInfo()
          Returns contents of the pcrInfo field.
 TcTpmPcrInfoShort TcTpmEkBlobActivate.getPcrInfo()
          Returns contents of the pcrInfo field.
 TcTpmPcrInfoShort TcTpmNvDataPublic.getPcrInfoRead()
          Returns contents of the pcrInfoRead field.
 TcTpmPcrInfoShort TcTpmNvDataPublic.getPcrInfoWrite()
          Returns contents of the pcrInfoWrite field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmPcrInfoShort
 void TcTpmQuoteInfo2.setInfoShort(TcTpmPcrInfoShort infoShort)
          Sets the infoShort field.
 void TcTpmDelegatePublic.setPcrInfo(TcTpmPcrInfoShort pcrInfo)
          Sets the pcrInfo field.
 void TcTpmEkBlobActivate.setPcrInfo(TcTpmPcrInfoShort pcrInfo)
          Sets the pcrInfo field.
 void TcTpmNvDataPublic.setPcrInfoRead(TcTpmPcrInfoShort pcrInfoRead)
          Sets the pcrInfoRead field.
 void TcTpmNvDataPublic.setPcrInfoWrite(TcTpmPcrInfoShort pcrInfoWrite)
          Sets the pcrInfoWrite field.
 

Uses of TcTpmPcrInfoShort in iaik.tc.tss.impl.java.tsp.internal.offline
 

Methods in iaik.tc.tss.impl.java.tsp.internal.offline that return TcTpmPcrInfoShort
 TcTpmPcrInfoShort WrapTcPcrCompositeInfoShort.getPcrInfoShort()