Uses of Class
iaik.tc.tss.api.structs.tcs.TcTcsAuth

Packages that use TcTcsAuth
iaik.tc.tss.api.structs.tcs   
iaik.tc.tss.impl.java.tcs.authmgr   
iaik.tc.tss.impl.java.tcs.credmgr   
iaik.tc.tss.impl.java.tcs.kcmgr   
iaik.tc.tss.impl.java.tcs.pbg   
iaik.tc.tss.impl.java.tcs.soapservice   
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 TcTcsAuth in iaik.tc.tss.api.structs.tcs
 

Methods in iaik.tc.tss.api.structs.tcs that return TcTcsAuth
 TcTcsAuth TcTcsLoadkeyInfo.getAuthData()
          This method returns the content of the authData field.
 

Methods in iaik.tc.tss.api.structs.tcs with parameters of type TcTcsAuth
 void TcTcsLoadkeyInfo.setAuthData(TcTcsAuth authData)
          This method sets the content of the authData field.
 

Uses of TcTcsAuth in iaik.tc.tss.impl.java.tcs.authmgr
 

Methods in iaik.tc.tss.impl.java.tcs.authmgr with parameters of type TcTcsAuth
abstract  void TcTcsAuthCache.ensureAuthsAreLoadedInTpm(TcTcsAuth[] auths)
          This method is called by TCSI methods that use auth sessions.
 void TcTcsAuthCacheVista.ensureAuthsAreLoadedInTpm(TcTcsAuth[] auths)
           
 void TcTcsAuthCacheTpm12.ensureAuthsAreLoadedInTpm(TcTcsAuth[] auths)
           
 void TcTcsAuthCacheTpm11NoSwap.ensureAuthsAreLoadedInTpm(TcTcsAuth[] auths)
           
 void TcTcsAuthCacheTpm11.ensureAuthsAreLoadedInTpm(TcTcsAuth[] auths)
           
 void TcTcsAuthCache.removeActiveAuthSession(TcTcsAuth auth)
          This method is called if an auth session is no longer active (terminated intentionally or because of an error).
 void TcTcsAuthCacheVista.removeActiveAuthSession(TcTcsAuth auth)
           
 void TcTcsAuthCacheTpm12.removeActiveAuthSession(TcTcsAuth auth)
           
 void TcTcsAuthCache.trackActiveAuthSession(TcTcsAuth inAuth, TcTcsAuth outAuth)
          This method is called if an auth is used to authorize more than one TPM command.
 void TcTcsAuthCacheVista.trackActiveAuthSession(TcTcsAuth inAuth, TcTcsAuth outAuth)
           
 void TcTcsAuthCacheTpm12.trackActiveAuthSession(TcTcsAuth inAuth, TcTcsAuth outAuth)
           
 

Uses of TcTcsAuth in iaik.tc.tss.impl.java.tcs.credmgr
 

