|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcTssPlatformClass
public class TcTssPlatformClass
This structure identifies the class of a platform. The classes are defined by the TCG. The first value is an unsigned integer which is a reference number that identifies the platform class. The second value is an URI pointing to additional information on the platform maintained by the platform manufacturer or the TCG. If this value is null, no additional information is available.
Constructor Summary | |
---|---|
TcTssPlatformClass()
|
Method Summary | |
---|---|
long |
getPlatformClassIdentifier()
This method returns the content of the platformClassIdentifier field. |
TcBlobData |
getUri()
This method returns the content of the uri field. |
void |
setPlatformClassIdentifier(long platformClassIdentifier)
This method sets the content of the platformClassIdentifier field. |
void |
setUri(TcBlobData uri)
This method sets the content of the uri field. |
String |
toString()
This method returns a string representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTssPlatformClass()
Method Detail |
---|
public long getPlatformClassIdentifier()
public void setPlatformClassIdentifier(long platformClassIdentifier)
public TcBlobData getUri()
public void setUri(TcBlobData uri)
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |