|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmStAnyFlags
public class TcTpmStAnyFlags
Constructor Summary | |
---|---|
TcTpmStAnyFlags()
Constructor - see superclass for details |
|
TcTpmStAnyFlags(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStAnyFlags(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStAnyFlags(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_ST_ANY_FLAGS as a byte blob. |
long |
getLocalityModifier()
Returns contents of the localityModifier field. |
boolean |
getPostInitialise()
Returns contents of the postInitialise field. |
int |
getTag()
Returns contents of the tag field. |
boolean |
getTOSPresent()
Returns contents of the TOSPresent field. |
boolean |
getTransportExclusive()
Returns contents of the transportExclusive field. |
void |
setLocalityModifier(long localityModifier)
Sets the localityModifier field. |
void |
setPostInitialise(boolean postInitialise)
Sets the postInitialise field. |
void |
setTag(int tag)
Sets the tag field. |
void |
setTOSPresent(boolean TOSPresent)
Sets the TOSPresent field. |
void |
setTransportExclusive(boolean transportExclusive)
Sets the transportExclusive 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 TcTpmStAnyFlags()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmStAnyFlags(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStAnyFlags(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmStAnyFlags(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 getPostInitialise()
public void setPostInitialise(boolean postInitialise)
public long getLocalityModifier()
public void setLocalityModifier(long localityModifier)
public boolean getTransportExclusive()
public void setTransportExclusive(boolean transportExclusive)
public boolean getTOSPresent()
public void setTOSPresent(boolean TOSPresent)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |