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

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

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmKeyParms
 TcTpmKeyParms TcTpmSymCaAttestation.getAlgorithm()
          Returns contents of the algorithm field.
 TcTpmKeyParms TcTpmPubkey.getAlgorithmParms()
          Returns contents of the algorithmParms field.
 TcTpmKeyParms TcTpmCertifyInfo2.getAlgorithmParms()
          Returns contents of the algorithmParms field.
 TcTpmKeyParms TcTpmKey12.getAlgorithmParms()
          Returns contents of the algorithmParms field.
 TcTpmKeyParms TcTpmCertifyInfo.getAlgorithmParms()
          Returns contents of the algorithmParms field.
 TcTpmKeyParms TcITpmKey.getAlgorithmParms()
           
 TcTpmKeyParms TcTpmKey.getAlgorithmParms()
          Returns contents of the algorithmParms field.
 TcTpmKeyParms TcTpmIdentityReq.getAsymAlgorithm()
          Returns contents of the asymAlgorithm field.
 TcTpmKeyParms TcTpmIdentityReq.getSymAlgorithm()
          Returns contents of the symAlgorithm field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmKeyParms
 void TcTpmSymCaAttestation.setAlgorithm(TcTpmKeyParms algoritm)
          Sets the algorithm field.
 void TcTpmPubkey.setAlgorithmParms(TcTpmKeyParms algorithmParms)
          Sets the algorithmParms field.
 void TcTpmCertifyInfo2.setAlgorithmParms(TcTpmKeyParms algorithmParms)
          Sets the algorithmParms field.
 void TcTpmKey12.setAlgorithmParms(TcTpmKeyParms algorithmParms)
          Sets the algorithmParms field.
 void TcTpmCertifyInfo.setAlgorithmParms(TcTpmKeyParms algorithmParms)
          Sets the algorithmParms field.
 void TcITpmKey.setAlgorithmParms(TcTpmKeyParms algorithmParms)
           
 void TcTpmKey.setAlgorithmParms(TcTpmKeyParms algorithmParms)
          Sets the algorithmParms field.
 void TcTpmIdentityReq.setAsymAlgorithm(TcTpmKeyParms asymAlgorithm)
          Sets the asymAlgorithm field.
 void TcTpmIdentityReq.setSymAlgorithm(TcTpmKeyParms symAlgorithm)
          Sets the symAlgorithm field.
 

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

Methods in iaik.tc.tss.impl.java.tcs.kcmgr with parameters of type TcTpmKeyParms
static java.lang.Object[] TcTcsKeyManager.ChangeAuthAsymStart(long hContext, long tcsKeyHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
          This method is part of the KeyManager for one reason: The outgoing TPM key handle (ephHandle) has to be translated into a TCS key handle.
 

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

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcTpmKeyParms
static java.lang.Object[] TcTpmCmdDeprChangeAuth.TpmChangeAuthAsymStart(TcIStreamDest dest, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdEkHandling.TpmCreateEndorsementKeyPair(TcIStreamDest dest, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo)
           
static java.lang.Object[] TcTpmCmdEkHandling.TpmCreateRevocableEK(TcIStreamDest dest, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo, boolean generateReset, TcTpmNonce inputEKreset)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTpmKeyParms
static java.lang.Object[] TcTcsi.TcsipChangeAuthAsymStart(long hContext, long tcsKeyHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKeyInfo, TcTcsAuth inAuth)
          This method starts the process of changing authorization for an entity.
static java.lang.Object[] TcTcsi.TcsipCreateEndorsementKeyPair(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo)
          This method generates the endorsement key pair.
static java.lang.Object[] TcTcsi.TcsipCreateRevocableEK(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo, boolean generateReset, TcTpmNonce inputEKreset)
          This method generates the revocable endorsement key pair.
 

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

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTpmKeyParms
static java.lang.Object[] TcTspInternal.TspChangeAuthAsymStart_Internal(TcContext context, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1, TcTpmSecret idAuth)
          This method starts the process of changing authorization for an entity.
static java.lang.Object[] TcTspInternal.TspCreateEndorsementKeyPair_Internal(TcContext context, TcTpmKeyParms keyInfo, TcTpmNonce antiReplay)
          This method generates the endorsement key pair.
static java.lang.Object[] TcTspInternal.TspCreateRevocableEK_Internal(TcContext context, TcTpmKeyParms keyInfo, TcTpmNonce antiReplay, boolean generateReset, TcTpmNonce inputEKreset)
          This method generates the revocable endorsement key pair.
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTpmKeyParms
 java.lang.Object[] TcITcsBinding.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateEndorsementKeyPair(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateRevocableEK(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo, boolean generateReset, TcTpmNonce inputEKreset)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTpmKeyParms
 java.lang.Object[] TcTcsBindingLocal.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateEndorsementKeyPair(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateRevocableEK(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo, boolean generateReset, TcTpmNonce inputEKreset)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTpmKeyParms
 java.lang.Object[] TcTcsBindingSoap.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateEndorsementKeyPair(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateRevocableEK(long hContext, TcTpmNonce antiReplay, TcTpmKeyParms keyInfo, boolean generateReset, TcTpmNonce inputEKreset)