Uses of Class
iaik.tc.tss.impl.java.tsp.TcPcrCompositeBase

Packages that use TcPcrCompositeBase
iaik.tc.tss.impl.java.tsp   
iaik.tc.tss.impl.java.tsp.internal.offline   
 

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

Subclasses of TcPcrCompositeBase in iaik.tc.tss.impl.java.tsp
 class TcPcrCompositeInfo
           
 class TcPcrCompositeInfoLong
           
 class TcPcrCompositeInfoShort
           
 

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

Subclasses of TcPcrCompositeBase in iaik.tc.tss.impl.java.tsp.internal.offline
 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.