| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.PolicyOR(TPM_HANDLE policySession,
TPM2B_DIGEST[] pHashList)
This command allows options in authorizations without requiring that the TPM evaluate all of the options.
|
| Modifier and Type | Field and Description |
|---|---|
TPM2B_DIGEST[] |
TPML_DIGEST.digests
a list of digests For TPM2_PolicyOR(), all digests will have been computed using the digest of the policy session.
|
TPM2B_DIGEST[] |
PCR_ReadResponse.pcrValues
the contents of the PCR indicated in pcrSelectOut-) pcrSelection[] as tagged digests
|
TPM2B_DIGEST[] |
TPM2_PolicyOR_REQUEST.pHashList
the list of hashes to check for a match
|
| Modifier and Type | Method and Description |
|---|---|
static TPM2B_DIGEST |
TPM2B_DIGEST.fromTpm(byte[] x) |
static TPM2B_DIGEST |
TPM2B_DIGEST.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
PCR_ReadResponse(int _pcrUpdateCounter,
TPMS_PCR_SELECTION[] _pcrSelectionOut,
TPM2B_DIGEST[] _pcrValues)
This command returns the values of all PCR specified in pcrSelectionIn.
|
TPM2_PolicyOR_REQUEST(TPM_HANDLE _policySession,
TPM2B_DIGEST[] _pHashList)
This command allows options in authorizations without requiring that the TPM evaluate all of the options.
|
TPML_DIGEST(TPM2B_DIGEST[] _digests)
This list is used to convey a list of digest values.
|
Copyright © 2017. All rights reserved.