Uses of Class
iaik.tc.tss.api.structs.tsp.TcTssVersion

Packages that use TcTssVersion
iaik.tc.tss.api.structs.tsp   
iaik.tc.tss.api.tspi   
iaik.tc.tss.impl.java.tcs.soapservice   
iaik.tc.tss.impl.java.tsp   
iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice   
 

Uses of TcTssVersion in iaik.tc.tss.api.structs.tsp
 

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

Methods in iaik.tc.tss.api.structs.tsp that return TcTssVersion
 TcTssVersion TcTssPcrEvent.getVersionInfo()
          Returns contents of the versionInfo field.
 TcTssVersion TcTssKmKeyinfo.getVersionInfo()
          Returns contents of the versionInfo field.
 TcTssVersion TcTssValidation.getVersionInfo()
          Returns contents of the version info field.
 TcTssVersion TcTssEventCert.getVersionInfo()
          This method returns the content of the versionInfo field.
 TcTssVersion TcTssVersion.init(short major, short minor, short revMajor, short revMinor)
          Initialization method taking and setting all parameters at once.
 

Methods in iaik.tc.tss.api.structs.tsp with parameters of type TcTssVersion
 TcTssPcrEvent TcTssPcrEvent.init(TcTssVersion versionInfo, long pcrIndex, long eventType, TcBlobData pcrValue, TcBlobData event)
          Initialization method taking and setting all parameters at once.
 TcTssKmKeyinfo TcTssKmKeyinfo.init(TcTssVersion versionInfo, TcTssUuid keyUuid, TcTssUuid parentKeyUuid, short authDataUsage, boolean isLoaded, TcBlobData vendorData)
          Initialization method taking and setting all parameters at once.
 TcTssKmKeyinfo TcTssKmKeyinfo2.init(TcTssVersion versionInfo, TcTssUuid keyUuid, TcTssUuid parentKeyUuid, short authDataUsage, boolean isLoaded, TcBlobData vendorData, long persistentStorageType, long persistentStorageTypeParent)
          Initialization method taking and setting all parameters at once.
 void TcTssPcrEvent.setVersionInfo(TcTssVersion versionInfo)
          Sets the versionInfo field.
 void TcTssKmKeyinfo.setVersionInfo(TcTssVersion versionInfo)
          Sets the versionInfo field.
 void TcTssValidation.setVersionInfo(TcTssVersion versionInfo)
          Sets the version info field.
 void TcTssEventCert.setVersionInfo(TcTssVersion versionInfo)
          This method sets the content of the versionInfo field.
 

Uses of TcTssVersion in iaik.tc.tss.api.tspi
 

Methods in iaik.tc.tss.api.tspi that return TcTssVersion
 TcTssVersion TcIRsaKey.getAttribKeyInfoVersion()
          This method returns the version of the key.
 TcTssVersion TcIContext.getCapabilityVersion(long capArea, TcBlobData subCap)
          This method provides the capabilities of the TSS Core Service or TSS Service Provider.
 TcTssVersion TcITpm.getCapabilityVersion(long capArea, TcBlobData subCap)
          This method is an alternative to TcITpm.getCapability(long, TcBlobData).
 

Uses of TcTssVersion in iaik.tc.tss.impl.java.tcs.soapservice
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice that return TcTssVersion
static TcTssVersion ConvertDataTypesServer.convertTssVersion(TSSVERSION in)
           
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice with parameters of type TcTssVersion
static TSSVERSION ConvertDataTypesServer.convertTssVersion(TcTssVersion in)
           
 

Uses of TcTssVersion in iaik.tc.tss.impl.java.tsp
 

Methods in iaik.tc.tss.impl.java.tsp that return TcTssVersion
 TcTssVersion TcRsaKey.getAttribKeyInfoVersion()
           
 TcTssVersion TcContext.getCapabilityVersion(long capArea, TcBlobData subCap)
           
 TcTssVersion TcTpm.getCapabilityVersion(long capArea, TcBlobData subCap)
           
 TcTssVersion TcTpm.getRealTpmVersion()
          This internal method returns the TPM version as reported by using TcTssConstants.TSS_TPMCAP_VERSION_VAL for 1.2 chips and TcTssConstants.TSS_TPMCAP_VERSION for 1.1 chips.
 

Uses of TcTssVersion in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice that return TcTssVersion
static TcTssVersion ConvertDataTypesClient.convertTssVersion(TSSVERSION in)
           
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTssVersion
static TSSVERSION ConvertDataTypesClient.convertTssVersion(TcTssVersion in)