|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmContextBlob
public class TcTpmContextBlob
Constructor Summary | |
---|---|
TcTpmContextBlob()
Constructor - see superclass for details |
|
TcTpmContextBlob(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmContextBlob(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmContextBlob(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getAdditionalData()
Returns contents of the additionalData field. |
long |
getAdditionalSize()
Returns contents of the additionalSize field. |
long |
getContextCount()
Returns contents of the contextCount field. |
TcBlobData |
getEncoded()
This method encodes the TPM_CONTEXT_BLOB as a byte blob. |
long |
getHandle()
Returns contents of the handle field. |
TcTpmDigest |
getIntegrityDigest()
Returns contents of the integrityDigest field. |
TcBlobData |
getLabel()
Returns contents of the label field. |
long |
getResourceType()
Returns contents of the resourceType field. |
TcBlobData |
getSensitiveData()
Returns contents of the sensitiveData field. |
long |
getSensitiveSize()
Returns contents of the sensitiveSize field. |
int |
getTag()
Returns contents of the tag field. |
void |
setAdditionalData(TcBlobData additionalData)
Sets the additionalData field. |
void |
setContextCount(long contextCount)
Sets the contextCount field. |
void |
setHandle(long handle)
Sets the handle field. |
void |
setIntegrityDigest(TcTpmDigest integrityDigest)
Sets the integrityDigest field. |
void |
setLabel(TcBlobData label)
Sets the label field. |
void |
setResourceType(long resourceType)
Sets the resourceType field. |
void |
setSensitiveData(TcBlobData sensitiveData)
Sets the sensitiveData 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 TcTpmContextBlob()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmContextBlob(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmContextBlob(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmContextBlob(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 long getResourceType()
public void setResourceType(long resourceType)
public long getHandle()
public void setHandle(long handle)
public TcBlobData getLabel()
public void setLabel(TcBlobData label)
public long getContextCount()
public void setContextCount(long contextCount)
public TcTpmDigest getIntegrityDigest()
public void setIntegrityDigest(TcTpmDigest integrityDigest)
public long getAdditionalSize()
public TcBlobData getAdditionalData()
public void setAdditionalData(TcBlobData additionalData)
public long getSensitiveSize()
public TcBlobData getSensitiveData()
public void setSensitiveData(TcBlobData sensitiveData)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |