|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmPermanentFlags
public class TcTpmPermanentFlags
Constructor Summary | |
---|---|
TcTpmPermanentFlags()
Constructor - see superclass for details |
|
TcTpmPermanentFlags(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmPermanentFlags(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmPermanentFlags(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
boolean |
getAllowMaintenance()
Returns contents of the allowMaintenance field. |
boolean |
getCEKPUsed()
Returns contents of the CEKPUsed field. |
boolean |
getDeactivated()
Returns contents of the deactivated field. |
boolean |
getDisable()
Returns contents of the disable field. |
boolean |
getDisableOwnerClear()
Returns contents of the disableOwnerClear field. |
boolean |
getEnableRevokeEK()
Returns contents of the enableRevokeEK field. |
TcBlobData |
getEncoded()
This method encodes the TPM_PERMANENT_FLAGS as a byte blob. |
boolean |
getFIPS()
Returns contents of the FIPS field. |
boolean |
getMaintenanceDone()
Returns contents of the maintenanceDone field. |
boolean |
getNvLocked()
Returns contents of the nvLocked field. |
boolean |
getOperator()
Returns contents of the Operator field. |
boolean |
getOwnership()
Returns contents of the ownership field. |
boolean |
getPhysicalPresenceCMDEnable()
Returns contents of the physicalPresenceCMDEnable field. |
boolean |
getPhysicalPresenceHWEnable()
Returns contents of the physicalPresenceHWEnable field. |
boolean |
getPhysicalPresenceLifetimeLock()
Returns contents of the physicalPresenceLifetimeLock field. |
boolean |
getReadPubek()
Returns contents of the readPubek field. |
boolean |
getReadSRKPub()
Returns contents of the readSRKPub field. |
int |
getTag()
Returns contents of the tag field. |
boolean |
getTpmEstablished()
Returns contents of the tpmEstablished field. |
boolean |
getTPMpost()
Returns contents of the TPMpost field. |
boolean |
getTPMpostLock()
Returns contents of the TPMpostLock field. |
void |
setAllowMaintenance(boolean allowMaintenance)
Sets the allowMaintenance field. |
void |
setCEKPUsed(boolean CEKPUsed)
Sets the CEKPUsed field. |
void |
setDeactivated(boolean deactivated)
Sets the deactivated field. |
void |
setDisable(boolean disable)
Sets the disable field. |
void |
setDisableOwnerClear(boolean disableOwnerClear)
Sets the disableOwnerClear field. |
void |
setEnableRevokeEK(boolean enableRevokeEK)
Sets the enableRevokeEK field. |
void |
setFIPS(boolean FIPS)
Sets the FIPS field. |
void |
setMaintenanceDone(boolean maintenanceDone)
Sets the maintenanceDone field. |
void |
setNvLocked(boolean nvLocked)
Sets the nvLocked field. |
void |
setOperator(boolean Operator)
Sets the Operator field. |
void |
setOwnership(boolean ownership)
Sets the ownership field. |
void |
setPhysicalPresenceCMDEnable(boolean physicalPresenceCMDEnable)
Sets the physicalPresenceCMDEnable field. |
void |
setPhysicalPresenceHWEnable(boolean physicalPresenceHWEnable)
Sets the physicalPresenceHWEnable field. |
void |
setPhysicalPresenceLifetimeLock(boolean physicalPresenceLifetimeLock)
Sets the physicalPresenceLifetimeLock field. |
void |
setReadPubek(boolean readPubek)
Sets the readPubek field. |
void |
setReadSRKPub(boolean readSRKPub)
Sets the readSRKPub field. |
void |
setTag(int tag)
Sets the tag field. |
void |
setTpmEstablished(boolean tpmEstablished)
Sets the tpmEstablished field. |
void |
setTPMpost(boolean TPMpost)
Sets the TPMpost field. |
void |
setTPMpostLock(boolean TPMpostLock)
Sets the TPMpostLock 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 TcTpmPermanentFlags()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmPermanentFlags(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPermanentFlags(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmPermanentFlags(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 getDisable()
public void setDisable(boolean disable)
public boolean getOwnership()
public void setOwnership(boolean ownership)
public boolean getDeactivated()
public void setDeactivated(boolean deactivated)
public boolean getReadPubek()
public void setReadPubek(boolean readPubek)
public boolean getDisableOwnerClear()
public void setDisableOwnerClear(boolean disableOwnerClear)
public boolean getAllowMaintenance()
public void setAllowMaintenance(boolean allowMaintenance)
public boolean getPhysicalPresenceLifetimeLock()
public void setPhysicalPresenceLifetimeLock(boolean physicalPresenceLifetimeLock)
public boolean getPhysicalPresenceHWEnable()
public void setPhysicalPresenceHWEnable(boolean physicalPresenceHWEnable)
public boolean getPhysicalPresenceCMDEnable()
public void setPhysicalPresenceCMDEnable(boolean physicalPresenceCMDEnable)
public boolean getCEKPUsed()
public void setCEKPUsed(boolean CEKPUsed)
public boolean getTPMpost()
public void setTPMpost(boolean TPMpost)
public boolean getTPMpostLock()
public void setTPMpostLock(boolean TPMpostLock)
public boolean getFIPS()
public void setFIPS(boolean FIPS)
public boolean getOperator()
public void setOperator(boolean Operator)
public boolean getEnableRevokeEK()
public void setEnableRevokeEK(boolean enableRevokeEK)
public boolean getNvLocked()
public void setNvLocked(boolean nvLocked)
public boolean getReadSRKPub()
public void setReadSRKPub(boolean readSRKPub)
public boolean getTpmEstablished()
public void setTpmEstablished(boolean tpmEstablished)
public boolean getMaintenanceDone()
public void setMaintenanceDone(boolean maintenanceDone)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |