|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TcTpmNonce in iaik.tc.tss.api.structs.tcs |
---|
Methods in iaik.tc.tss.api.structs.tcs that return TcTpmNonce | |
---|---|
TcTpmNonce |
TcTcsAuth.getNonceEven()
This method returns the content of the nonceEven field. |
TcTpmNonce |
TcTcsAuth.getNonceOdd()
This method returns the content of the nonceOdd field. |
Methods in iaik.tc.tss.api.structs.tcs with parameters of type TcTpmNonce | |
---|---|
void |
TcTcsAuth.setNonceEven(TcTpmNonce nonceEven)
This method sets the content of the nonceEven field. |
void |
TcTcsAuth.setNonceOdd(TcTpmNonce nonceOdd)
This method sets the content of the nonceOdd field. |
Uses of TcTpmNonce in iaik.tc.tss.api.structs.tpm |
---|
Methods in iaik.tc.tss.api.structs.tpm that return TcTpmNonce | |
---|---|
TcTpmNonce |
TcTpmContextSensitive.getContextNonce()
Returns contents of the contextNonce field. |
TcTpmNonce |
TcTpmDaaContext.getDAAcontextSeed()
Returns contents of the DAAcontextSeed field. |
TcTpmNonce |
TcTpmCertifyInfo2.getData()
Returns contents of the data field. |
TcTpmNonce |
TcTpmCertifyInfo.getData()
Returns contents of the data field. |
TcTpmNonce |
TcTpmQuoteInfo2.getExternalData()
Returns contents of the externalData field. |
TcTpmNonce |
TcTpmQuoteInfo.getExternalData()
Returns contents of the externalData field. |
TcTpmNonce |
TcTpmChangeauthValidate.getN1()
Returns contents of the n1 field. |
TcTpmNonce |
TcTpmSignInfo.getReplay()
Returns contents of the replay field. |
TcTpmNonce |
TcTpmCurrentTicks.getTickNonce()
Returns contents of the tickNonce field. |
TcTpmNonce |
TcTpmSealedData.getTpmProof()
Returns contents of the tpmProof field. |
TcTpmNonce |
TcTpmTransportInternal.getTransNonceEven()
Returns contents of the transNonceEven field. |
Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmNonce | |
---|---|
void |
TcTpmContextSensitive.setContextNonce(TcTpmNonce contextNonce)
Sets the contextNonce field. |
void |
TcTpmDaaContext.setDAAcontextSeed(TcTpmNonce DAAcontextSeed)
Sets the DAAcontextSeed field. |
void |
TcTpmCertifyInfo2.setData(TcTpmNonce data)
Sets the data field. |
void |
TcTpmCertifyInfo.setData(TcTpmNonce data)
Sets the data field. |
void |
TcTpmQuoteInfo2.setExternalData(TcTpmNonce externalData)
Sets the externalData field. |
void |
TcTpmQuoteInfo.setExternalData(TcTpmNonce externalData)
Sets the externalData field. |
void |
TcTpmChangeauthValidate.setN1(TcTpmNonce n1)
Sets the n1 field. |
void |
TcTpmSignInfo.setReplay(TcTpmNonce replay)
Sets the replay field. |
void |
TcTpmCurrentTicks.setTickNonce(TcTpmNonce tickNonce)
Sets the tickNonce field. |
void |
TcTpmSealedData.setTpmProof(TcTpmNonce tpmProof)
Sets the tpmProof field. |
void |
TcTpmTransportInternal.setTransNonceEven(TcTpmNonce transNonceEven)
Sets the transNonceEven field. |
Uses of TcTpmNonce in iaik.tc.tss.api.tspi |
---|
Methods in iaik.tc.tss.api.tspi with parameters of type TcTpmNonce | |
---|---|
java.lang.Object[] |
TcITpm.createRevocableEndorsementKey(TcIRsaKey key,
TcTssValidation validationData,
TcTpmNonce ekResetData)
This method creates the revocable endorsement key. |
void |
TcITpm.revokeEndorsementKey(TcTpmNonce ekResetData)
This method clears the TPM revocable endorsement key pair. |
Uses of TcTpmNonce in iaik.tc.tss.impl.csp |
---|
Methods in iaik.tc.tss.impl.csp that return TcTpmNonce | |
---|---|
static TcTpmNonce |
TcCrypto.createTcgNonce()
This method returns TPM_SHA1BASED_NONCE_LEN bytes of random data. |
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tcs.authmgr |
---|
Methods in iaik.tc.tss.impl.java.tcs.authmgr with parameters of type TcTpmNonce | |
---|---|
void |
TcTcsAuthCache.addActiveAuthSession(long authHandle,
TcTpmNonce nonceEven)
This method is called if a new auth session was established. |
void |
TcTcsAuthCacheVista.addActiveAuthSession(long authHandle,
TcTpmNonce nonceEven)
|
void |
TcTcsAuthCacheTpm12.addActiveAuthSession(long authHandle,
TcTpmNonce nonceEven)
|
static java.lang.Object[] |
TcTcsAuthManager.startDSAP(long hContext,
int entityType,
long tcsKeyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
|
static java.lang.Object[] |
TcTcsAuthManager.startOSAP(long hContext,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
|
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tcs.kcmgr |
---|
Methods in iaik.tc.tss.impl.java.tcs.kcmgr with parameters of type TcTpmNonce | |
---|---|
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 TcTpmNonce in iaik.tc.tss.impl.java.tcs.pbg |
---|
Methods in iaik.tc.tss.impl.java.tcs.pbg with parameters of type TcTpmNonce | |
---|---|
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[] |
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)
|
static java.lang.Object[] |
TcTpmCmdAuthorization.TpmDSAP(TcIStreamDest dest,
int entityType,
long keyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
|
static java.lang.Object[] |
TcTpmCmdAudit.TpmGetAuditDigestSigned(TcIStreamDest dest,
long keyHandle,
boolean closeAudit,
TcTpmNonce antiReplay,
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.TpmLoadManuMaintPub(TcIStreamDest dest,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
|
static java.lang.Object[] |
TcTpmCmdAuthorization.TpmOSAP(TcIStreamDest dest,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
|
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[] |
TcTpmCmdMaintenance.TpmReadManuMaintPub(TcIStreamDest dest,
TcTpmNonce antiReplay)
|
static java.lang.Object[] |
TcTpmCmdEkHandling.TpmReadPubek(TcIStreamDest dest,
TcTpmNonce antiReplay)
Return the endorsement key public portion. |
static java.lang.Object[] |
TcTpmCmdTransport.TpmReleaseTransportSigned(TcIStreamDest dest,
long keyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2)
|
static java.lang.Object[] |
TcTpmCmdEkHandling.TpmRevokeTrust(TcIStreamDest dest,
TcTpmNonce EKReset)
|
static java.lang.Object[] |
TcTpmCmdTiming.TpmTickStampBlob(TcIStreamDest dest,
long keyHandle,
TcTpmNonce antiReplay,
TcTpmDigest digestToStamp,
TcTcsAuth inAuth1)
|
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tcs.tcsi |
---|
Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTpmNonce | |
---|---|
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.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. |
static java.lang.Object[] |
TcTcsi.TcsipDSAP(long hContext,
int entityType,
long tcsKeyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
This method opens a delegated authorization session. |
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.TcsipLoadManuMaintPub(long hContext,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
This method loads the TPM manufactuerer's public key for use in the maintenance process. |
static java.lang.Object[] |
TcTcsi.TcsipOSAP(long hContext,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
This method creates the authorization handle, the shared secret and generates nonceEven and nonceEvenOSAP. |
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.TcsipReadManuMaintPub(long hContext,
TcTpmNonce antiReplay)
This command is used to check whether the manufactuerer's public maintenance key in a TPM has the expected value. |
static java.lang.Object[] |
TcTcsi.TcsipReadPubek(long hContext,
TcTpmNonce antiReplay)
This method returns the public portion of the endorsement key. |
static java.lang.Object[] |
TcTcsi.TcsipRevokeEndorsementKeyPair(long hContext,
TcTpmNonce ekReset)
This method clears the TPM revocable endorsement key pair. |
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.TcsReleaseTransportSigned(long hContext,
long tcsKeyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2)
TODO (transport): implement Tcsip method signature |
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tsp |
---|
Methods in iaik.tc.tss.impl.java.tsp with parameters of type TcTpmNonce | |
---|---|
java.lang.Object[] |
TcTpm.createRevocableEndorsementKey(TcIRsaKey key,
TcTssValidation validationData,
TcTpmNonce ekResetData)
|
void |
TcTpm.revokeEndorsementKey(TcTpmNonce ekResetData)
|
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tsp.internal |
---|
Methods in iaik.tc.tss.impl.java.tsp.internal with parameters of type TcTpmNonce | |
---|---|
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.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. |
static java.lang.Object[] |
TcTspInternal.TspDSAP_Internal(TcContext context,
int entityType,
long keyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
This method opens a delegated authorization session. |
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 TcTpmDigest |
TcTspInternal.TspLoadManuMaintPub_Internal(TcContext context,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
This method loads the TPM manufactuerer's public key for use in the maintenance process. |
static java.lang.Object[] |
TcTspInternal.TspOSAP_Internal(TcContext context,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
This method creates the authorization handle, the shared secret and generates nonceEven and nonceEvenOSAP. |
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 TcTpmDigest |
TcTspInternal.TspReadManuMaintPub_Internal(TcContext context,
TcTpmNonce antiReplay)
This command is used to check whether the manufactuerer's public maintenance key in a TPM has the expected value. |
static java.lang.Object[] |
TcTspInternal.TspReadPubek_Internal(TcContext context,
TcTpmNonce antiReplay)
This method returns the public portion of the endorsement key. |
static java.lang.Object[] |
TcTspInternal.TspReleaseTransportSigned_Internal(TcContext context,
long keyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2,
TcTpmSecret keyAuth,
TcTpmSecret transAuth)
|
static void |
TcTspInternal.TspRevokeEndorsementKeyPair_Internal(TcContext context,
TcTpmNonce EKReset)
This method clears the TPM revocable endorsement key pair. |
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. |
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tsp.tcsbinding |
---|
Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTpmNonce | |
---|---|
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.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)
|
java.lang.Object[] |
TcITcsBinding.TcsipDSAP(long hContext,
int entityType,
long keyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
|
java.lang.Object[] |
TcITcsBinding.TcsipGetAuditDigestSigned(long hContext,
long keyHandle,
boolean closeAudit,
TcTpmNonce antiReplay,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcITcsBinding.TcsipLoadManuMaintPub(long hContext,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
|
java.lang.Object[] |
TcITcsBinding.TcsipOSAP(long hContext,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
|
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.TcsipReadManuMaintPub(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcITcsBinding.TcsipReadPubek(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcITcsBinding.TcsipRevokeEndorsementKeyPair(long hContext,
TcTpmNonce EKReset)
|
java.lang.Object[] |
TcITcsBinding.TcsipTickStampBlob(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
TcTpmDigest digestToStamp,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcITcsBinding.TcsReleaseTransportSigned(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2)
|
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tsp.tcsbinding.local |
---|
Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTpmNonce | |
---|---|
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.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)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipDSAP(long hContext,
int entityType,
long keyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipGetAuditDigestSigned(long hContext,
long keyHandle,
boolean closeAudit,
TcTpmNonce antiReplay,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipLoadManuMaintPub(long hContext,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipOSAP(long hContext,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
|
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.TcsipReadManuMaintPub(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipReadPubek(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipRevokeEndorsementKeyPair(long hContext,
TcTpmNonce EKReset)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsipTickStampBlob(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
TcTpmDigest digestToStamp,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcTcsBindingLocal.TcsReleaseTransportSigned(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2)
|
Uses of TcTpmNonce in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice |
---|
Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTpmNonce | |
---|---|
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.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)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipDSAP(long hContext,
int entityType,
long keyHandle,
TcTpmNonce nonceOddDSAP,
TcBlobData entityValue)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipGetAuditDigestSigned(long hContext,
long keyHandle,
boolean closeAudit,
TcTpmNonce antiReplay,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipLoadManuMaintPub(long hContext,
TcTpmNonce antiReplay,
TcTpmPubkey pubKey)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipOSAP(long hContext,
int entityType,
long entityValue,
TcTpmNonce nonceOddOSAP)
|
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.TcsipReadManuMaintPub(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipReadPubek(long hContext,
TcTpmNonce antiReplay)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipRevokeEndorsementKeyPair(long hContext,
TcTpmNonce EKReset)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsipTickStampBlob(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
TcTpmDigest digestToStamp,
TcTcsAuth inAuth1)
|
java.lang.Object[] |
TcTcsBindingSoap.TcsReleaseTransportSigned(long hContext,
long keyHandle,
TcTpmNonce antiReplay,
long transHandle,
TcTcsAuth inAuth1,
TcTcsAuth inAuth2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |