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

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

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmDelegatePublic
 TcTpmDelegatePublic TcTpmDelegateKeyBlob.getPub()
          Returns contents of the pub field.
 TcTpmDelegatePublic TcTpmDelegateOwnerBlob.getPub()
          Returns contents of the pub field.
 TcTpmDelegatePublic TcTpmDelegateTableRow.getPub()
          Returns contents of the pub field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmDelegatePublic
 void TcTpmDelegateKeyBlob.setPub(TcTpmDelegatePublic pub)
          Sets the pub field.
 void TcTpmDelegateOwnerBlob.setPub(TcTpmDelegatePublic pub)
          Sets the pub field.
 void TcTpmDelegateTableRow.setPub(TcTpmDelegatePublic pub)
          Sets the pub field.
 

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

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcTpmDelegatePublic
static java.lang.Object[] TcTpmCmdDelegation.TpmDelegateCreateKeyDelegation(TcIStreamDest dest, long keyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDelegation.TpmDelegateCreateOwnerDelegation(TcIStreamDest dest, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTpmDelegatePublic
static java.lang.Object[] TcTcsi.TcsipDelegateCreateKeyDelegation(long hContext, long tcsKeyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth encDelAuth, TcTcsAuth keyAuth)
          This method is used to delegate the privilege to us a key by creating a blob that can be used TPM_DSAP.
static java.lang.Object[] TcTcsi.TcsipDelegateCreateOwnerDelegation(long hContext, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth encDelAuth, TcTcsAuth ownerAuth)
          This method is used to delegate owner privileges to use a set of command ordinals by creating a blob.
 

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

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTpmDelegatePublic
static java.lang.Object[] TcTspInternal.TspDelegateCreateKeyDelegation_Internal(TcContext context, long keyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This method is used to delegate the privilege to us a key by creating a blob that can be used TPM_DSAP.
static java.lang.Object[] TcTspInternal.TspDelegateCreateOwnerDelegation_Internal(TcContext context, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method is used to delegate owner privileges to use a set of command ordinals by creating a blob.
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTpmDelegatePublic
 java.lang.Object[] TcITcsBinding.TcsipDelegateCreateKeyDelegation(long hContext, long keyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDelegateCreateOwnerDelegation(long hContext, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTpmDelegatePublic
 java.lang.Object[] TcTcsBindingLocal.TcsipDelegateCreateKeyDelegation(long hContext, long keyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDelegateCreateOwnerDelegation(long hContext, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTpmDelegatePublic
 java.lang.Object[] TcTcsBindingSoap.TcsipDelegateCreateKeyDelegation(long hContext, long keyHandle, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDelegateCreateOwnerDelegation(long hContext, boolean increment, TcTpmDelegatePublic publicInfo, TcTpmEncauth delAuth, TcTcsAuth inAuth1)