|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmSignInfo
public class TcTpmSignInfo
Constructor Summary | |
---|---|
TcTpmSignInfo()
Constructor - see superclass for details |
|
TcTpmSignInfo(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmSignInfo(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmSignInfo(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getData()
Returns contents of the data field. |
long |
getDataLen()
Returns contents of the dataLen field. |
TcBlobData |
getEncoded()
This method encodes the TPM_SIGN_INFO as a byte blob. |
String |
getFixed()
Returns contents of the fixed field. |
TcTpmNonce |
getReplay()
Returns contents of the replay field. |
int |
getTag()
Returns contents of the tag field. |
void |
setData(TcBlobData data)
Sets the data field. |
void |
setDataLen(long dataLen)
Sets the dataLen field. |
void |
setFixed(String fixed)
Sets the fixed field. |
void |
setReplay(TcTpmNonce replay)
Sets the replay 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 TcTpmSignInfo()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmSignInfo(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmSignInfo(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmSignInfo(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 getFixed()
public void setFixed(String fixed)
public TcTpmNonce getReplay()
public void setReplay(TcTpmNonce replay)
public long getDataLen()
public void setDataLen(long dataLen)
public TcBlobData getData()
public void setData(TcBlobData data)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |