|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcTssPcrEvent
public class TcTssPcrEvent
This class provides information about an individual PCR extend event.
Constructor Summary | |
---|---|
TcTssPcrEvent()
Default constructor. |
Method Summary | |
---|---|
TcBlobData |
getEvent()
Returns contents of the event field. |
long |
getEventLength()
Returns length of the event. |
long |
getEventType()
Returns contents of the eventType field. |
long |
getPcrIndex()
Returns contents of the pcrIndex field. |
TcBlobData |
getPcrValue()
Returns contents of the pcrValue field. |
long |
getPcrValueLength()
Returns the length of the PCR value. |
TcTssVersion |
getVersionInfo()
Returns contents of the versionInfo field. |
TcTssPcrEvent |
init(TcTssVersion versionInfo,
long pcrIndex,
long eventType,
TcBlobData pcrValue,
TcBlobData event)
Initialization method taking and setting all parameters at once. |
void |
setEvent(TcBlobData event)
Sets the event field. |
void |
setEventType(long eventType)
Sets the eventType field. |
void |
setPcrIndex(long pcrIndex)
Sets the pcrIndex field. |
void |
setPcrValue(TcBlobData pcrValue)
Sets the pcrValue field. |
void |
setVersionInfo(TcTssVersion versionInfo)
Sets the versionInfo field. |
String |
toString()
Returns a String representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTssPcrEvent()
Method Detail |
---|
public TcTssPcrEvent init(TcTssVersion versionInfo, long pcrIndex, long eventType, TcBlobData pcrValue, TcBlobData event)
public long getEventLength()
public long getEventType()
public void setEventType(long eventType)
public long getPcrIndex()
public void setPcrIndex(long pcrIndex)
public long getPcrValueLength()
public TcBlobData getEvent()
public void setEvent(TcBlobData event)
public TcBlobData getPcrValue()
public void setPcrValue(TcBlobData pcrValue)
public TcTssVersion getVersionInfo()
public void setVersionInfo(TcTssVersion versionInfo)
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |