Uses of Interface
iaik.tc.tss.api.structs.tpm.TcITpmPcrInfo

Packages that use TcITpmPcrInfo
iaik.tc.tss.api.structs.tpm   
iaik.tc.tss.impl.java.tcs.pbg   
iaik.tc.tss.impl.java.tcs.tcsi   
iaik.tc.tss.impl.java.tsp.internal   
iaik.tc.tss.impl.java.tsp.tcsbinding   
iaik.tc.tss.impl.java.tsp.tcsbinding.local   
iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice   
 

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

Classes in iaik.tc.tss.api.structs.tpm that implement TcITpmPcrInfo
 class TcTpmPcrInfo
          The TPM_PCR_INFO structure contains the information related to the wrapping of a key or the sealing of data, to a set of PCRs.
 class TcTpmPcrInfoLong
           
 

Uses of TcITpmPcrInfo in iaik.tc.tss.impl.java.tcs.pbg
 

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcITpmPcrInfo
static java.lang.Object[] TcTpmCmdStorage.TpmSeal(TcIStreamDest dest, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 

Uses of TcITpmPcrInfo in iaik.tc.tss.impl.java.tcs.tcsi
 

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcITpmPcrInfo
static java.lang.Object[] TcTcsi.TcsipSeal(long hContext, long tcsKeyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth)
          This method allows software to explicitly state the future trusted configuration that the platform must be in for the secret to be revealed.
 

Uses of TcITpmPcrInfo in iaik.tc.tss.impl.java.tsp.internal
 

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcITpmPcrInfo
static java.lang.Object[] TcTspInternal.TspSeal_Internal(TcContext context, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret pubAuth)
          This method allows software to explicitly state the future trusted configuration that the platform must be in for the secret to be revealed.
 

Uses of TcITpmPcrInfo in iaik.tc.tss.impl.java.tsp.tcsbinding
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcITpmPcrInfo
 java.lang.Object[] TcITcsBinding.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 

Uses of TcITpmPcrInfo in iaik.tc.tss.impl.java.tsp.tcsbinding.local
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcITpmPcrInfo
 java.lang.Object[] TcTcsBindingLocal.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcITpmPcrInfo
 java.lang.Object[] TcTcsBindingSoap.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)