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

Object
  extended by TcBasicTypeDecoder
      extended by TcCompositeTypeDecoder
          extended by TcTpmDaaJoindata

public class TcTpmDaaJoindata
extends TcCompositeTypeDecoder


Constructor Summary
TcTpmDaaJoindata()
          Constructor - see superclass for details
TcTpmDaaJoindata(TcBlobData data)
          Constructor - see superclass for details
TcTpmDaaJoindata(TcBlobData data, int offset)
          Constructor - see superclass for details
TcTpmDaaJoindata(TcCompositeTypeDecoder composite)
          Constructor - see superclass for details
 
Method Summary
 TcTpmDigest getDAAdigestn0()
          Returns contents of the DAAdigestn0 field.
 TcBlobData getDAAjoinu0()
          Returns contents of the DAAjoinu0 field.
 TcBlobData getDAAjoinu1()
          Returns contents of the DAAjoinu1 field.
 TcBlobData getEncoded()
          This method encodes the TPM_DAA_JOINDATA as a byte blob.
 void setDAAdigestn0(TcTpmDigest DAAdigestn0)
          Sets the DAAdigestn0 field.
 void setDAAjoinu0(TcBlobData DAAjoinu0)
          Sets the DAAjoinu0 field.
 void setDAAjoinu1(TcBlobData DAAjoinu1)
          Sets the DAAjoinu1 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

TcTpmDaaJoindata

public TcTpmDaaJoindata()
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder()

TcTpmDaaJoindata

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

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

TcTpmDaaJoindata

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

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

TcTpmDaaJoindata

public TcTpmDaaJoindata(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_DAA_JOINDATA 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

getDAAjoinu0

public TcBlobData getDAAjoinu0()
Returns contents of the DAAjoinu0 field.


setDAAjoinu0

public void setDAAjoinu0(TcBlobData DAAjoinu0)
Sets the DAAjoinu0 field.


getDAAjoinu1

public TcBlobData getDAAjoinu1()
Returns contents of the DAAjoinu1 field.


setDAAjoinu1

public void setDAAjoinu1(TcBlobData DAAjoinu1)
Sets the DAAjoinu1 field.


getDAAdigestn0

public TcTpmDigest getDAAdigestn0()
Returns contents of the DAAdigestn0 field.


setDAAdigestn0

public void setDAAdigestn0(TcTpmDigest DAAdigestn0)
Sets the DAAdigestn0 field.