| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.NV_DefineSpace(TPM_HANDLE authHandle,
byte[] auth,
TPMS_NV_PUBLIC publicInfo)
This command defines the attributes of an NV Index and causes the TPM to reserve space to hold the data associated with the NV Index.
|
| Modifier and Type | Field and Description |
|---|---|
TPMS_NV_PUBLIC |
TPM2B_NV_PUBLIC.nvPublic
the public area
|
TPMS_NV_PUBLIC |
NV_ReadPublicResponse.nvPublic
the public area of the NV Index
|
TPMS_NV_PUBLIC |
TPM2_NV_DefineSpace_REQUEST.publicInfo
the public parameters of the NV area
|
| Modifier and Type | Method and Description |
|---|---|
static TPMS_NV_PUBLIC |
TPMS_NV_PUBLIC.fromTpm(byte[] x) |
static TPMS_NV_PUBLIC |
TPMS_NV_PUBLIC.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
NV_ReadPublicResponse(TPMS_NV_PUBLIC _nvPublic,
byte[] _nvName)
This command is used to read the public area and Name of an NV Index.
|
TPM2_NV_DefineSpace_REQUEST(TPM_HANDLE _authHandle,
byte[] _auth,
TPMS_NV_PUBLIC _publicInfo)
This command defines the attributes of an NV Index and causes the TPM to reserve space to hold the data associated with the NV Index.
|
TPM2B_NV_PUBLIC(TPMS_NV_PUBLIC _nvPublic)
This structure is used when a TPMS_NV_PUBLIC is sent on the TPM interface.
|
Copyright © 2017. All rights reserved.