iaik.tc.tss.api.structs.tpm
Class TcTpmSignInfo

Object
  extended by TcBasicTypeDecoder
      extended by TcCompositeTypeDecoder
          extended by TcTpmSignInfo

public class TcTpmSignInfo
extends TcCompositeTypeDecoder


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 TcBasicTypeDecoder
decodeBoolean, decodeByte, decodeBytes, decodeBytes, decodeTpmAlgorithmId, decodeTpmAuthDataUsage, decodeTpmEncScheme, decodeTpmKeyFlags, decodeTpmKeyUsage, decodeTpmSigScheme, decodeTssAlgorithmId, decodeTssEncScheme, decodeTssEvenType, decodeTssFlag, decodeTssHandle, decodeTssHContext, decodeTssHEncData, decodeTssHHash, decodeTssHKey, decodeTssHObjet, decodeTssHPcrs, decodeTssHPolicy, decodeTssHPS, decodeTssHTpm, decodeTssKeyUsageId, decodeTssMigrationScheme, decodeTssResult, decodeTssSigScheme, decodeUINT16, decodeUINT32, decodeUINT64
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TcTpmSignInfo

public TcTpmSignInfo()
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder()

TcTpmSignInfo

public TcTpmSignInfo(TcBlobData data)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)

TcTpmSignInfo

public TcTpmSignInfo(TcBlobData data,
                     int offset)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData, int)

TcTpmSignInfo

public TcTpmSignInfo(TcCompositeTypeDecoder composite)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail

getEncoded

public TcBlobData getEncoded()
This method encodes the TPM_SIGN_INFO as a byte blob.

Specified by:
getEncoded in class TcCompositeTypeDecoder
Returns:
byte blob to be passed to other layers (e.g. TSS)

toString

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

Overrides:
toString in class TcCompositeTypeDecoder

getTag

public int getTag()
Returns contents of the tag field.


setTag

public void setTag(int tag)
Sets the tag field.


getFixed

public String getFixed()
Returns contents of the fixed field.


setFixed

public void setFixed(String fixed)
Sets the fixed field.


getReplay

public TcTpmNonce getReplay()
Returns contents of the replay field.


setReplay

public void setReplay(TcTpmNonce replay)
Sets the replay field.


getDataLen

public long getDataLen()
Returns contents of the dataLen field.


setDataLen

public void setDataLen(long dataLen)
Sets the dataLen field.


getData

public TcBlobData getData()
Returns contents of the data field.


setData

public void setData(TcBlobData data)
Sets the data field.