|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmStoredData
public class TcTpmStoredData
| Constructor Summary | |
|---|---|
TcTpmStoredData()
Constructor - see superclass for details |
|
TcTpmStoredData(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStoredData(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStoredData(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_DATA as a byte blob. |
TcBlobData |
getSealInfo()
Returns contents of the sealInfo field. |
long |
getSealInfoSize()
Returns contents of the sealInfoSize field. |
TcTpmVersion |
getVer()
Returns contents of the ver field. |
void |
setEncData(TcBlobData encData)
Sets the encData field. |
void |
setSealInfo(TcBlobData sealInfo)
Sets the sealInfo field. |
void |
setVer(TcTpmStructVer ver)
Sets the ver 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 TcTpmStoredData()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()public TcTpmStoredData(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStoredData(TcBlobData data,
int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)public TcTpmStoredData(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 TcBlobData getEncData()
getEncData in interface TcITpmStoredDatapublic void setEncData(TcBlobData encData)
setEncData in interface TcITpmStoredDatapublic long getEncDataSize()
getEncDataSize in interface TcITpmStoredDatapublic TcBlobData getSealInfo()
getSealInfo in interface TcITpmStoredDatapublic void setSealInfo(TcBlobData sealInfo)
setSealInfo in interface TcITpmStoredDatapublic long getSealInfoSize()
getSealInfoSize in interface TcITpmStoredDatapublic TcTpmVersion getVer()
public void setVer(TcTpmStructVer ver)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||