|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmStoredData12
public class TcTpmStoredData12
| Constructor Summary | |
|---|---|
TcTpmStoredData12()
Constructor - see superclass for details |
|
TcTpmStoredData12(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStoredData12(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStoredData12(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
|
| Method Summary | |
|---|---|
TcBlobData |
getEncData()
Returns contents of the encData field. |
long |
getEncDataSize()
Returns contents of the encDataSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_STORED_DATA12 as a byte blob. |
int |
getEt()
Returns contents of the et field. |
TcBlobData |
getSealInfo()
Returns contents of the sealInfo field. |
long |
getSealInfoSize()
Returns contents of the sealInfoSize field. |
int |
getTag()
Returns contents of the tag field. |
void |
setEncData(TcBlobData encData)
Sets the encData field. |
void |
setEt(int et)
Sets the et field. |
void |
setSealInfo(TcBlobData sealInfo)
Sets the sealInfo 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 TcTpmStoredData12()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()public TcTpmStoredData12(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStoredData12(TcBlobData data,
int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)public TcTpmStoredData12(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)| Method Detail |
|---|
public TcBlobData getEncoded()
getEncoded in interface TcITpmStoredDatagetEncoded in class TcCompositeTypeDecoderpublic String toString()
toString in class TcCompositeTypeDecoderpublic int getTag()
public void setTag(int tag)
public int getEt()
public void setEt(int et)
public long getSealInfoSize()
getSealInfoSize in interface TcITpmStoredDatapublic TcBlobData getSealInfo()
getSealInfo in interface TcITpmStoredDatapublic void setSealInfo(TcBlobData sealInfo)
setSealInfo in interface TcITpmStoredDatapublic long getEncDataSize()
getEncDataSize in interface TcITpmStoredDatapublic TcBlobData getEncData()
getEncData in interface TcITpmStoredDatapublic void setEncData(TcBlobData encData)
setEncData in interface TcITpmStoredData
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||