| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
TPMT_HA[] |
Tpm.EventSequenceComplete(TPM_HANDLE pcrHandle,
TPM_HANDLE sequenceHandle,
byte[] buffer)
This command adds the last part of data, if any, to an Event Sequence and returns the result in a digest list.
|
TPMT_HA[] |
Tpm.PCR_Event(TPM_HANDLE pcrHandle,
byte[] eventData)
This command is used to cause an update to the indicated PCR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.PCR_Extend(TPM_HANDLE pcrHandle,
TPMT_HA[] digests)
This command is used to cause an update to the indicated PCR.
|
| Modifier and Type | Field and Description |
|---|---|
TPMT_HA[] |
TPML_DIGEST_VALUES.digests
a list of tagged digests
|
TPMT_HA[] |
TPM2_PCR_Extend_REQUEST.digests
list of tagged digest values to be extended
|
TPMT_HA[] |
PCR_EventResponse.digests
number of digests in the list
|
TPMT_HA |
FieldUpgradeDataResponse.firstDigest
tagged digest of the first block of the sequence
|
TPMT_HA |
FieldUpgradeDataResponse.nextDigest
tagged digest of the next block TPM_ALG_NULL if field update is complete
|
TPMT_HA |
TPMS_TAGGED_POLICY.policyHash
the policy algorithm and hash
|
TPMT_HA[] |
EventSequenceCompleteResponse.results
list of digests computed for the PCR
|
TPMT_HA |
PcrValue.value
PCR Value
|
| Modifier and Type | Method and Description |
|---|---|
TPMT_HA |
TPMT_HA.event(byte[] x)
Perform a TPM Event operation on the contents of this TPMT_HA
|
TPMT_HA |
TPMT_HA.extend(byte[] x)
Perform a TPM Extend operation on the contents of this TPMT_HA
|
static TPMT_HA |
TPMT_HA.fromHashOf(TPM_ALG_ID hashAlg,
byte[] data)
Create a TPMT_HA from the hash of data
|
static TPMT_HA |
TPMT_HA.fromHashOf(TPM_ALG_ID hashAlg,
String s)
Create a TPMT_HA from the hash of a UTF8 encoded string
|
static TPMT_HA |
TPMT_HA.fromTpm(byte[] x) |
static TPMT_HA |
TPMT_HA.fromTpm(InByteBuf buf) |
static TPMT_HA |
TPMT_HA.zeroHash(TPM_ALG_ID alg)
Create an all zero hash object
|
| Constructor and Description |
|---|
EventSequenceCompleteResponse(TPMT_HA[] _results)
This command adds the last part of data, if any, to an Event Sequence and returns the result in a digest list.
|
FieldUpgradeDataResponse(TPMT_HA _nextDigest,
TPMT_HA _firstDigest)
This command will take the actual field upgrade image to be installed on the TPM.
|
PCR_EventResponse(TPMT_HA[] _digests)
This command is used to cause an update to the indicated PCR.
|
PcrValue(int _index,
TPMT_HA _value)
Contains a PCR index and associated hash(pcr-value) [tss]
|
TPM2_PCR_Extend_REQUEST(TPM_HANDLE _pcrHandle,
TPMT_HA[] _digests)
This command is used to cause an update to the indicated PCR.
|
TPML_DIGEST_VALUES(TPMT_HA[] _digests)
This list is used to convey a list of digest values.
|
TPMS_TAGGED_POLICY(TPM_HANDLE _handle,
TPMT_HA _policyHash)
This structure is used in TPM2_GetCapability() to return the policy associated with a permanent handle.
|
Copyright © 2017. All rights reserved.