|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcTssUuid
public class TcTssUuid
This structure provides information about an UUID identifier that is unique within a particular key hierarchy for a given platform. Several UUIDs are reserved for particular keys such as the SRK. These UUIDs are used to register keys in the persistent storage of the TSS Key Manager.
Constructor Summary | |
---|---|
TcTssUuid()
Default constructor. |
Method Summary | |
---|---|
Object |
clone()
Returns a clone of the object. |
boolean |
equals(Object obj)
Compares two UUIDs. |
short |
getClockSeqHigh()
Returns contents of the clockSeqHigh field. |
short |
getClockSeqLow()
Returns contents of the clockSeqLow field. |
short[] |
getNode()
Returns contents of the node field. |
int |
getTimeHigh()
Returns contents of the timeHigh field. |
long |
getTimeLow()
Returns contents of the timeLow field. |
int |
getTimeMid()
Returns contents of the timeMid field. |
TcTssUuid |
init(long timeLow,
int timeMid,
int timeHigh,
short clockSeqLow,
short clockSeqHigh,
short[] node)
Constructor taking all required arguments to fully initialize the UUID. |
TcTssUuid |
initString(String uuid)
Constructor taking all required arguments as a string to fully initialize the UUID. |
void |
setClockSeqHigh(short clockSeqHigh)
Sets the clockSeqHigh field. |
void |
setClockSeqLow(short clockSeqLow)
Sets the clockSeqLow field. |
void |
setNode(short[] node)
Sets the node field. |
void |
setTimeHigh(int timeHigh)
Sets the timeHigh field. |
void |
setTimeLow(long timeLow)
Sets the timeLow field. |
void |
setTimeMid(int timeMid)
Sets the timeMid field. |
String |
toString()
Returns a String representation of the object. |
String |
toStringNoPrefix()
Returns a String representation of the object. |
Methods inherited from class Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTssUuid()
Method Detail |
---|
public TcTssUuid init(long timeLow, int timeMid, int timeHigh, short clockSeqLow, short clockSeqHigh, short[] node)
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public String toStringNoPrefix()
public TcTssUuid initString(String uuid)
public Object clone()
clone
in class Object
public short getClockSeqHigh()
public void setClockSeqHigh(short clockSeqHigh)
public short getClockSeqLow()
public void setClockSeqLow(short clockSeqLow)
public short[] getNode()
public void setNode(short[] node)
public int getTimeHigh()
public void setTimeHigh(int timeHigh)
public long getTimeLow()
public void setTimeLow(long timeLow)
public int getTimeMid()
public void setTimeMid(int timeMid)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |