| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.ClockRateAdjust(TPM_HANDLE auth,
TPM_CLOCK_ADJUST rateAdjust)
This command adjusts the rate of advance of Clock and Time to provide a better approximation to real time.
|
| Modifier and Type | Field and Description |
|---|---|
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.COARSE_FASTER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.COARSE_SLOWER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.FINE_FASTER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.FINE_SLOWER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.MEDIUM_FASTER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.MEDIUM_SLOWER |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.NO_CHANGE |
TPM_CLOCK_ADJUST |
TPM2_ClockRateAdjust_REQUEST.rateAdjust
Adjustment to current Clock update rate
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.fromInt(int value) |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.fromTpm(byte[] buf) |
static TPM_CLOCK_ADJUST |
TPM_CLOCK_ADJUST.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_CLOCK_ADJUST> |
TPM_CLOCK_ADJUST.values() |
| Constructor and Description |
|---|
TPM2_ClockRateAdjust_REQUEST(TPM_HANDLE _auth,
TPM_CLOCK_ADJUST _rateAdjust)
This command adjusts the rate of advance of Clock and Time to provide a better approximation to real time.
|
Copyright © 2017. All rights reserved.