|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmStClearFlags
public class TcTpmStClearFlags
Constructor Summary | |
---|---|
TcTpmStClearFlags()
Constructor - see superclass for details |
|
TcTpmStClearFlags(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStClearFlags(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStClearFlags(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
boolean |
getBGlobalLock()
Returns contents of the bGlobalLock field. |
boolean |
getDeactivated()
Returns contents of the deactivated field. |
boolean |
getDisableForceClear()
Returns contents of the disableForceClear field. |
TcBlobData |
getEncoded()
This method encodes the TPM_ST_CLEAR_FLAGS as a byte blob. |
boolean |
getPhysicalPresence()
Returns contents of the physicalPresence field. |
boolean |
getPhysicalPresenceLock()
Returns contents of the physicalPresenceLock field. |
int |
getTag()
Returns contents of the tag field. |
void |
setBGlobalLock(boolean bGlobalLock)
Sets the bGlobalLock field. |
void |
setDeactivated(boolean deactivated)
Sets the deactivated field. |
void |
setDisableForceClear(boolean disableForceClear)
Sets the disableForceClear field. |
void |
setPhysicalPresence(boolean physicalPresence)
Sets the physicalPresence field. |
void |
setPhysicalPresenceLock(boolean physicalPresenceLock)
Sets the physicalPresenceLock 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 TcTpmStClearFlags()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmStClearFlags(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStClearFlags(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmStClearFlags(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 boolean getDeactivated()
public void setDeactivated(boolean deactivated)
public boolean getDisableForceClear()
public void setDisableForceClear(boolean disableForceClear)
public boolean getPhysicalPresence()
public void setPhysicalPresence(boolean physicalPresence)
public boolean getPhysicalPresenceLock()
public void setPhysicalPresenceLock(boolean physicalPresenceLock)
public boolean getBGlobalLock()
public void setBGlobalLock(boolean bGlobalLock)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |