public class HostTpmAttestationReport extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostTpmEventLogEntry[] |
tpmEvents |
boolean |
tpmLogReliable |
HostTpmDigestInfo[] |
tpmPcrValues |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostTpmAttestationReport() |
| Modifier and Type | Method and Description |
|---|---|
HostTpmEventLogEntry[] |
getTpmEvents() |
HostTpmDigestInfo[] |
getTpmPcrValues() |
boolean |
isTpmLogReliable() |
void |
setTpmEvents(HostTpmEventLogEntry[] tpmEvents) |
void |
setTpmLogReliable(boolean tpmLogReliable) |
void |
setTpmPcrValues(HostTpmDigestInfo[] tpmPcrValues) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic HostTpmDigestInfo[] tpmPcrValues
public HostTpmEventLogEntry[] tpmEvents
public boolean tpmLogReliable
public HostTpmDigestInfo[] getTpmPcrValues()
public HostTpmEventLogEntry[] getTpmEvents()
public boolean isTpmLogReliable()
public void setTpmPcrValues(HostTpmDigestInfo[] tpmPcrValues)
public void setTpmEvents(HostTpmEventLogEntry[] tpmEvents)
public void setTpmLogReliable(boolean tpmLogReliable)
Copyright © 2011-2012. All Rights Reserved.