iaik.tc.tss.api.structs.tcs
Class TcTcsLoadkeyInfo

java.lang.Object
  extended by iaik.tc.tss.api.structs.common.TcBasicTypeDecoder
      extended by iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder
          extended by iaik.tc.tss.api.structs.tcs.TcTcsLoadkeyInfo

public class TcTcsLoadkeyInfo
extends TcCompositeTypeDecoder


Constructor Summary
TcTcsLoadkeyInfo()
          Constructor - see superclass for details
TcTcsLoadkeyInfo(TcBlobData data)
          Constructor - see superclass for details
TcTcsLoadkeyInfo(TcBlobData data, int offset)
          Constructor - see superclass for details
TcTcsLoadkeyInfo(TcCompositeTypeDecoder composite)
          Constructor - see superclass for details
 
Method Summary
 TcTcsAuth getAuthData()
          This method returns the content of the authData field.
 TcBlobData getEncoded()
          This method encodes the TCS_LOADKEY_INFO as a byte blob.
 TcTssUuid getKeyUuid()
          This method returns the content of the keyUuid field.
 TcTpmDigest getParamDigest()
          This method returns the content of the paramDigest field.
 TcTssUuid getParentKeyUuid()
          This method returns the content of the parentKeyUuid field.
 void setAuthData(TcTcsAuth authData)
          This method sets the content of the authData field.
 void setKeyUuid(TcTssUuid keyUuid)
          This method sets the content of the keyUuid field.
 void setParamDigest(TcTpmDigest paramDigest)
          This method sets the content of the paramDigest field.
 void setParentKeyUuid(TcTssUuid parentKeyUuid)
          This method sets the content of the parentKeyUuid field.
 java.lang.String toString()
          This method returns a String representation of the object.
 
Methods inherited from class iaik.tc.tss.api.structs.common.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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TcTcsLoadkeyInfo

public TcTcsLoadkeyInfo()
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder()

TcTcsLoadkeyInfo

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

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

TcTcsLoadkeyInfo

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

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

TcTcsLoadkeyInfo

public TcTcsLoadkeyInfo(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 TCS_LOADKEY_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 java.lang.String toString()
This method returns a String representation of the object.

Overrides:
toString in class TcCompositeTypeDecoder

getAuthData

public TcTcsAuth getAuthData()
This method returns the content of the authData field.


setAuthData

public void setAuthData(TcTcsAuth authData)
This method sets the content of the authData field.


getKeyUuid

public TcTssUuid getKeyUuid()
This method returns the content of the keyUuid field.


setKeyUuid

public void setKeyUuid(TcTssUuid keyUuid)
This method sets the content of the keyUuid field.


getParamDigest

public TcTpmDigest getParamDigest()
This method returns the content of the paramDigest field.


setParamDigest

public void setParamDigest(TcTpmDigest paramDigest)
This method sets the content of the paramDigest field.


getParentKeyUuid

public TcTssUuid getParentKeyUuid()
This method returns the content of the parentKeyUuid field.


setParentKeyUuid

public void setParentKeyUuid(TcTssUuid parentKeyUuid)
This method sets the content of the parentKeyUuid field.