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

Packages that use TcITpmKey
iaik.tc.tss.api.structs.tpm   
iaik.tc.tss.impl.java.tcs.kcmgr   
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 TcITpmKey in iaik.tc.tss.api.structs.tpm
 

Subinterfaces of TcITpmKey in iaik.tc.tss.api.structs.tpm
 interface TcITpmKeyNew
          This class is a common interface for TcTpmKeyNew (1.1 TPM Spec) and TcTpmKey12New (1.2 TPM Spec).
 

Classes in iaik.tc.tss.api.structs.tpm that implement TcITpmKey
 class TcTpmKey
          The TPM_KEY structure provides a mechanism to transport the entire asymmetric key pair.
 class TcTpmKey12
           
 class TcTpmKey12New
          This class extends TcTpmKey.
 class TcTpmKeyNew
          This class extends TcTpmKey.
 

Uses of TcITpmKey in iaik.tc.tss.impl.java.tcs.kcmgr
 

Methods in iaik.tc.tss.impl.java.tcs.kcmgr with parameters of type TcITpmKey
static java.lang.Object[] TcTcsKeyManager.LoadKey2ByBlob(long hContext, long tcsParentHandle, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth1)
          This method is used to load a TPM 1.2 key (TcTpmKey12) or TPM 1.1 key into the TPM.
 

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

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcITpmKey
static java.lang.Object[] TcTpmCmdStorage.TpmLoadKey2(TcIStreamDest dest, long parentHandle, TcITpmKey inKey, TcTcsAuth inAuth1)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcITpmKey
static java.lang.Object[] TcTcsi.TcsipLoadKey2ByBlob(long hContext, long tcsUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcITpmKey
static java.lang.Object[] TcTspInternal.TspLoadKey2ByBlob_Internal(TcContext context, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcITpmKey
 java.lang.Object[] TcITcsBinding.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcITpmKey
 java.lang.Object[] TcTcsBindingLocal.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcITpmKey
 java.lang.Object[] TcTcsBindingSoap.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)