Methods in iaik.tc.tss.impl.java.tcs.credmgr with parameters of type TcTcsAuth
static java.lang.Object[] TcTcsCredMgr.TcsipMakeIdentity(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTcsCredMgr.TcsipMakeIdentity2(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.kcmgr with parameters of type TcTcsAuth
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.
static java.lang.Object[] TcTcsKeyManager.GetPubKey(long hContext, long tcsKeyHandle, TcTcsAuth inAuth1)
          Reading public portion of a key.
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.
static java.lang.Object[] TcTcsKeyManager.LoadKeyByBlob(long hContext, long tcsParentHandle, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth1)
          This method is used to load a TPM 1.1 key (TcTpmKey) into the TPM.
static java.lang.Object[] TcTcsKeyManager.OwnerReadInternalPub(long hContext, long tcsKeyHandle, TcTcsAuth inAuth1)
          Reading the public SRK or EK (TPM owner).
static java.lang.Object[] TcTcsKeyManager.TcsipCreateWrapKey(long hContext, long tcsParentKeyHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1)
          This method allows creating a new key, which is wrapped by the already loaded wrapping key.
 

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

Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcTcsAuth
static java.lang.Object[] TcTpmCmdIdentity.TpmActivateIdentity(TcIStreamDest dest, long idKeyHandle, TcBlobData blob, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdMigration.TpmAuthorizeMigrationKey(TcIStreamDest dest, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdCrypto.TpmCertifyKey(TcIStreamDest dest, long certHandle, long keyHandle, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdCrypto.TpmCertifyKey2(TcIStreamDest dest, long keyHandle, long certHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdChangeAuth.TpmChangeAuth(TcIStreamDest dest, long parentHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdDeprChangeAuth.TpmChangeAuthAsymFinish(TcIStreamDest dest, long parentHandle, long ephHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDeprChangeAuth.TpmChangeAuthAsymStart(TcIStreamDest dest, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdChangeAuth.TpmChangeAuthOwner(TcIStreamDest dest, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkApproveMA(TcIStreamDest dest, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkConvertMigration(TcIStreamDest dest, long parentHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkCreateBlob(TcIStreamDest dest, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkCreateKey(TcIStreamDest dest, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmKey12 keyInfo, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkCreateTicket(TcIStreamDest dest, TcTpmPubkey verificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCmkSetRestrictions(TcIStreamDest dest, long restriction, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmConvertMigrationBlob(TcIStreamDest dest, long parentHandle, TcBlobData inData, TcBlobData random, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMonotonicCnt.TpmCreateCounter(TcIStreamDest dest, TcTpmEncauth encAuth, TcBlobData label, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMaintenance.TpmCreateMaintenanceArchive(TcIStreamDest dest, boolean generateRandom, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMigration.TpmCreateMigrationBlob(TcIStreamDest dest, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdStorage.TpmCreateWrapKey(TcIStreamDest dest, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDaa.TpmDaaJoin(TcIStreamDest dest, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDaa.TpmDaaSign(TcIStreamDest dest, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
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)
           
static java.lang.Object[] TcTpmCmdDelegation.TpmDelegateLoadOwnerDelegation(TcIStreamDest dest, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDelegation.TpmDelegateManage(TcIStreamDest dest, long familyID, long opCode, TcBlobData opData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDelegation.TpmDelegateUpdateVerification(TcIStreamDest dest, TcBlobData inputData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDeprDir.TpmDirWriteAuth(TcIStreamDest dest, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAdminOwnership.TpmDisableOwnerClear(TcIStreamDest dest, TcTcsAuth inAuth1)
          The TpmDisableOwnerClear command disables the ability to execute the TpmOwnerClear command permanently.
static java.lang.Object[] TcTpmCmdDeprMisc.TpmDisablePubekRead(TcIStreamDest dest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdTransport.TpmEstablishTransport(TcIStreamDest dest, long encHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdTransport.TpmExecuteTransport(TcIStreamDest dest, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdManagement.TpmFieldUpgrade(TcIStreamDest dest, TcBlobData inputData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAudit.TpmGetAuditDigestSigned(TcIStreamDest dest, long keyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdCapability.TpmGetCapabilityOwner(TcIStreamDest dest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmGetPubKey(TcIStreamDest dest, long keyHandle, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMonotonicCnt.TpmIncrementCounter(TcIStreamDest dest, long countID, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdSessMgmt.TpmKeyControlOwner(TcIStreamDest dest, long keyHandle, TcTpmPubkey pubKey, long bitName, boolean bitValue, TcTpmNonce authLastNonceEven, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMaintenance.TpmKillMaintenanceFeature(TcIStreamDest dest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDeprMisc.TpmLoadKey(TcIStreamDest dest, long parentHandle, TcTpmKey inKey, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmLoadKey2(TcIStreamDest dest, long parentHandle, TcITpmKey inKey, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMaintenance.TpmLoadMaintenanceArchive(TcIStreamDest dest, TcBlobData archive, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdIdentity.TpmMakeIdentity(TcIStreamDest dest, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdMigration.TpmMigrateKey(TcIStreamDest dest, long maKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdNvStorage.TpmNvDefineSpace(TcIStreamDest dest, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdNvStorage.TpmNvReadValue(TcIStreamDest dest, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdNvStorage.TpmNvReadValueAuth(TcIStreamDest dest, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdNvStorage.TpmNvWriteValue(TcIStreamDest dest, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdNvStorage.TpmNvWriteValueAuth(TcIStreamDest dest, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAdminOwnership.TpmOwnerClear(TcIStreamDest dest, TcTcsAuth inAuth1)
          The TPM_OwnerClear command performs the clear operation under owner authentication.
static java.lang.Object[] TcTpmCmdEkHandling.TpmOwnerReadInternalPub(TcIStreamDest dest, long keyHandle, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdDeprMisc.TpmOwnerReadPubek(TcIStreamDest dest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAdminOptIn.TpmOwnerSetDisable(TcIStreamDest dest, boolean disableState, TcTcsAuth inAuth1)
          The TpmOwnerSetDisable command can be used by the TPM owner to set the pFalgs.tpmDisabled.
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)
           
static java.lang.Object[] TcTpmCmdMonotonicCnt.TpmReleaseCounter(TcIStreamDest dest, long countID, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdMonotonicCnt.TpmReleaseCounterOwner(TcIStreamDest dest, long countID, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdTransport.TpmReleaseTransportSigned(TcIStreamDest dest, long keyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
static java.lang.Object[] TcTpmCmdManagement.TpmResetLockValue(TcIStreamDest dest, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmSeal(TcIStreamDest dest, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmSealx(TcIStreamDest dest, long keyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdCapability.TpmSetCapability(TcIStreamDest dest, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAudit.TpmSetOrdinalAuditStatus(TcIStreamDest dest, long ordinalToAudit, boolean auditState, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdManagement.TpmSetRedirection(TcIStreamDest dest, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAdminOptIn.TpmSetTempDeactivated(TcIStreamDest dest, TcTcsAuth inAuth1)
          This command allows the operator of the platform to deactivate the TPM until the next boot of the platform.
static java.lang.Object[] TcTpmCmdCrypto.TpmSign(TcIStreamDest dest, long keyHandle, TcBlobData areaToSign, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdAdminOwnership.TpmTakeOwnership(TcIStreamDest dest, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth1)
          This command inserts the TPM ownership value into the TPM.
static java.lang.Object[] TcTpmCmdTiming.TpmTickStampBlob(TcIStreamDest dest, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmUnBind(TcIStreamDest dest, long keyHandle, TcBlobData inData, TcTcsAuth inAuth1)
           
static java.lang.Object[] TcTpmCmdStorage.TpmUnseal(TcIStreamDest dest, long parentHandle, TcITpmStoredData inData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 

Uses of TcTcsAuth in iaik.tc.tss.impl.java.tcs.soapservice
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice that return TcTcsAuth
static TcTcsAuth ConvertDataTypesServer.convertTcsAuth(TPMAUTH in)
           
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice with parameters of type TcTcsAuth
static TPMAUTH ConvertDataTypesServer.convertTcsAuth(TcTcsAuth in)
           
 

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

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTcsAuth
static java.lang.Object[] TcTcsi.TcsEstablishTransport(long hContext, long tcsEncKeyHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1)
          TODO (transport): implement Tcsip method signature
static java.lang.Object[] TcTcsi.TcsExecuteTransport(long hContext, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1)
          TODO (transport): implement Tcsip method signature
static java.lang.Object[] TcTcsi.TcsipActivateTpmIdentity(long hContext, long tcsIdKeyHandle, TcBlobData blob, TcTcsAuth inKeyAuth, TcTcsAuth inOwnerAuth)
          The purpose of this method is twofold: The first purpose is to obtain assurance that the credential in the TPM_SYM_CA_ATTESTATION is for this TPM.
static java.lang.Object[] TcTcsi.TcsipAuthorizeMigrationKey(long hContext, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth ownerAuth)
          This method creates an authorization blob to allow the TPM owner to specify which migration facility they will use and allow users to migrate information without further involvement with the TPM owner.
static java.lang.Object[] TcTcsi.TcsipCertifyKey(long hContext, long tcsCertHandle, long tcsKeyHandle, TcTpmNonce antiReplay, TcTcsAuth certAuth, TcTcsAuth keyAuth)
          This method allows a key to certify the public portion of certain storage and signing keys.
static java.lang.Object[] TcTcsi.TcsipCertifyKey2(long hContext, long tcsCertHandle, long tcsKeyHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth certAuth, TcTcsAuth keyAuth)
          This method allows a key to certify the public portion of certifiable migratable storage and signing keys.
static java.lang.Object[] TcTcsi.TcsipChangeAuth(long hContext, long tcsParentKeyHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth ownerAuth, TcTcsAuth entityAuth)
          This method allows the owner of an entity to change the authorization data for the entity.
static java.lang.Object[] TcTcsi.TcsipChangeAuthAsymFinish(long hContext, long tcsParentKeyHandle, long tcsEphHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth)
          This method completes the process of changing authorization for an entity.
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.TcsipChangeAuthOwner(long hContext, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth ownerAuth)
          This method allows the owner of an entity to change the authorization data fro the TPM owner or the SRK.
static java.lang.Object[] TcTcsi.TcsipCmkApproveMA(long hContext, TcTpmDigest migrationAuthorityDigest, TcTcsAuth ownerAuth)
          This command is used to create an authorization ticket, to allow the TPM owner to specify/select one or more migration authorities they approve and allow user to generate CMKs without further involvement of the owner.
static java.lang.Object[] TcTcsi.TcsipCmkConvertMigration(long hContext, long tcsParentKeyHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth parentAuth)
          This command is used as the final step to finish migrating a key to a new TPM.
static java.lang.Object[] TcTcsi.TcsipCmkCreateBlob(long hContext, long tcsParentKeyHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth parentAuth)
          This command is similar to TcspiCreateMigrationBlob, except that it uses migration authority data whose migration data are independent from tpmProof.
static java.lang.Object[] TcTcsi.TcsipCmkCreateKey(long hContext, long tcsParentKeyHandle, TcTpmEncauth keyDataUsageAuth, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTpmKey12 keyInfo, TcTcsAuth inAuth)
          This command both generates and creates a secure storage bundle for asymmetric keys whose migration is controlled/restricted by a migration authority.
static java.lang.Object[] TcTcsi.TcsipCmkCreateTicket(long hContext, TcTpmPubkey pubVerificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth ownerAuth)
          This owner controlled command uses a public key to verify the signature over a digest.
static java.lang.Object[] TcTcsi.TcsipCmkSetRestrictions(long hContext, long restriction, TcTcsAuth ownerAuth)
          This command is used by the owner to order the usage of a CMK with delegated authorization.
static java.lang.Object[] TcTcsi.TcsipConvertMigrationBlob(long hContext, long tcsParentKeyHandle, TcBlobData inData, TcBlobData random, TcTcsAuth parentAuth)
          This method takes a migration blob and creates a normal wrapped blob.
static java.lang.Object[] TcTcsi.TcsipCreateCounter(long hContext, TcBlobData label, TcTpmEncauth encAuth, TcTcsAuth ownerAuth)
          This method creates a new counter in the TPM.
static java.lang.Object[] TcTcsi.TcsipCreateMaintenanceArchive(long hContext, boolean generateRandom, TcTcsAuth ownerAuth)
          This method creates a TPM maintenance archive.
static java.lang.Object[] TcTcsi.TcsipCreateMigrationBlob(long hContext, long tcsParentKeyHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth parentAuth, TcTcsAuth entityAuth)
          This method implements the first step in the process of moving a migratable key to a new parent key or platform.
static java.lang.Object[] TcTcsi.TcsipCreateWrapKey(long hContext, long tcsHParentKey, TcTpmEncauth keyUsageAuth, TcTpmEncauth keyMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth)
          This method allows creating a new key, which is wrapped by the already loaded wrapping key.
static java.lang.Object[] TcTcsi.TcsipDaaJoin(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth ownerAuth)
          This method executes a TPM DAA join command.
static java.lang.Object[] TcTcsi.TcsipDaaSign(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth ownerAuth)
          This method executes a TPM DAA sign command.
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.
static java.lang.Object[] TcTcsi.TcsipDelegateLoadOwnerDelegation(long hContext, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth ownerAuth)
          This method is used to load an owner delegation blob into the TPM non-volatile delegation table.
static java.lang.Object[] TcTcsi.TcsipDelegateManage(long hContext, long familyID, long opFlag, TcBlobData opData, TcTcsAuth ownerAuth)
          This command is authorized either by the TPM owner or by physical presence.
static java.lang.Object[] TcTcsi.TcsipDelegateUpdateVerificationCount(long hContext, TcBlobData inputData, TcTcsAuth ownerAuth)
          This method sets the cerificationCount in an entity (a blob or a delegation row) to the current family value, in order that the delegations represented by that entity will continue to be accepted by the TPM.
static java.lang.Object[] TcTcsi.TcsipDirWriteAuth(long hContext, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth)
          This method provides write access to the Data Integrity Registers.
static java.lang.Object[] TcTcsi.TcsipDisableOwnerClear(long hContext, TcTcsAuth ownerAuth)
          This command disables the ability to execute the OwnerClear command permanently.
static java.lang.Object[] TcTcsi.TcsipDisablePubekRead(long hContext, TcTcsAuth ownerAuth)
          This method returns the public portion of the endorsement key.
static java.lang.Object[] TcTcsi.TcsipFieldUpgrade(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
          This command provides a mechanism that allows a vendor to update the protected capabilities once a TPM is in the field.
static java.lang.Object[] TcTcsi.TcsipGetAuditDigestSigned(long hContext, long tcsKeyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth)
          This method gets the signed digest of audited ordinals.
static java.lang.Object[] TcTcsi.TcsipGetCapabilityOwner(long hContext, TcTcsAuth ownerAuth)
          This method enables the TPM owner to retrieve information belonging to the TPM owner.
static java.lang.Object[] TcTcsi.TcsipGetPubKey(long hContext, long tcsKeyHandle, TcTcsAuth inAuth)
          This method allows obtaining the public key data of a key loaded in the TPM.
static java.lang.Object[] TcTcsi.TcsipIncrementCounter(long hContext, long countID, TcTcsAuth counterAuth)
          This method selects a counter if one has not yet been selected, and increments that counter register.
static void TcTcsi.TcsipKeyControlOwner(long hContext, long tcsKeyHandle, long attribName, long attribValue, TcTcsAuth ownerAuth, TcTssUuid uuidData)
          Tcsip_KeyControlOwner controls attributes of a loaded key.
static java.lang.Object[] TcTcsi.TcsipKillMaintenanceFeature(long hContext, TcTcsAuth ownerAuth)
          This method is a permanent action that prevents ANYONE from creating a TPM maintenance archive until a new TPM owner is set.
static java.lang.Object[] TcTcsi.TcsipLoadKey2ByBlob(long hContext, long tcsUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
static java.lang.Object[] TcTcsi.TcsipLoadKeyByBlob(long hContext, long hUnwrappingKey, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
static java.lang.Object[] TcTcsi.TcsipLoadMaintenanceArchive(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
          This method loads a TPM maintenance archive that has been massaged by the manufacturer to load into another TPM.
static java.lang.Object[] TcTcsi.TcsipMakeIdentity(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
          This method allows creating a TPM identity and additionally returns the endorsement credential, the platform credential and the conformance credential.
static java.lang.Object[] TcTcsi.TcsipMakeIdentity2(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
          This method performs the TPM operations necessary to create an identity key.
static java.lang.Object[] TcTcsi.TcsipMigrateKey(long hContext, long tcsMaKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth ownerAuth)
          This method performs the function of a migration authority.
static java.lang.Object[] TcTcsi.TcsipNvDefineOrReleaseSpace(long hContext, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth)
          This command sets aside space in the TPM NVRAM and defines the access requirements necessary to read and write that space.
static java.lang.Object[] TcTcsi.TcsipNvReadValue(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
          This method reads a value from the NV store.
static java.lang.Object[] TcTcsi.TcsipNvReadValueAuth(long hContext, long nvIndex, long offset, long dataLength, TcTcsAuth inAuth)
          This method reads a value from the NV store.
static java.lang.Object[] TcTcsi.TcsipNvWriteValue(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth)
          This command writes the value to a defined area.
static java.lang.Object[] TcTcsi.TcsipNvWriteValueAuth(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth)
          This command writes a previously defined area.
static java.lang.Object[] TcTcsi.TcsipOwnerClear(long hContext, TcTcsAuth ownerAuth)
          This command clears the TPM under owner authorization.
static java.lang.Object[] TcTcsi.TcsipOwnerReadInternalPub(long hContext, long tcsKeyHandle, TcTcsAuth inAuth)
          This method allows the TPM owner to read the public SRK key or the internal public EK key.
static java.lang.Object[] TcTcsi.TcsipOwnerReadPubek(long hContext, TcTcsAuth ownerAuth)
          This method allows the TPM owner to read the public endorsement key.
static java.lang.Object[] TcTcsi.TcsipOwnerSetDisable(long hContext, boolean disableState, TcTcsAuth ownerAuth)
          This method is used to change the status of the TPM_PERSISTENT_DISABLE flag.
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.
static java.lang.Object[] TcTcsi.TcsipReleaseCounter(long hContext, long countID, TcTcsAuth counterAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static java.lang.Object[] TcTcsi.TcsipReleaseCounterOwner(long hContext, long countID, TcTcsAuth ownerAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static java.lang.Object[] TcTcsi.TcsipResetLockValue(long hContext, TcTcsAuth ownerAuth)
          Resets the lock that get set in a TPM after multiple false authorization attempts.
static java.lang.Object[] TcTcsi.TcsipSeal(long hContext, long tcsKeyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo 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.
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.
static java.lang.Object[] TcTcsi.TcsipSetCapability(long hContext, long capArea, TcBlobData subCap, TcBlobData value, TcTcsAuth ownerAuth)
          This method allows the caller to set values in the TPM.
static java.lang.Object[] TcTcsi.TcsipSetOrdinalAuditStatus(long hContext, TcTcsAuth ownerAuth, long ordinalToAudit, boolean auditState)
          This command sets the audit flag for a given ordinal.
static java.lang.Object[] TcTcsi.TcsipSetRedirection(long hContext, long tcsKeyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth)
          Redirected keys enable the output of a TPM to be directed to non-TCG security functions in the platform, without exposing that output to non-security functions.
static java.lang.Object[] TcTcsi.TcsipSetTempDeactivated(long hContext, TcTcsAuth operatorAuth)
          This method sets the TPM_VOLATILE_FLAGS.deactivated to the value TRUE which temporarily deactivates the TPM.
static java.lang.Object[] TcTcsi.TcsipSign(long hContext, long tcsKeyHandle, TcBlobData areaToSign, TcTcsAuth inAuth)
          This method signs a digest and returns the resulting digital signature.
static java.lang.Object[] TcTcsi.TcsipTakeOwnership(long hContext, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth)
          This method inserts the Owner-authorization data and creates a new Storage Root Key (SRK).
static java.lang.Object[] TcTcsi.TcsipTickStampBlob(long hContext, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth privAuth)
          This method is similar to a time stamp: it associates a tick value with a blob, indicating that the blob existed at some point earlier than the time corresponding to the tick value.
static java.lang.Object[] TcTcsi.TcsipUnBind(long hContext, long tcsKeyHandle, TcBlobData inData, TcTcsAuth inAuth)
          This method takes the data blob that is the result of a bind command and decrypts it for export to the user.
static java.lang.Object[] TcTcsi.TcsipUnseal(long hContext, long tcsKeyHandle, TcITpmStoredData inData, TcTcsAuth keyAuth, TcTcsAuth dataAuth)
          This method will reveal sealed data only if it was encrypted on this platform and the current configuration (defined by the named PCRs) is the one named as qualified to decrypt it.
static java.lang.Object[] TcTcsi.TcsReleaseTransportSigned(long hContext, long tcsKeyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
          TODO (transport): implement Tcsip method signature
 

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

Methods in iaik.tc.tss.impl.java.tsp.internal that return TcTcsAuth
 TcTcsAuth TcTspInternal.FieldUpgrade(TcContext context, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is vendor specific.
static TcTcsAuth TcTspInternal.TspChangeAuthOwner_Internal(TcContext context, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method allows the owner of an entity to change the authorization data fro the TPM owner or the SRK.
static TcTcsAuth TcTspInternal.TspCmkSetRestrictions_Internal(TcContext context, long restriction, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is used by the owner to order the usage of a CMK with delegated authorization.
static TcTcsAuth TcTspInternal.TspDelegateLoadOwnerDelegation_Internal(TcContext context, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method is used to load an owner delegation blob into the TPM non-volatile delegation table.
static TcTcsAuth TcTspInternal.TspDirWriteAuth_Internal(TcContext context, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
           
static TcTcsAuth TcTspInternal.TspDisableOwnerClear_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command disables the ability to execute the OwnerClear command permanently.
static TcTcsAuth TcTspInternal.TspDisablePubekRead_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method returns the public portion of the endorsement key.
static TcTcsAuth TcTspInternal.TspKillMaintenanceFeature_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method triggers a permanent action that prevents ANYONE from creating a TPM maintenance archive until a new TPM owner is set.
static TcTcsAuth TcTspInternal.TspNvDefineSpace_Internal(TcContext context, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command sets aside space in the TPM NVRAM and defines the access requirements necessary to read and write that space.
static TcTcsAuth TcTspInternal.TspNvWriteValue_Internal(TcContext context, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command writes the value to a defined area.
static TcTcsAuth TcTspInternal.TspNvWriteValueAuth_Internal(TcContext context, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1, TcTpmSecret authValue)
          This command writes a previously defined area.
static TcTcsAuth TcTspInternal.TspOIAP_Internal(TcContext context)
          This method allows the creation of an authorization handle and the tracking of the handle by the TPM.
static TcTcsAuth TcTspInternal.TspOwnerClear_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command clears the TPM under owner authorization.
static TcTcsAuth TcTspInternal.TspOwnerSetDisable_Internal(TcContext context, boolean disableState, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method is used to change the status of the TPM_PERSISTENT_DISABLE flag.
static TcTcsAuth TcTspInternal.TspReleaseCounter_Internal(TcContext context, long countID, TcTcsAuth inAuth1, TcTpmSecret counterAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static TcTcsAuth TcTspInternal.TspReleaseCounterOwner_Internal(TcContext context, long countID, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static TcTcsAuth TcTspInternal.TspResetLockValue_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          Resets the lock that get set in a TPM after multiple false authorization attempts.
static TcTcsAuth TcTspInternal.TspSetCapability_Internal(TcContext context, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method allows the caller to set values in the TPM.
static TcTcsAuth TcTspInternal.TspSetOrdinalAuditStatus_Internal(TcContext context, long ordinalToAudit, boolean auditState, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command sets the audit flag for a given ordinal.
static TcTcsAuth TcTspInternal.TspSetRedirection_Internal(TcContext context, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          Redirected keys enable the output of a TPM to be directed to non-TCG security functions in the platform, without exposing that output to non-security functions.
static TcTcsAuth TcTspInternal.TspSetTempDeactivated2_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret operatorAuth)
          This method sets the TPM_VOLATILE_FLAGS.deactivated to the value TRUE which temporarily deactivates the TPM.
 

Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTcsAuth
 TcTcsAuth TcTspInternal.FieldUpgrade(TcContext context, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is vendor specific.
static java.lang.Object[] TcTspInternal.TspActivateIdentity_Internal(TcContext context, long idKeyHandle, TcBlobData blob, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret idKeyAuth, TcTpmSecret ownerAuth)
          The purpose of this method is twofold: The first purpose is to obtain assurance that the credential in the TPM_SYM_CA_ATTESTATION is for this TPM.
static java.lang.Object[] TcTspInternal.TspAuthorizeMigrationKey_Internal(TcContext context, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method creates an authorization blob to allow the TPM owner to specify which migration facility they will use and allow users to migrate information without further involvement with the TPM owner.
static java.lang.Object[] TcTspInternal.TspCertifyKey_Internal(TcContext context, long certHandle, long keyHandle, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret certAuth, TcTpmSecret keyAuth)
          This method allows a key to certify the public portion of certain storage and signing keys.
static java.lang.Object[] TcTspInternal.TspCertifyKey2_Internal(TcContext context, long certHandle, long keyHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret keyAuth, TcTpmSecret certAuth)
          This method allows a key to certify the public portion of certifiable migratable storage and signing keys.
static java.lang.Object[] TcTspInternal.TspChangeAuth_Internal(TcContext context, long parentHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret parentAuth, TcTpmSecret entityAuth, TcTpmSecret entityAuthVal)
          This method allows the owner of an entity to change the authorization data for the entity.
static java.lang.Object[] TcTspInternal.TspChangeAuthAsymFinish_Internal(TcContext context, long parentHandle, long ephHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This method completes the process of changing authorization for an entity.
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 TcTcsAuth TcTspInternal.TspChangeAuthOwner_Internal(TcContext context, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method allows the owner of an entity to change the authorization data fro the TPM owner or the SRK.
static java.lang.Object[] TcTspInternal.TspCMK_CreateTicket_Internal(TcContext context, TcTpmPubkey verificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth inAuth1, TcTpmSecret pubAuth)
          This owner controlled command uses a public key to verify the signature over a digest.
static java.lang.Object[] TcTspInternal.TspCmkApproveMA_Internal(TcContext context, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is used to create an authorization ticket, to allow the TPM owner to specify/select one or more migration authorities they approve and allow user to generate CMKs without further involvement of the owner.
static java.lang.Object[] TcTspInternal.TspCmkConvertMigration_Internal(TcContext context, long parentHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
          This command is used as the final step to finish migrating a key to a new TPM.
static java.lang.Object[] TcTspInternal.TspCmkCreateBlob_Internal(TcContext context, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
          This command is similar to TcspiCreateMigrationBlob, except that it uses migration authority data whose migration data are independent from tpmProof.
static java.lang.Object[] TcTspInternal.TspCmkCreateKey_Internal(TcContext context, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmKey12 keyInfo, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1, TcTpmSecret pubAuth)
          This command both generates and creates a secure storage bundle for asymmetric keys whose migration is controlled/restricted by a migration authority.
static TcTcsAuth TcTspInternal.TspCmkSetRestrictions_Internal(TcContext context, long restriction, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is used by the owner to order the usage of a CMK with delegated authorization.
static java.lang.Object[] TcTspInternal.TspConvertMigrationBlob_Internal(TcContext context, long parentHandle, TcBlobData inData, TcBlobData random, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
          This method takes a migration blob and creates a normal wrapped blob.
static java.lang.Object[] TcTspInternal.TspCreateCounter_Internal(TcContext context, TcTpmEncauth encAuth, TcBlobData label, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method creates a new counter in the TPM.
static java.lang.Object[] TcTspInternal.TspCreateMaintenanceArchive_Internal(TcContext context, boolean generateRandom, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method creates a TPM maintenance archive.
static java.lang.Object[] TcTspInternal.TspCreateMigrationBlob_Internal(TcContext context, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret parentAuth, TcTpmSecret entityAuth)
          This method implements the first step in the process of moving a migratable key to a new parent key or platform.
static java.lang.Object[] TcTspInternal.TspCreateWrapKey_Internal(TcContext context, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1, TcTpmSecret pubAuth)
           
static java.lang.Object[] TcTspInternal.TspDaaJoin_Internal(TcContext context, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method executes a TPM DAA join command.
static java.lang.Object[] TcTspInternal.TspDaaSign_Internal(TcContext context, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method executes a TPM DAA sign command.
static java.lang.Object[] TcTspInternal.TspDelegate_UpdateVerificationCount_Internal(TcContext context, TcBlobData inputData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method sets the cerificationCount in an entity (a blob or a delegation row) to the current family value, in order that the delegations represented by that entity will continue to be accepted by the TPM.
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.
static TcTcsAuth TcTspInternal.TspDelegateLoadOwnerDelegation_Internal(TcContext context, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method is used to load an owner delegation blob into the TPM non-volatile delegation table.
static java.lang.Object[] TcTspInternal.TspDelegateManage_Internal(TcContext context, long familyID, long opCode, TcBlobData opData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command is authorized either by the TPM owner or by physical presence.
static TcTcsAuth TcTspInternal.TspDirWriteAuth_Internal(TcContext context, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
           
static TcTcsAuth TcTspInternal.TspDisableOwnerClear_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command disables the ability to execute the OwnerClear command permanently.
static TcTcsAuth TcTspInternal.TspDisablePubekRead_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method returns the public portion of the endorsement key.
static java.lang.Object[] TcTspInternal.TspEstablishTransport_Internal(TcContext context, long encHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1, TcTpmSecret keyAuth)
           
static java.lang.Object[] TcTspInternal.TspExecuteTransport_Internal(TcContext context, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1, TcTpmSecret transAuth)
           
static java.lang.Object[] TcTspInternal.TspGetAuditDigestSigned_Internal(TcContext context, long keyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTpmSecret keyAuth)
          This method gets the signed digest of audited ordinals.
static java.lang.Object[] TcTspInternal.TspGetCapabilityOwner_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method enables the TPM owner to retrieve information belonging to the TPM owner.
static java.lang.Object[] TcTspInternal.TspGetPubKey_Internal(TcContext context, long keyHandle, TcTcsAuth inAuth1, TcTpmSecret keyAuth)
           
static java.lang.Object[] TcTspInternal.TspIncrementCounter_Internal(TcContext context, long countID, TcTcsAuth inAuth1, TcTpmSecret counterAuth)
          This method selects a counter if one has not yet been selected, and increments that counter register.
static TcTcsAuth TcTspInternal.TspKillMaintenanceFeature_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method triggers a permanent action that prevents ANYONE from creating a TPM maintenance archive until a new TPM owner is set.
static java.lang.Object[] TcTspInternal.TspLoadKey2ByBlob_Internal(TcContext context, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
           
static java.lang.Object[] TcTspInternal.TspLoadKeyByBlob_Internal(TcContext context, long hUnwrappingKey, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth1, TcTpmSecret parentAuth)
           
static java.lang.Object[] TcTspInternal.TspLoadMaintenanceArchive_Internal(TcContext context, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method loads a TPM maintenance archive that has been massaged by the manufacturer to load into another TPM.
static java.lang.Object[] TcTspInternal.TspMakeIdentity_Internal(TcContext context, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret srkAuth, TcTpmSecret ownerAuth)
           
static java.lang.Object[] TcTspInternal.TspMakeIdentity2_Internal(TcContext context, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret srkAuth, TcTpmSecret ownerAuth)
           
static java.lang.Object[] TcTspInternal.TspMigrateKey_Internal(TcContext context, long maKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret keyAuth)
          This method performs the function of a migration authority.
static TcTcsAuth TcTspInternal.TspNvDefineSpace_Internal(TcContext context, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command sets aside space in the TPM NVRAM and defines the access requirements necessary to read and write that space.
static java.lang.Object[] TcTspInternal.TspNvReadValue_Internal(TcContext context, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method reads a value from the NV store.
static java.lang.Object[] TcTspInternal.TspNvReadValueAuth_Internal(TcContext context, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1, TcTpmSecret authHmac)
          This method reads a value from the NV store.
static TcTcsAuth TcTspInternal.TspNvWriteValue_Internal(TcContext context, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command writes the value to a defined area.
static TcTcsAuth TcTspInternal.TspNvWriteValueAuth_Internal(TcContext context, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1, TcTpmSecret authValue)
          This command writes a previously defined area.
static TcTcsAuth TcTspInternal.TspOwnerClear_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command clears the TPM under owner authorization.
static java.lang.Object[] TcTspInternal.TspOwnerReadInternalPub_Internal(TcContext context, long keyHandle, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
           
static java.lang.Object[] TcTspInternal.TspOwnerReadPubek_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method allows the TPM owner to read the public endorsement key.
static TcTcsAuth TcTspInternal.TspOwnerSetDisable_Internal(TcContext context, boolean disableState, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method is used to change the status of the TPM_PERSISTENT_DISABLE flag.
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.
static TcTcsAuth TcTspInternal.TspReleaseCounter_Internal(TcContext context, long countID, TcTcsAuth inAuth1, TcTpmSecret counterAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static TcTcsAuth TcTspInternal.TspReleaseCounterOwner_Internal(TcContext context, long countID, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method releases a counter so that no reads or increments of the indicated counter will succeed.
static java.lang.Object[] TcTspInternal.TspReleaseTransportSigned_Internal(TcContext context, long keyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret keyAuth, TcTpmSecret transAuth)
           
static TcTcsAuth TcTspInternal.TspResetLockValue_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          Resets the lock that get set in a TPM after multiple false authorization attempts.
static java.lang.Object[] TcTspInternal.TspSeal_Internal(TcContext context, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo 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.
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.
static TcTcsAuth TcTspInternal.TspSetCapability_Internal(TcContext context, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method allows the caller to set values in the TPM.
static TcTcsAuth TcTspInternal.TspSetOrdinalAuditStatus_Internal(TcContext context, long ordinalToAudit, boolean auditState, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This command sets the audit flag for a given ordinal.
static TcTcsAuth TcTspInternal.TspSetRedirection_Internal(TcContext context, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          Redirected keys enable the output of a TPM to be directed to non-TCG security functions in the platform, without exposing that output to non-security functions.
static TcTcsAuth TcTspInternal.TspSetTempDeactivated2_Internal(TcContext context, TcTcsAuth inAuth1, TcTpmSecret operatorAuth)
          This method sets the TPM_VOLATILE_FLAGS.deactivated to the value TRUE which temporarily deactivates the TPM.
static java.lang.Object[] TcTspInternal.TspSign_Internal(TcContext context, long keyHandle, TcBlobData areaToSign, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This method signs a digest and returns the resulting digital signature.
static java.lang.Object[] TcTspInternal.TspTakeOwnership_Internal(TcContext context, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth1, TcTpmSecret ownerAuth)
          This method inserts the Owner-authorization data and creates a new Storage Root Key (SRK).
static java.lang.Object[] TcTspInternal.TspTickStampBlob_Internal(TcContext context, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This method is similar to a time stamp: it associates a tick value with a blob, indicating that the blob existed at some point earlier than the time corresponding to the tick value.
static java.lang.Object[] TcTspInternal.TspUnBind_Internal(TcContext context, long keyHandle, TcBlobData inData, TcTcsAuth inAuth1, TcTpmSecret privAuth)
          This method takes the data blob that is the result of a bind command and decrypts it for export to the user.
static java.lang.Object[] TcTspInternal.TspUnseal_Internal(TcContext context, long parentHandle, TcITpmStoredData inData, TcTcsAuth inAuth1, TcTcsAuth inAuth2, TcTpmSecret parentAuth, TcTpmSecret dataAuth)
          This method will reveal sealed data only if it was encrypted on this platform and the current configuration (defined by the named PCRs) is the one named as qualified to decrypt it.
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTcsAuth
 java.lang.Object[] TcITcsBinding.TcsEstablishTransport(long hContext, long encHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsExecuteTransport(long hContext, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipActivateIdentity(long hContext, long idKeyHandle, TcBlobData blob, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipAuthorizeMigrationKey(long hContext, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCertifyKey(long hContext, long certHandle, long keyHandle, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipCertifyKey2(long hContext, long certHandle, long keyHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipChangeAuth(long hContext, long parentHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipChangeAuthAsymFinish(long hContext, long parentHandle, long ephHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipChangeAuthOwner(long hContext, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkApproveMA(long hContext, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkConvertMigration(long hContext, long parentHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkCreateBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkCreateKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTpmKey12 keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkCreateTicket(long hContext, TcTpmPubkey verificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCmkSetRestrictions(long hContext, long restriction, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipConvertMigrationBlob(long hContext, long parentHandle, TcBlobData inData, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateCounter(long hContext, TcBlobData label, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateMaintenanceArchive(long hContext, boolean generateRandom, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateMigrationBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipCreateWrapKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDaaJoin(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDaaSign(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcITcsBinding.TcsipDelegateLoadOwnerDelegation(long hContext, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDelegateManage(long hContext, long familyID, long opCode, TcBlobData opData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDelegateUpdateVerificationCount(long hContext, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDirWriteAuth(long hContext, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDisableOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipDisablePubekRead(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipFieldUpgrade(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcITcsBinding.TcsipGetAuditDigestSigned(long hContext, long keyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipGetCapabilityOwner(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipGetPubKey(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipIncrementCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 void TcITcsBinding.TcsipKeyControlOwner(long hContext, long tcsKeyHandle, long attribName, long attribValue, TcTcsAuth ownerAuth, TcTssUuid uuidData)
           
 java.lang.Object[] TcITcsBinding.TcsipKillMaintenanceFeature(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcITcsBinding.TcsipLoadKeyByBlob(long hContext, long hUnwrappingKey, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcITcsBinding.TcsipLoadMaintenanceArchive(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcITcsBinding.TcsipMakeIdentity(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipMakeIdentity2(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsipMigrateKey(long hContext, long maKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipNvDefineOrReleaseSpace(long hContext, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipNvReadValue(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipNvReadValueAuth(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipNvWriteValue(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipNvWriteValueAuth(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipOwnerReadInternalPub(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipOwnerReadPubek(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipOwnerSetDisable(long hContext, boolean disableState, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcITcsBinding.TcsipReleaseCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipReleaseCounterOwner(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipResetLockValue(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSealx(long hContext, long keyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSetCapability(long hContext, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSetOrdinalAuditStatus(long hContext, TcTcsAuth ownerAuth, long ordinalToAudit, boolean auditState)
           
 java.lang.Object[] TcITcsBinding.TcsipSetRedirection(long hContext, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSetTempDeactivated2(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipSign(long hContext, long keyHandle, TcBlobData areaToSign, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipTakeOwnership(long hContext, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipTickStampBlob(long hContext, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipUnBind(long hContext, long keyHandle, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcITcsBinding.TcsipUnseal(long hContext, long parentHandle, TcITpmStoredData inData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcITcsBinding.TcsReleaseTransportSigned(long hContext, long keyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTcsAuth
 java.lang.Object[] TcTcsBindingLocal.TcsEstablishTransport(long hContext, long encHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsExecuteTransport(long hContext, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipActivateIdentity(long hContext, long idKeyHandle, TcBlobData blob, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipAuthorizeMigrationKey(long hContext, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCertifyKey(long hContext, long certHandle, long keyHandle, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCertifyKey2(long hContext, long certHandle, long keyHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipChangeAuth(long hContext, long parentHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipChangeAuthAsymFinish(long hContext, long parentHandle, long ephHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipChangeAuthOwner(long hContext, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkApproveMA(long hContext, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkConvertMigration(long hContext, long parentHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkCreateBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkCreateKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTpmKey12 keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkCreateTicket(long hContext, TcTpmPubkey verificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCmkSetRestrictions(long hContext, long restriction, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipConvertMigrationBlob(long hContext, long parentHandle, TcBlobData inData, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateCounter(long hContext, TcBlobData label, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateMaintenanceArchive(long hContext, boolean generateRandom, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateMigrationBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipCreateWrapKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDaaJoin(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDaaSign(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDelegateLoadOwnerDelegation(long hContext, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDelegateManage(long hContext, long familyID, long opCode, TcBlobData opData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDelegateUpdateVerificationCount(long hContext, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDirWriteAuth(long hContext, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDisableOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipDisablePubekRead(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipFieldUpgrade(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipGetAuditDigestSigned(long hContext, long keyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipGetCapabilityOwner(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipGetPubKey(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipIncrementCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 void TcTcsBindingLocal.TcsipKeyControlOwner(long hContext, long tcsKeyHandle, long attribName, long attribValue, TcTcsAuth ownerAuth, TcTssUuid uuidData)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipKillMaintenanceFeature(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipLoadKeyByBlob(long hContext, long hUnwrappingKey, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipLoadMaintenanceArchive(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipMakeIdentity(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipMakeIdentity2(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipMigrateKey(long hContext, long maKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipNvDefineOrReleaseSpace(long hContext, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipNvReadValue(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipNvReadValueAuth(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipNvWriteValue(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipNvWriteValueAuth(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipOwnerReadInternalPub(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipOwnerReadPubek(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipOwnerSetDisable(long hContext, boolean disableState, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipReleaseCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipReleaseCounterOwner(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipResetLockValue(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSealx(long hContext, long keyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSetCapability(long hContext, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSetOrdinalAuditStatus(long hContext, TcTcsAuth inAuth1, long ordinalToAudit, boolean auditState)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSetRedirection(long hContext, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSetTempDeactivated2(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipSign(long hContext, long keyHandle, TcBlobData areaToSign, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipTakeOwnership(long hContext, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipTickStampBlob(long hContext, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipUnBind(long hContext, long keyHandle, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingLocal.TcsipUnseal(long hContext, long parentHandle, TcITpmStoredData inData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingLocal.TcsReleaseTransportSigned(long hContext, long keyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice that return TcTcsAuth
static TcTcsAuth ConvertDataTypesClient.convertTcsAuth(TPMAUTH in)
           
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTcsAuth
static TPMAUTH ConvertDataTypesClient.convertTcsAuth(TcTcsAuth in)
           
 java.lang.Object[] TcTcsBindingSoap.TcsEstablishTransport(long hContext, long encHandle, TcTpmTransportPublic transPublic, TcBlobData secret, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsExecuteTransport(long hContext, TcBlobData wrappedCmd, long transHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipActivateIdentity(long hContext, long idKeyHandle, TcBlobData blob, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipAuthorizeMigrationKey(long hContext, int migrationScheme, TcTpmPubkey migrationKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCertifyKey(long hContext, long certHandle, long keyHandle, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCertifyKey2(long hContext, long certHandle, long keyHandle, TcTpmDigest migrationPubDigest, TcTpmNonce antiReplay, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipChangeAuth(long hContext, long parentHandle, int protocolID, TcTpmEncauth newAuth, int entityType, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipChangeAuthAsymFinish(long hContext, long parentHandle, long ephHandle, int entityType, TcTpmDigest newAuthLink, TcBlobData encNewAuth, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipChangeAuthAsymStart(long hContext, long idHandle, TcTpmNonce antiReplay, TcTpmKeyParms tempKey, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipChangeAuthOwner(long hContext, int protocolID, TcTpmEncauth newAuth, int entityType, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkApproveMA(long hContext, TcTpmDigest migrationAuthorityDigest, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkConvertMigration(long hContext, long parentHandle, TcTpmCmkAuth restrictTicket, TcTpmDigest sigTicket, TcTpmKey12 migratedKey, TcTpmMsaComposite msaList, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkCreateBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcTpmDigest pubSourceKeyDigest, TcTpmMsaComposite msaList, TcBlobData restrictTicket, TcBlobData sigTicket, TcBlobData encData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkCreateKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmDigest migrationAuthorityApproval, TcTpmDigest migrationAuthorityDigest, TcTpmKey12 keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkCreateTicket(long hContext, TcTpmPubkey verificationKey, TcTpmDigest signedData, TcBlobData signatureValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCmkSetRestrictions(long hContext, long restriction, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipConvertMigrationBlob(long hContext, long parentHandle, TcBlobData inData, TcBlobData random, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateCounter(long hContext, TcBlobData label, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateMaintenanceArchive(long hContext, boolean generateRandom, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateMigrationBlob(long hContext, long parentHandle, int migrationType, TcTpmMigrationkeyAuth migrationKeyAuth, TcBlobData encData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipCreateWrapKey(long hContext, long parentHandle, TcTpmEncauth dataUsageAuth, TcTpmEncauth dataMigrationAuth, TcITpmKeyNew keyInfo, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDaaJoin(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDaaSign(long hContext, long handle, short stage, TcBlobData inputData0, TcBlobData inputData1, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDelegateLoadOwnerDelegation(long hContext, long index, TcTpmDelegateOwnerBlob blob, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDelegateManage(long hContext, long familyID, long opCode, TcBlobData opData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDelegateUpdateVerificationCount(long hContext, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDirWriteAuth(long hContext, long dirIndex, TcTpmDigest newContents, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDisableOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipDisablePubekRead(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipFieldUpgrade(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipGetAuditDigestSigned(long hContext, long keyHandle, boolean closeAudit, TcTpmNonce antiReplay, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipGetCapabilityOwner(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipGetPubKey(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipIncrementCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 void TcTcsBindingSoap.TcsipKeyControlOwner(long hContext, long tcsKeyHandle, long attribName, long attribValue, TcTcsAuth ownerAuth, TcTssUuid uuidData)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipKillMaintenanceFeature(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipLoadKey2ByBlob(long hContext, long hUnwrappingKey, TcITpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipLoadKeyByBlob(long hContext, long hUnwrappingKey, TcTpmKey wrappedKeyBlob, TcTcsAuth inAuth)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipLoadMaintenanceArchive(long hContext, TcBlobData inData, TcTcsAuth ownerAuth)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipMakeIdentity(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipMakeIdentity2(long hContext, TcTpmEncauth identityAuth, TcTpmDigest labelPrivCADigest, TcITpmKeyNew idKeyParams, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipMigrateKey(long hContext, long maKeyHandle, TcTpmPubkey pubKey, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipNvDefineOrReleaseSpace(long hContext, TcTpmNvDataPublic pubInfo, TcTpmEncauth encAuth, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipNvReadValue(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipNvReadValueAuth(long hContext, long nvIndex, long offset, long dataSz, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipNvWriteValue(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipNvWriteValueAuth(long hContext, long nvIndex, long offset, TcBlobData data, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipOwnerClear(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipOwnerReadInternalPub(long hContext, long keyHandle, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipOwnerReadPubek(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipOwnerSetDisable(long hContext, boolean disableState, TcTcsAuth inAuth1)
           
 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)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipReleaseCounter(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipReleaseCounterOwner(long hContext, long countID, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipResetLockValue(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSeal(long hContext, long keyHandle, TcTpmEncauth encAuth, TcITpmPcrInfo pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSealx(long hContext, long keyHandle, TcTpmEncauth encAuth, TcTpmPcrInfoLong pcrInfo, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSetCapability(long hContext, long capArea, TcBlobData subCap, TcBlobData setValue, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSetOrdinalAuditStatus(long hContext, TcTcsAuth inAuth1, long ordinalToAudit, boolean auditState)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSetRedirection(long hContext, long keyHandle, long redirCmd, TcBlobData inputData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSetTempDeactivated2(long hContext, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipSign(long hContext, long keyHandle, TcBlobData areaToSign, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipTakeOwnership(long hContext, int protocolID, TcBlobData encOwnerAuth, TcBlobData encSrkAuth, TcITpmKeyNew srkParams, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipTickStampBlob(long hContext, long keyHandle, TcTpmNonce antiReplay, TcTpmDigest digestToStamp, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipUnBind(long hContext, long keyHandle, TcBlobData inData, TcTcsAuth inAuth1)
           
 java.lang.Object[] TcTcsBindingSoap.TcsipUnseal(long hContext, long parentHandle, TcITpmStoredData inData, TcTcsAuth inAuth1, TcTcsAuth inAuth2)
           
 java.lang.Object[] TcTcsBindingSoap.TcsReleaseTransportSigned(long hContext, long keyHandle, TcTpmNonce antiReplay, long transHandle, TcTcsAuth inAuth1, TcTcsAuth inAuth2)