iaik.tc.tss.api.structs.tsp
Class TcTssPlatformClass

Object
  extended by TcTssPlatformClass

public class TcTssPlatformClass
extends Object

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.

TSS Spec. 1.2 Errata A, page number:
114

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

TcTssPlatformClass

public TcTssPlatformClass()
Method Detail

getPlatformClassIdentifier

public long getPlatformClassIdentifier()
This method returns the content of the platformClassIdentifier field.


setPlatformClassIdentifier

public void setPlatformClassIdentifier(long platformClassIdentifier)
This method sets the content of the platformClassIdentifier field.


getUri

public TcBlobData getUri()
This method returns the content of the uri field.


setUri

public void setUri(TcBlobData uri)
This method sets the content of the uri field.


toString

public String toString()
This method returns a string representation of the object.

Overrides:
toString in class Object