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

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

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

Fields in iaik.tc.tss.api.structs.tpm declared as TcTpmStructVer
static TcTpmStructVer TcTpmStructVer.TPM_V1_1
          This constant can be used for TPM 1.1 version comparisons
 

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmStructVer
 TcTpmStructVer TcTpmBoundData.getVer()
          Returns contents of the ver field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmStructVer
 void TcTpmIdentityContents.setVer(TcTpmStructVer ver)
          Sets the ver field.
 void TcTpmBoundData.setVer(TcTpmStructVer ver)
          Sets the ver field.
 void TcTpmStoredData.setVer(TcTpmStructVer ver)
          Sets the ver field.
 void TcTpmKey.setVer(TcTpmStructVer ver)
          Sets the ver field.
 void TcTpmCertifyInfo.setVersion(TcTpmStructVer version)
          Sets the version field.
 void TcTpmQuoteInfo.setVersion(TcTpmStructVer version)
          Sets the version field.
 void TcTpmIdentityProof.setVersion(TcTpmStructVer version)
          Sets the version field.