Uses of Class
iaik.tc.tss.api.structs.tpm.TcTpmPcrInfoLong

Packages that use TcTpmPcrInfoLong
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 TcTpmPcrInfoLong in iaik.tc.tss.impl.java.tcs.pbg
 

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

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTpmPcrInfoLong
static java.lang.Object[] TcTcsi.TcsipSealx(long hContext, long tcsKeyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong 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 TcTpmPcrInfoLong in iaik.tc.tss.impl.java.tsp.internal
 

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTpmPcrInfoLong
static java.lang.Object[] TcTspInternal.TspSealx_Internal(TcContext context, long keyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong 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 TcTpmPcrInfoLong in iaik.tc.tss.impl.java.tsp.tcsbinding
 

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

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

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

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

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