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

Packages that use TcTpmPcrSelection
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 TcTpmPcrSelection in iaik.tc.tss.api.structs.tpm
 

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmPcrSelection
 TcTpmPcrSelection TcTpmPcrInfoLong.getCreationPCRSelection()
          Returns contents of the creationPCRSelection field.
 TcTpmPcrSelection TcTpmPcrInfo.getPcrSelection()
          Returns contents of the pcrSelection field.
 TcTpmPcrSelection TcTpmPcrInfoShort.getPcrSelection()
          Returns contents of the pcrSelection field.
 TcTpmPcrSelection TcTpmPcrInfoLong.getReleasePcrSelection()
          Returns contents of the releasePCRSelection field.
 TcTpmPcrSelection TcTpmPcrComposite.getSelect()
          Returns contents of the select field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmPcrSelection
 void TcTpmPcrInfoShort.init(TcTpmPcrSelection pcrSelection, short localityAtRelease, TcTpmCompositeHash digestAtRelease)
          Set all required members
 void TcTpmPcrInfoLong.setCreationPCRSelection(TcTpmPcrSelection creationPCRSelection)
          Sets the creationPCRSelection field.
 void TcTpmPcrInfo.setPcrSelection(TcTpmPcrSelection pcrSelection)
          Sets the pcrSelection field.
 void TcTpmPcrInfoShort.setPcrSelection(TcTpmPcrSelection pcrSelection)
          Sets the pcrSelection field.
 void TcTpmPcrInfoLong.setReleasePCRSelection(TcTpmPcrSelection releasePCRSelection)
          Sets the releasePCRSelection field.
 void TcTpmPcrComposite.setSelect(TcTpmPcrSelection select)
          Sets the select field.
 

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

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcTpmPcrSelection
static java.lang.Object[] TcTpmCmdIntegrity.TpmPcrReset(TcIStreamDest dest, TcTpmPcrSelection pcrSelection)
           
static java.lang.Object[] TcTpmCmdIntegrity.TpmQuote(TcIStreamDest dest, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdIntegrity.TpmQuote2(TcIStreamDest dest, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTpmPcrSelection
static java.lang.Object[] TcTcsi.TcsipPcrReset(long hContext, TcTpmPcrSelection pcrSelection)
          This method resets a PCR register.
static java.lang.Object[] TcTcsi.TcsipQuote(long hContext, long tcsKeyHandle, TcTpmNonce antiReplay, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth)
          This command provides cryptographic reporting of PCR values.
static java.lang.Object[] TcTcsi.TcsipQuote2(long hContext, long tcsKeyHandle, TcTpmNonce antiReplay, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth)
          This command provides cryptographic reporting of PCR values.
 

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

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTpmPcrSelection
static void TcTspInternal.TspPcrReset_Internal(TcContext context, TcTpmPcrSelection pcrSelection)
          This method resets a PCR register.
static java.lang.Object[] TcTspInternal.TspQuote_Internal(TcContext context, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This command provides cryptographic reporting of PCR values.
static java.lang.Object[] TcTspInternal.TspQuote2_Internal(TcContext context, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This command provides cryptographic reporting of PCR values.
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTpmPcrSelection
 java.lang.Object[] TcITcsBinding.TcsipPcrReset(long hContext, TcTpmPcrSelection pcrSelection)
           
 java.lang.Object[] TcITcsBinding.TcsipQuote(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipQuote2(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTpmPcrSelection
 java.lang.Object[] TcTcsBindingLocal.TcsipPcrReset(long hContext, TcTpmPcrSelection pcrSelection)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipQuote(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipQuote2(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTpmPcrSelection
 java.lang.Object[] TcTcsBindingSoap.TcsipPcrReset(long hContext, TcTpmPcrSelection pcrSelection)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipQuote(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipQuote2(long hContext, long keyHandle, TcTpmNonce externalData, TcTpmPcrSelection targetPCR, boolean addVersion, TcTcsAuth inAuth1)