Uses of Interface
iaik.tc.tss.api.tspi.TcIWorkingObject

Packages that use TcIWorkingObject
iaik.tc.tss.api.tspi   
iaik.tc.tss.impl.java.tsp   
iaik.tc.tss.impl.java.tsp.internal.offline   
 

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

Subinterfaces of TcIWorkingObject in iaik.tc.tss.api.tspi
 interface TcIContext
          The Context class represents a context of a connection to the TSS Core Service running on the local or a remote TCG system.
 interface TcIEncData
          This class can be used to join externally (e.
 interface TcIHash
          A hash value represents a unique value corresponding to a particular set of bytes.
 interface TcIMigData
          This class is used with Certified Migratable Keys (CMKs) to hold properties and migratable data blobs when passing them between APIs.
 interface TcIPcrComposite
          The contents of the platform configuration register (PCR) of a TCG system can be used to establish a confidence level for this system.
 interface TcIPolicy
          The Policy class represents information authorization data (secrets), authorization data handling and the assigned authorized objects like key objects or encrypted data objects.
Secret Lifetime: If an application uses the mode TSS_SECRET_LIFETIME_COUNTER or TSS_SECRET_LIFETIME_TIMER, the application has to be aware that during a command processing the secret may be invalidated because of a time out or because the counter runs out.
 interface TcIRsaKey
          The key class defined by the TSS service provider represents an entry into the TCG key handling functionality.
 interface TcITpm
          One purpose of the TPM class is to represent the owner for a TCG subsystem (TPM).
 

Methods in iaik.tc.tss.api.tspi with parameters of type TcIWorkingObject
 void TcIContext.closeObject(TcIWorkingObject obj)
          This method is used to close a given object.
 

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

Classes in iaik.tc.tss.impl.java.tsp that implement TcIWorkingObject
 class TcAuthObject
          This class implements common methods for all auth objects.
 class TcContext
           
 class TcEncData
           
 class TcHash
           
 class TcMigData
           
 class TcMonotonicCtr
           
 class TcNvRam
           
 class TcPcrCompositeBase
           
 class TcPcrCompositeInfo
           
 class TcPcrCompositeInfoLong
           
 class TcPcrCompositeInfoShort
           
 class TcPolicy
           
 class TcRsaKey
           
 class TcTpm
          TPM class implemented using singleton pattern.
 class TcWorkingObject
           
 

Methods in iaik.tc.tss.impl.java.tsp with parameters of type TcIWorkingObject
 void TcContext.closeObject(TcIWorkingObject obj)
           
 

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

Classes in iaik.tc.tss.impl.java.tsp.internal.offline that implement TcIWorkingObject
 class WrapTcPcrCompositeInfoShort
          A wrapping around TcPcrCompositeInfoShort.
With this wrapping it is easy to calculate composite hashes without the need of a present TPM.
This wrapping also allows to get access to the internal TcTpmPcrInfoShort struct via WrapTcPcrCompositeInfoShort.getPcrInfoShort() method.