| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.PolicyCounterTimer(TPM_HANDLE policySession,
byte[] operandB,
int offset,
TPM_EO operation)
This command is used to cause conditional gating of a policy based on the contents of the TPMS_TIME_INFO structure.
|
void |
Tpm.PolicyNV(TPM_HANDLE authHandle,
TPM_HANDLE nvIndex,
TPM_HANDLE policySession,
byte[] operandB,
int offset,
TPM_EO operation)
This command is used to cause conditional gating of a policy based on the contents of an NV Index.
|
| Modifier and Type | Field and Description |
|---|---|
static TPM_EO |
TPM_EO.BITCLEAR |
static TPM_EO |
TPM_EO.BITSET |
static TPM_EO |
TPM_EO.EQ |
static TPM_EO |
TPM_EO.NEQ |
TPM_EO |
TPM2_PolicyNV_REQUEST.operation
the comparison to make
|
TPM_EO |
TPM2_PolicyCounterTimer_REQUEST.operation
the comparison to make
|
static TPM_EO |
TPM_EO.SIGNED_GE |
static TPM_EO |
TPM_EO.SIGNED_GT |
static TPM_EO |
TPM_EO.SIGNED_LE |
static TPM_EO |
TPM_EO.SIGNED_LT |
static TPM_EO |
TPM_EO.UNSIGNED_GE |
static TPM_EO |
TPM_EO.UNSIGNED_GT |
static TPM_EO |
TPM_EO.UNSIGNED_LE |
static TPM_EO |
TPM_EO.UNSIGNED_LT |
| Modifier and Type | Method and Description |
|---|---|
static TPM_EO |
TPM_EO.fromInt(int value) |
static TPM_EO |
TPM_EO.fromTpm(byte[] buf) |
static TPM_EO |
TPM_EO.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_EO> |
TPM_EO.values() |
| Constructor and Description |
|---|
TPM2_PolicyCounterTimer_REQUEST(TPM_HANDLE _policySession,
byte[] _operandB,
int _offset,
TPM_EO _operation)
This command is used to cause conditional gating of a policy based on the contents of the TPMS_TIME_INFO structure.
|
TPM2_PolicyNV_REQUEST(TPM_HANDLE _authHandle,
TPM_HANDLE _nvIndex,
TPM_HANDLE _policySession,
byte[] _operandB,
int _offset,
TPM_EO _operation)
This command is used to cause conditional gating of a policy based on the contents of an NV Index.
|
Copyright © 2017. All rights reserved.