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

Object
  extended by TcBasicTypeDecoder
      extended by TcCompositeTypeDecoder
          extended by TcTpmDelegateOwnerBlob

public class TcTpmDelegateOwnerBlob
extends TcCompositeTypeDecoder


Constructor Summary
TcTpmDelegateOwnerBlob()
          Constructor - see superclass for details
TcTpmDelegateOwnerBlob(TcBlobData data)
          Constructor - see superclass for details
TcTpmDelegateOwnerBlob(TcBlobData data, int offset)
          Constructor - see superclass for details
TcTpmDelegateOwnerBlob(TcCompositeTypeDecoder composite)
          Constructor - see superclass for details
 
Method Summary
 TcBlobData getAdditionalArea()
          Returns contents of the additionalArea field.
 long getAdditionalSize()
          Returns contents of the additionalSize field.
 TcBlobData getEncoded()
          This method encodes the TPM_DELEGATE_OWNER_BLOB as a byte blob.
 TcTpmDigest getIntegrityDigest()
          Returns contents of the integrityDigest field.
 TcTpmDelegatePublic getPub()
          Returns contents of the pub field.
 TcBlobData getSensitiveArea()
          Returns contents of the sensitiveArea field.
 long getSensitiveSize()
          Returns contents of the sensitiveSize field.
 int getTag()
          Returns contents of the tag field.
 void setAdditionalArea(TcBlobData additionalArea)
          Sets the additionalArea field.
 void setIntegrityDigest(TcTpmDigest integrityDigest)
          Sets the integrityDigest field.
 void setPub(TcTpmDelegatePublic pub)
          Sets the pub field.
 void setSensitiveArea(TcBlobData sensitiveArea)
          Sets the sensitiveArea 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

TcTpmDelegateOwnerBlob

public TcTpmDelegateOwnerBlob()
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder()

TcTpmDelegateOwnerBlob

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

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

TcTpmDelegateOwnerBlob

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

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

TcTpmDelegateOwnerBlob

public TcTpmDelegateOwnerBlob(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_DELEGATE_OWNER_BLOB 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.


getPub

public TcTpmDelegatePublic getPub()
Returns contents of the pub field.


setPub

public void setPub(TcTpmDelegatePublic pub)
Sets the pub field.


getIntegrityDigest

public TcTpmDigest getIntegrityDigest()
Returns contents of the integrityDigest field.


setIntegrityDigest

public void setIntegrityDigest(TcTpmDigest integrityDigest)
Sets the integrityDigest field.


getAdditionalSize

public long getAdditionalSize()
Returns contents of the additionalSize field.


getAdditionalArea

public TcBlobData getAdditionalArea()
Returns contents of the additionalArea field.


setAdditionalArea

public void setAdditionalArea(TcBlobData additionalArea)
Sets the additionalArea field.


getSensitiveSize

public long getSensitiveSize()
Returns contents of the sensitiveSize field.


getSensitiveArea

public TcBlobData getSensitiveArea()
Returns contents of the sensitiveArea field.


setSensitiveArea

public void setSensitiveArea(TcBlobData sensitiveArea)
Sets the sensitiveArea field.