| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
TPM_GENERATED |
TPMS_ATTEST.magic
the indication that this structure was created by a TPM (always TPM_GENERATED_VALUE)
|
static TPM_GENERATED |
TPM_GENERATED.VALUE |
| Modifier and Type | Method and Description |
|---|---|
static TPM_GENERATED |
TPM_GENERATED.fromInt(int value) |
static TPM_GENERATED |
TPM_GENERATED.fromTpm(byte[] buf) |
static TPM_GENERATED |
TPM_GENERATED.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_GENERATED> |
TPM_GENERATED.values() |
| Constructor and Description |
|---|
TPMS_ATTEST(TPM_GENERATED _magic,
byte[] _qualifiedSigner,
byte[] _extraData,
TPMS_CLOCK_INFO _clockInfo,
long _firmwareVersion,
TPMU_ATTEST _attested)
This structure is used on each TPM-generated signed structure.
|
Copyright © 2017. All rights reserved.