|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmTransportLogOut
public class TcTpmTransportLogOut
Constructor Summary | |
---|---|
TcTpmTransportLogOut()
Constructor - see superclass for details |
|
TcTpmTransportLogOut(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmTransportLogOut(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmTransportLogOut(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmCurrentTicks |
getCurrentTicks()
Returns contents of the currentTicks field. |
TcBlobData |
getEncoded()
This method encodes the TPM_TRANSPORT_LOG_OUT as a byte blob. |
long |
getLocality()
Returns contents of the locality field. |
TcTpmDigest |
getParameters()
Returns contents of the parameters field. |
int |
getTag()
Returns contents of the tag field. |
void |
setCurrentTicks(TcTpmCurrentTicks currentTicks)
Sets the currentTicks field. |
void |
setLocality(long locality)
Sets the locality field. |
void |
setParameters(TcTpmDigest parameters)
Sets the parameters 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 TcTpmTransportLogOut()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmTransportLogOut(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmTransportLogOut(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmTransportLogOut(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 TcTpmCurrentTicks getCurrentTicks()
public void setCurrentTicks(TcTpmCurrentTicks currentTicks)
public TcTpmDigest getParameters()
public void setParameters(TcTpmDigest parameters)
public long getLocality()
public void setLocality(long locality)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |