| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
GetCapabilityResponse |
Tpm.GetCapability(TPM_CAP capability,
int property,
int propertyCount)
This command returns various information regarding the TPM and its current state.
|
| Modifier and Type | Field and Description |
|---|---|
static TPM_CAP |
TPM_CAP.ALGS |
static TPM_CAP |
TPM_CAP.AUDIT_COMMANDS |
static TPM_CAP |
TPM_CAP.AUTH_POLICIES |
TPM_CAP |
TPM2_GetCapability_REQUEST.capability
group selection; determines the format of the response
|
static TPM_CAP |
TPM_CAP.COMMANDS |
static TPM_CAP |
TPM_CAP.ECC_CURVES |
static TPM_CAP |
TPM_CAP.FIRST |
static TPM_CAP |
TPM_CAP.HANDLES |
static TPM_CAP |
TPM_CAP.LAST |
static TPM_CAP |
TPM_CAP.PCR_PROPERTIES |
static TPM_CAP |
TPM_CAP.PCRS |
static TPM_CAP |
TPM_CAP.PP_COMMANDS |
static TPM_CAP |
TPM_CAP.TPM_PROPERTIES |
static TPM_CAP |
TPM_CAP.VENDOR_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static TPM_CAP |
TPM_CAP.fromInt(int value) |
static TPM_CAP |
TPM_CAP.fromTpm(byte[] buf) |
static TPM_CAP |
TPM_CAP.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_CAP> |
TPM_CAP.values() |
| Constructor and Description |
|---|
TPM2_GetCapability_REQUEST(TPM_CAP _capability,
int _property,
int _propertyCount)
This command returns various information regarding the TPM and its current state.
|
Copyright © 2017. All rights reserved.