| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.Shutdown(TPM_SU shutdownType)
This command is used to prepare the TPM for a power cycle.
|
void |
Tpm.Startup(TPM_SU startupType)
TPM2_Startup() is always preceded by _TPM_Init, which is the physical indication that TPM initialization is necessary because of a system-wide reset.
|
| Modifier and Type | Field and Description |
|---|---|
static TPM_SU |
TPM_SU.CLEAR |
TPM_SU |
TPM2_Shutdown_REQUEST.shutdownType
TPM_SU_CLEAR or TPM_SU_STATE
|
TPM_SU |
TPM2_Startup_REQUEST.startupType
TPM_SU_CLEAR or TPM_SU_STATE
|
static TPM_SU |
TPM_SU.STATE |
| Modifier and Type | Method and Description |
|---|---|
static TPM_SU |
TPM_SU.fromInt(int value) |
static TPM_SU |
TPM_SU.fromTpm(byte[] buf) |
static TPM_SU |
TPM_SU.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_SU> |
TPM_SU.values() |
| Constructor and Description |
|---|
TPM2_Shutdown_REQUEST(TPM_SU _shutdownType)
This command is used to prepare the TPM for a power cycle.
|
TPM2_Startup_REQUEST(TPM_SU _startupType)
TPM2_Startup() is always preceded by _TPM_Init, which is the physical indication that TPM initialization is necessary because of a system-wide reset.
|
Copyright © 2017. All rights reserved.