|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmSelectSize
public class TcTpmSelectSize
Constructor Summary | |
---|---|
TcTpmSelectSize()
Constructor - see superclass for details |
|
TcTpmSelectSize(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmSelectSize(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmSelectSize(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_SELECT_SIZE as a byte blob. |
short |
getMajor()
Returns contents of the major field. |
short |
getMinor()
Returns contents of the minor field. |
int |
getReqSize()
Returns contents of the reqSize field. |
void |
setMajor(short major)
Sets the major field. |
void |
setMinor(short minor)
Sets the minor field. |
void |
setReqSize(int reqSize)
Sets the reqSize 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 TcTpmSelectSize()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmSelectSize(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmSelectSize(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmSelectSize(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 short getMajor()
public void setMajor(short major)
public short getMinor()
public void setMinor(short minor)
public int getReqSize()
public void setReqSize(int reqSize)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |