|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmNvDataPublic
public class TcTpmNvDataPublic
Constructor Summary | |
---|---|
TcTpmNvDataPublic()
Constructor - see superclass for details |
|
TcTpmNvDataPublic(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmNvDataPublic(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmNvDataPublic(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getDataSize()
Returns contents of the dataSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_NV_DATA_PUBLIC as a byte blob. |
long |
getNvIndex()
Returns contents of the nvIndex field. |
TcTpmPcrInfoShort |
getPcrInfoRead()
Returns contents of the pcrInfoRead field. |
TcTpmPcrInfoShort |
getPcrInfoWrite()
Returns contents of the pcrInfoWrite field. |
TcTpmNvAttributes |
getPermission()
Returns contents of the permission field. |
boolean |
getReadSTClear()
Returns contents of the readSTClear field. |
int |
getTag()
Returns contents of the tag field. |
boolean |
getWriteDefine()
Returns contents of the writeDefine field. |
boolean |
getWriteSTClear()
Returns contents of the writeSTClear field. |
void |
setDataSize(long dataSize)
Sets the dataSize field. |
void |
setNvIndex(long nvIndex)
Sets the nvIndex field. |
void |
setPcrInfoRead(TcTpmPcrInfoShort pcrInfoRead)
Sets the pcrInfoRead field. |
void |
setPcrInfoWrite(TcTpmPcrInfoShort pcrInfoWrite)
Sets the pcrInfoWrite field. |
void |
setPermission(TcTpmNvAttributes permission)
Sets the permission field. |
void |
setReadSTClear(boolean readSTClear)
Sets the readSTClear field. |
void |
setTag(int tag)
Sets the tag field. |
void |
setWriteDefine(boolean writeDefine)
Sets the writeDefine field. |
void |
setWriteSTClear(boolean writeSTClear)
Sets the writeSTClear 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 TcTpmNvDataPublic()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmNvDataPublic(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmNvDataPublic(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmNvDataPublic(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 getNvIndex()
public void setNvIndex(long nvIndex)
public TcTpmPcrInfoShort getPcrInfoRead()
public void setPcrInfoRead(TcTpmPcrInfoShort pcrInfoRead)
public TcTpmPcrInfoShort getPcrInfoWrite()
public void setPcrInfoWrite(TcTpmPcrInfoShort pcrInfoWrite)
public TcTpmNvAttributes getPermission()
public void setPermission(TcTpmNvAttributes permission)
public boolean getReadSTClear()
public void setReadSTClear(boolean readSTClear)
public boolean getWriteSTClear()
public void setWriteSTClear(boolean writeSTClear)
public boolean getWriteDefine()
public void setWriteDefine(boolean writeDefine)
public long getDataSize()
public void setDataSize(long dataSize)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |