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

Packages that use TcIAuthObject
iaik.tc.tss.api.tspi   
iaik.tc.tss.impl.java.tsp   
 

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

Subinterfaces of TcIAuthObject in iaik.tc.tss.api.tspi
 interface TcIEncData
          This class can be used to join externally (e.
 interface TcIMonotonicCtr
          This class is used to store information about a monotonic counter inside the TPM, for use when defining, releasing, reading or incrementing such a counter.
 interface TcINvRam
          This class is used to store the attributes of a region of non volatile RAM inside the TPM, for use when defining, releasing, reading or writing such a region.
 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 TcIAuthObject
 void TcIPolicy.assignToObject(TcIAuthObject obj)
          This method assigns an object (working object) like TPM object, key object, encrypted data object to a certain policy.
 void TcIAuthObject.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
          This method changes the authorization data (secret) of an entity (object) and assigns the object to the newPolicy object.
 void TcIAuthObject.changeAuthAsym(TcIAuthObject parentObject, TcIRsaKey identKey, TcIPolicy newPolicy)
          This method changes the authorization data (secret) of an entity (object) utilizing the asymmetric change protocol and assigns the object to the newPolicy object.
 

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

Classes in iaik.tc.tss.impl.java.tsp that implement TcIAuthObject
 class TcAuthObject
          This class implements common methods for all auth objects.
 class TcEncData
           
 class TcMonotonicCtr
           
 class TcNvRam
           
 class TcRsaKey
           
 class TcTpm
          TPM class implemented using singleton pattern.
 

Methods in iaik.tc.tss.impl.java.tsp with parameters of type TcIAuthObject
 void TcPolicy.assignToObject(TcIAuthObject obj)
           
 void TcRsaKey.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
           
 void TcTpm.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
           
 void TcEncData.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
           
 void TcMonotonicCtr.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
           
 void TcNvRam.changeAuth(TcIAuthObject parentObject, TcIPolicy newPolicy)
           
 void TcAuthObject.changeAuthAsym(TcIAuthObject parentObject, TcIRsaKey identKey, TcIPolicy newPolicy)