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

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

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

Subclasses of TcTpmVersion in iaik.tc.tss.api.structs.tpm
 class TcTpmStructVer
          This indicates the version of the structure.
 

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

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmVersion
 TcTpmVersion TcTpmIdentityContents.getVer()
          Returns contents of the ver field.
 TcTpmVersion TcTpmStoredData.getVer()
          Returns contents of the ver field.
 TcTpmVersion TcTpmKey.getVer()
          Returns contents of the ver field.
 TcTpmVersion TcTpmCertifyInfo.getVersion()
          Returns contents of the version field.
 TcTpmVersion TcTpmCapVersionInfo.getVersion()
          Returns contents of the version field.
 TcTpmVersion TcTpmQuoteInfo.getVersion()
          Returns contents of the version field.
 TcTpmVersion TcTpmIdentityProof.getVersion()
          Returns contents of the version field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmVersion
 void TcTpmCapVersionInfo.setVersion(TcTpmVersion version)
          Sets the version field.