|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmCounterValue
public class TcTpmCounterValue
Constructor Summary | |
---|---|
TcTpmCounterValue()
Constructor - see superclass for details |
|
TcTpmCounterValue(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmCounterValue(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmCounterValue(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getCounter()
Returns contents of the counter field. |
TcBlobData |
getEncoded()
This method encodes the TPM_COUNTER_VALUE as a byte blob. |
String |
getLabel()
Returns contents of the label field. |
int |
getTag()
Returns contents of the tag field. |
void |
setCounter(long counter)
Sets the counter field. |
void |
setLabel(String label)
Sets the label field. |
void |
setTag(int tag)
Sets the tag 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 TcTpmCounterValue()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmCounterValue(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmCounterValue(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmCounterValue(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public int getTag()
public void setTag(int tag)
public String getLabel()
public void setLabel(String label)
public long getCounter()
public void setCounter(long counter)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |